Trace number 4294463

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
Concrete 3.8 2018-06-13SAT 14.7891 6.29503

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-5-cp_c18.xml
MD5SUM9520b1c3a7fc9338271b16f0cb9e04b3
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 benchmark0.255241
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1207
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":80}]
Minimum variable degree62
Maximum variable degree63
Distribution of variable degrees[{"degree":62,"count":64},{"degree":63,"count":16}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1200},{"arity":16,"count":6},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1200
Distribution of constraint types[{"type":"intension","count":1200},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
14.58/6.27	v <instantiation>
14.58/6.27	v       <list>
14.58/6.27	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15]
14.58/6.27	v       </list>
14.58/6.27	v       <values>
14.58/6.27	v         0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 2 3 1 1 3 2 0 2 0 1 3 3 1 0 2 1 2 3 0 3 0 1 2 0 3 2 1 2 1 0 3 2 0 1 3 0 2 3 1 1 3 2 0 3 1 0 2
14.58/6.27	v       </values>
14.58/6.27	v     </instantiation>
14.58/6.27	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294463-1532474382/watcher-4294463-1532474382 -o /tmp/evaluation-result-4294463-1532474382/solver-4294463-1532474382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=233506827 HOME/instance-4294463-1532474382.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100119 s]*
/proc/loadavg: 1.58 1.60 1.49 3/210 22081
/proc/meminfo: memFree=18924928/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=9972712 memory=15172 CPUtime=0.1 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 4451 13224 0 0 1 1 5 3 20 0 6 0 65001353 10212057088 3793 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2493178 3793 1934 1 0 2481616 0
[pid=22024/tid=22077] ppid=22021 vsize=9972712 memory=5853394889111732381 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 2260 13224 0 0 1 0 5 3 20 0 6 0 65001362 10212057088 3793 33554432000 4194304 4196468 140724227880016 139805179126352 139805191370078 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=9972712 memory=5793855900296186297 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 6 0 65001363 10212057088 3793 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=9972712 memory=140649286293120 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 6 0 65001363 10212057088 3793 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 6 0 65001363 10212057088 3793 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 6 0 65001363 10212057088 3793 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15172 KiB

[startup+0.21012 s]*
/proc/loadavg: 1.58 1.60 1.49 3/219 22090
/proc/meminfo: memFree=18902792/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10818904 memory=41544 CPUtime=0.27 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 8148 13224 0 0 17 2 5 3 20 0 15 0 65001353 11078557696 10386 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2704726 10386 2958 1 0 2667149 0
[pid=22024/tid=22077] ppid=22021 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 4637 13224 0 0 10 1 5 3 20 0 15 0 65001362 11078557696 10386 33554432000 4194304 4196468 140724227880016 139805179113584 139805207311517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10818904 memory=4211974375491083658 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11078557696 10386 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10818904 memory=140649286293120 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001363 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001364 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 13 13224 0 0 0 0 5 3 20 0 15 0 65001365 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804138267680 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001365 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804004049776 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11078557696 10386 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) S 22021 22024 19905 0 -1 1077944384 368 13224 0 0 1 0 5 3 20 0 15 0 65001368 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804478098288 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) S 22021 22024 19905 0 -1 1077944384 262 13224 0 0 1 0 5 3 20 0 15 0 65001368 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10818904 memory=140649286293120 CPUtime=0.11 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) R 22021 22024 19905 0 -1 4202560 664 13224 0 0 3 0 5 3 20 0 15 0 65001368 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804475992688 139805186092720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11078557696 10386 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10818904 memory=140649286293120 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001368 11078557696 10386 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41544 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.58 1.60 1.49 3/219 22090
/proc/meminfo: memFree=18890768/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10819352 memory=52520 CPUtime=0.39 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 10677 13224 0 0 28 3 5 3 20 0 15 0 65001353 11079016448 13130 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2704838 13130 3103 1 0 2667149 0
[pid=22024/tid=22077] ppid=22021 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 7124 13224 0 0 19 2 5 3 20 0 15 0 65001362 11079016448 13130 33554432000 4194304 4196468 140724227880016 139805179101600 139805207311517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 13130 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10819352 memory=140649286293119 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001364 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 13 13224 0 0 0 0 5 3 20 0 15 0 65001365 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804138267680 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10819352 memory=140649286293120 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001365 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804004049776 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11079016448 13130 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) S 22021 22024 19905 0 -1 1077944384 372 13224 0 0 2 0 5 3 20 0 15 0 65001368 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804478098288 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) S 22021 22024 19905 0 -1 1077944384 266 13224 0 0 1 0 5 3 20 0 15 0 65001368 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) S 22021 22024 19905 0 -1 1077944384 694 13224 0 0 5 0 5 3 20 0 15 0 65001368 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804475992688 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11079016448 13130 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001368 11079016448 13130 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52520 KiB

[startup+0.700798 s]
/proc/loadavg: 1.58 1.60 1.49 3/219 22090
/proc/meminfo: memFree=18879356/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10819352 memory=85372 CPUtime=1 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 17091 13224 0 0 87 5 5 3 20 0 15 0 65001353 11079016448 21343 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2704838 21343 3237 1 0 2667149 0
[pid=22024/tid=22077] ppid=22021 vsize=10819352 memory=19972 CPUtime=0.66 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 12280 13224 0 0 55 3 5 3 20 0 15 0 65001362 11079016448 21343 33554432000 4194304 4196468 140724227880016 139805179109880 139805062561793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 21343 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10819352 memory=288230583132496608 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10819352 memory=288287775051220497 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001363 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10819352 memory=140649173393920 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 5 13224 0 0 0 0 5 3 20 0 15 0 65001364 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10819352 memory=140651589010402 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 13 13224 0 0 0 0 5 3 20 0 15 0 65001365 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804138267680 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001365 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804004049776 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10819352 memory=7305218370954160725 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11079016448 21343 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10819352 memory=7452169109558028137 CPUtime=0.15 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) S 22021 22024 19905 0 -1 1077944384 767 13224 0 0 7 0 5 3 20 0 15 0 65001368 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804478098288 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10819352 memory=6935652554413002832 CPUtime=0.17 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) S 22021 22024 19905 0 -1 1077944384 916 13224 0 0 9 0 5 3 20 0 15 0 65001368 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) S 22021 22024 19905 0 -1 1077944384 904 13224 0 0 13 0 5 3 20 0 15 0 65001368 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804475992688 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10819352 memory=1404238533875048054 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11079016448 21343 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001368 11079016448 21343 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85372 KiB

[startup+1.50076 s]
/proc/loadavg: 1.58 1.60 1.49 3/219 22090
/proc/meminfo: memFree=18835568/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10834252 memory=193384 CPUtime=2.76 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 24735 13224 0 0 258 10 5 3 20 0 15 0 65001353 11094274048 48346 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2708563 48346 3474 1 0 2670221 0
[pid=22024/tid=22077] ppid=22021 vsize=10834252 memory=138232 CPUtime=1.43 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 17042 13224 0 0 128 7 5 3 20 0 15 0 65001362 11094274048 48346 33554432000 4194304 4196468 140724227880016 139805179107008 139805207311517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10834252 memory=-3117775541953847913 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 159 13224 0 0 1 0 5 3 20 0 15 0 65001363 11094274048 48346 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 50 13224 0 0 1 0 5 3 20 0 15 0 65001363 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 37 13224 0 0 1 0 5 3 20 0 15 0 65001363 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 27 13224 0 0 1 0 5 3 20 0 15 0 65001363 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10834252 memory=235490640989281 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 45 13224 0 0 1 0 5 3 20 0 15 0 65001364 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10834252 memory=278973 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 13 13224 0 0 0 0 5 3 20 0 15 0 65001365 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804138267744 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 2 13224 0 0 0 0 5 3 20 0 15 0 65001365 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804004049792 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11094274048 48346 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10834252 memory=281298346180848 CPUtime=0.42 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) S 22021 22024 19905 0 -1 1077944384 1421 13224 0 0 34 0 5 3 20 0 15 0 65001368 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804478098288 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10834252 memory=4639059873309409381 CPUtime=0.52 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) S 22021 22024 19905 0 -1 1077944384 1934 13224 0 0 44 0 5 3 20 0 15 0 65001368 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10834252 memory=-6305712814893064064 CPUtime=0.5 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) S 22021 22024 19905 0 -1 1077944384 1805 13224 0 0 42 0 5 3 20 0 15 0 65001368 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804475992688 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11094274048 48346 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 1 13224 0 0 0 0 5 3 20 0 15 0 65001368 11094274048 48346 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10834252 KiB

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

[pid=22024/tid=22089] ppid=22021 vsize=10842464 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11102683136 64518 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10842464 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 11 13224 0 0 0 0 5 3 20 0 15 0 65001368 11102683136 64518 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 7.01 s
Current children cumulated vsize: 10842464 KiB
Current children cumulated memory: 258072 KiB

[startup+4.80253 s]
/proc/loadavg: 1.54 1.59 1.49 5/219 22090
/proc/meminfo: memFree=18634804/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10844512 memory=311208 CPUtime=10.64 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 52234 13224 0 0 1037 19 5 3 20 0 15 0 65001353 11104780288 77802 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2711128 77802 3509 1 0 2672781 0
[pid=22024/tid=22077] ppid=22021 vsize=10844512 memory=1 CPUtime=4.22 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 26620 13224 0 0 404 10 5 3 20 0 15 0 65001362 11104780288 77802 33554432000 4194304 4196468 140724227880016 139805179124144 139804810985731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10844512 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 309 13224 0 0 2 0 5 3 20 0 15 0 65001363 11104780288 77802 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 64 13224 0 0 1 0 5 3 20 0 15 0 65001363 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10844512 memory=6 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 421 13224 0 0 1 0 5 3 20 0 15 0 65001363 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10844512 memory=215016 CPUtime=0.09 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 41 13224 0 0 1 0 5 3 20 0 15 0 65001363 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10844512 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 152 13224 0 0 2 0 5 3 20 0 15 0 65001364 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10844512 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 15 13224 0 0 0 0 5 3 20 0 15 0 65001365 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804138267744 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10844512 memory=288230604624101685 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 9 13224 0 0 0 0 5 3 20 0 15 0 65001365 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804004049792 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10844512 memory=15252640871220689 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11104780288 77802 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10844512 memory=320 CPUtime=2.42 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) R 22021 22024 19905 0 -1 4202560 6168 13224 0 0 233 1 5 3 20 0 15 0 65001368 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804478075920 139805186535434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10844512 memory=664970774541740186 CPUtime=2.45 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) R 22021 22024 19905 0 -1 4202560 5323 13224 0 0 236 1 5 3 20 0 15 0 65001368 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804477032032 139805199308071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10844512 memory=6872598998417432672 CPUtime=1.62 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) R 22021 22024 19905 0 -1 1077944384 10904 13224 0 0 152 2 5 3 20 0 15 0 65001368 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804475988416 139805207299797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10844512 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11104780288 77802 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10844512 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 14 13224 0 0 0 0 5 3 20 0 15 0 65001368 11104780288 77802 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 311208 KiB

[startup+5.60566 s]
/proc/loadavg: 1.54 1.59 1.49 5/219 22090
/proc/meminfo: memFree=18629868/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10846560 memory=331284 CPUtime=13.11 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 56117 13224 0 0 1282 21 5 3 20 0 15 0 65001353 11106877440 82821 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2711640 82821 3512 1 0 2673293 0
[pid=22024/tid=22077] ppid=22021 vsize=10846560 memory=19972 CPUtime=4.95 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 27226 13224 0 0 477 10 5 3 20 0 15 0 65001362 11106877440 82821 33554432000 4194304 4196468 140724227880016 139805179118464 139805207301526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10846560 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 323 13224 0 0 5 0 5 3 20 0 15 0 65001363 11106877440 82821 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10846560 memory=16244 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 92 13224 0 0 5 1 5 3 20 0 15 0 65001363 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10846560 memory=4048 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 437 13224 0 0 5 1 5 3 20 0 15 0 65001363 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10846560 memory=1236 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 49 13224 0 0 4 0 5 3 20 0 15 0 65001363 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10846560 memory=12052 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 2626 13224 0 0 4 0 5 3 20 0 15 0 65001364 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10846560 memory=1788 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 15 13224 0 0 0 0 5 3 20 0 15 0 65001365 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804138267744 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10846560 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 9 13224 0 0 0 0 5 3 20 0 15 0 65001365 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804004049792 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11106877440 82821 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10846560 memory=281298346863840 CPUtime=3.1 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) R 22021 22024 19905 0 -1 4202560 6427 13224 0 0 301 1 5 3 20 0 15 0 65001368 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804478098288 139805207301526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10846560 memory=3471343045494298832 CPUtime=3.11 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) R 22021 22024 19905 0 -1 1077944384 5499 13224 0 0 302 1 5 3 20 0 15 0 65001368 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10846560 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) R 22021 22024 19905 0 -1 4202560 11202 13224 0 0 174 2 5 3 20 0 15 0 65001368 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804475986352 139805207310938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11106877440 82821 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10846560 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 14 13224 0 0 0 0 5 3 20 0 15 0 65001368 11106877440 82821 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 13.11 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 331284 KiB

[startup+6.00069 s]*
/proc/loadavg: 1.54 1.59 1.49 3/219 22090
/proc/meminfo: memFree=18572652/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10914144 memory=369208 CPUtime=14.01 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 66911 13224 0 0 1371 22 5 3 20 0 15 0 65001353 11176083456 92302 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2728536 92302 3512 1 0 2690189 0
[pid=22024/tid=22077] ppid=22021 vsize=10914144 memory=-8540663193526752614 CPUtime=5.35 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 37950 13224 0 0 516 11 5 3 20 0 15 0 65001362 11176083456 92302 33554432000 4194304 4196468 140724227880016 139805179112592 139805207301526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10914144 memory=4211974375491083658 CPUtime=0.13 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 323 13224 0 0 5 0 5 3 20 0 15 0 65001363 11176083456 92302 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10914144 memory=140649286293120 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 92 13224 0 0 5 1 5 3 20 0 15 0 65001363 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10914144 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 437 13224 0 0 5 1 5 3 20 0 15 0 65001363 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10914144 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 49 13224 0 0 4 0 5 3 20 0 15 0 65001363 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10914144 memory=140649286293120 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 2626 13224 0 0 4 0 5 3 20 0 15 0 65001364 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10914144 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 15 13224 0 0 0 0 5 3 20 0 15 0 65001365 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804138267744 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 9 13224 0 0 0 0 5 3 20 0 15 0 65001365 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804004049792 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11176083456 92302 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10914144 memory=0 CPUtime=3.31 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) S 22021 22024 19905 0 -1 1077944384 6440 13224 0 0 322 1 5 3 20 0 15 0 65001368 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804478098288 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10914144 memory=-1 CPUtime=3.28 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) S 22021 22024 19905 0 -1 1077944384 5499 13224 0 0 319 1 5 3 20 0 15 0 65001368 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804477045488 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10914144 memory=140649286293120 CPUtime=1.96 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) S 22021 22024 19905 0 -1 1077944384 11258 13224 0 0 186 2 5 3 20 0 15 0 65001368 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804475992688 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10914144 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11176083456 92302 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10914144 memory=140649286293120 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 14 13224 0 0 0 0 5 3 20 0 15 0 65001368 11176083456 92302 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 369208 KiB

[startup+6.20676 s]
/proc/loadavg: 1.54 1.59 1.49 3/219 22090
/proc/meminfo: memFree=18572652/32770624 swapFree=67108860/67108860
[pid=22024] ppid=22021 vsize=10914144 memory=371416 CPUtime=14.58 cores=1,3,5,7
/proc/22024/stat : 22024 (java) S 22021 22024 19905 0 -1 1077944320 67486 13224 0 0 1428 22 5 3 20 0 15 0 65001353 11176083456 92854 33554432000 4194304 4196468 140724227880016 140724227862560 139805207289591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
/proc/22024/statm: 2728536 92854 3512 1 0 2690189 0
[pid=22024/tid=22077] ppid=22021 vsize=10914144 memory=9261 CPUtime=5.54 cores=1,3,5,7
/proc/22024/task/22077/stat : 22077 (java) R 22021 22024 19905 0 -1 4202560 38226 13224 0 0 535 11 5 3 20 0 15 0 65001362 11176083456 92854 33554432000 4194304 4196468 140724227880016 139805179119296 139804817319847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22078] ppid=22021 vsize=10914144 memory=288230376152065376 CPUtime=0.13 cores=1,3,5,7
/proc/22024/task/22078/stat : 22078 (java) S 22021 22024 19905 0 -1 1077944384 323 13224 0 0 5 0 5 3 20 0 15 0 65001363 11176083456 92854 33554432000 4194304 4196468 140724227880016 139805211532432 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22079] ppid=22021 vsize=10914144 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22079/stat : 22079 (java) S 22021 22024 19905 0 -1 1077944384 92 13224 0 0 5 1 5 3 20 0 15 0 65001363 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804780366864 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22080] ppid=22021 vsize=10914144 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22024/task/22080/stat : 22080 (java) S 22021 22024 19905 0 -1 1077944384 437 13224 0 0 5 1 5 3 20 0 15 0 65001363 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804779314064 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22081] ppid=22021 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22081/stat : 22081 (java) S 22021 22024 19905 0 -1 1077944384 49 13224 0 0 4 0 5 3 20 0 15 0 65001363 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804778261264 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22082] ppid=22021 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22024/task/22082/stat : 22082 (java) S 22021 22024 19905 0 -1 1077944384 2626 13224 0 0 4 0 5 3 20 0 15 0 65001364 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804479150448 139805207300738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22083] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22083/stat : 22083 (java) S 22021 22024 19905 0 -1 1077944384 15 13224 0 0 0 0 5 3 20 0 15 0 65001365 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804138267744 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22084] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22084/stat : 22084 (java) S 22021 22024 19905 0 -1 1077944384 9 13224 0 0 0 0 5 3 20 0 15 0 65001365 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804004049792 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22085] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22085/stat : 22085 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001367 11176083456 92854 33554432000 4194304 4196468 140724227880016 139803763758928 139805207308187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22086] ppid=22021 vsize=10914144 memory=0 CPUtime=3.42 cores=1,3,5,7
/proc/22024/task/22086/stat : 22086 (java) R 22021 22024 19905 0 -1 4202560 6477 13224 0 0 333 1 5 3 20 0 15 0 65001368 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804478083600 139805190642545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22087] ppid=22021 vsize=10914144 memory=0 CPUtime=3.39 cores=1,3,5,7
/proc/22024/task/22087/stat : 22087 (java) R 22021 22024 19905 0 -1 4202560 5541 13224 0 0 330 1 5 3 20 0 15 0 65001368 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804477031584 139805188812043 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22088] ppid=22021 vsize=10914144 memory=0 CPUtime=2.11 cores=1,3,5,7
/proc/22024/task/22088/stat : 22088 (java) R 22021 22024 19905 0 -1 4202560 11478 13224 0 0 201 2 5 3 20 0 15 0 65001368 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804475989424 139805186722683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22089] ppid=22021 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22089/stat : 22089 (java) S 22021 22024 19905 0 -1 1077944384 3 13224 0 0 0 0 5 3 20 0 15 0 65001368 11176083456 92854 33554432000 4194304 4196468 140724227880016 139803730201312 139805207299797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
[pid=22024/tid=22090] ppid=22021 vsize=10914144 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22024/task/22090/stat : 22090 (java) S 22021 22024 19905 0 -1 1077944384 14 13224 0 0 0 0 5 3 20 0 15 0 65001368 11176083456 92854 33554432000 4194304 4196468 140724227880016 139804474940080 139805207300738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27791360 140724227881583 140724227884380 140724227884380 140724227887055 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 371416 KiB

Child status: 0
Real time (s): 6.29503
CPU time (s): 14.7891
CPU user time (s): 14.5151
CPU system time (s): 0.274034
CPU usage (%): 234.933
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 371416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5151
system time used= 0.274034
maximum resident set size= 374124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7134
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 22024
#   total CPU time (s): 14.7891
#   total CPU user time (s): 14.5151
#   total CPU system time (s): 0.274034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062456 second user time and 0.103412 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 01:19:42
IDJOB=4294463
IDBENCH=141386
IDSOLVER=2750
FILE ID=node133/4294463-1532474382
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-5-cp_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294463-1532474382/watcher-4294463-1532474382 -o /tmp/evaluation-result-4294463-1532474382/solver-4294463-1532474382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=233506827 HOME/instance-4294463-1532474382.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9520b1c3a7fc9338271b16f0cb9e04b3
RANDOM SEED=233506827

node133.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.24
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.24
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.24
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.24
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:        18929528 kB
MemAvailable:   29989764 kB
Buffers:          154596 kB
Cached:         11067124 kB
SwapCached:            0 kB
Active:          4634140 kB
Inactive:        8589072 kB
Active(anon):    1952744 kB
Inactive(anon):    68468 kB
Active(file):    2681396 kB
Inactive(file):  8520604 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:       2008372 kB
Mapped:            52000 kB
Shmem:             17056 kB
Slab:             314120 kB
SReclaimable:     286696 kB
SUnreclaim:        27424 kB
KernelStack:        3616 kB
PageTables:         8832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2853992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1783808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 01:19:48