Trace number 4387133

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.10SAT 1325.84 1305.21

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-09.xml
MD5SUMe7714f1bdc5f54a36db8d66dbea9ce0a
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 benchmark120.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":5},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":3},{"degree":22,"count":1},{"degree":25,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
1325.70/1305.19	v <instantiation
1325.70/1305.19	v         >
1325.70/1305.19	v       <list>
1325.70/1305.19	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
1325.70/1305.19	v       </list>
1325.70/1305.19	v       <values>
1325.70/1305.19	v         1 1 4 1 2 4 1 4 2 0 2 2 4 3 2 0 2 4 4 3 4 2 2 3 1
1325.70/1305.19	v       </values>
1325.70/1305.19	v     </instantiation>
1325.70/1305.19	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 (6018 MiB free)
  memory of node 1: 16384 MiB (11193 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387133-1568291983/watcher-4387133-1568291983 -o /tmp/evaluation-result-4387133-1568291983/solver-4387133-1568291983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=77870178 HOME/instance-4387133-1568291983.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
Current StackSize limit: 8192 KiB

solver pid=2258, runsolver pid=2255

[startup+0.100108 s]*
/proc/loadavg: 1.84 1.78 1.62 3/219 2315
/proc/meminfo: memFree=17616832/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=9972712 memory=18864 CPUtime=0.1 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 4476 13012 0 0 1 1 5 3 20 0 6 0 405465154 10212057088 4716 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2493178 4716 1935 1 0 2481616 0
[pid=2258/tid=2311] ppid=2255 vsize=9988792 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 2354 13012 0 0 1 0 5 3 20 0 6 0 405465163 10228523008 4847 33554432000 4194304 4196468 140733969367184 140503470404176 140503484080125 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=9988792 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 405465164 10228523008 4847 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=9988792 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 405465164 10228523008 4847 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 405465164 10228523008 4847 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=9989820 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 6 0 405465164 10229575680 4847 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=9989820 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) R 2255 2258 31346 0 -1 4202560 0 13012 0 0 0 0 5 3 20 0 7 0 405465165 10229575680 4847 33554432000 4194304 4196468 140733969367184 140503470404176 140503491307265 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210099 s]*
/proc/loadavg: 1.84 1.78 1.62 3/228 2324
/proc/meminfo: memFree=17599280/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10818940 memory=38552 CPUtime=0.27 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 6940 13012 0 0 17 2 5 3 20 0 15 0 405465154 11078594560 9638 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2704735 9638 2981 1 0 2667149 0
[pid=2258/tid=2311] ppid=2255 vsize=10818940 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 3448 13012 0 0 11 1 5 3 20 0 15 0 405465163 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503470388456 140503498589341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10818940 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10818940 memory=3907356310705538720 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 405465164 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10818940 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 405465165 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 13 13012 0 0 0 0 5 3 20 0 15 0 405465166 11078594560 9638 33554432000 4194304 4196468 140733969367184 140502942868256 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465166 11078594560 9638 33554432000 4194304 4196468 140733969367184 140502338888816 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 468 13012 0 0 1 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 165 13012 0 0 1 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10818940 memory=140370746279552 CPUtime=0.11 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 651 13012 0 0 3 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10818940 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465169 11078594560 9638 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38552 KiB

[startup+0.310377 s]*
/proc/loadavg: 1.84 1.78 1.62 3/228 2324
/proc/meminfo: memFree=17589128/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10820244 memory=50188 CPUtime=0.41 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 10729 13012 0 0 29 4 5 3 20 0 15 0 405465154 11079929856 12547 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2705061 12547 3295 1 0 2667149 0
[pid=2258/tid=2311] ppid=2255 vsize=10820244 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 7212 13012 0 0 19 2 5 3 20 0 15 0 405465163 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503470385040 140503482647902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10820244 memory=735272056725535336 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10820244 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10820244 memory=280741208609728 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10820244 memory=67 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 405465164 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10820244 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 405465165 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 13 13012 0 0 0 0 5 3 20 0 15 0 405465166 11079929856 12547 33554432000 4194304 4196468 140733969367184 140502942868256 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465166 11079929856 12547 33554432000 4194304 4196468 140733969367184 140502338888816 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) R 2255 2258 31346 0 -1 4202560 477 13012 0 0 2 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503024089712 140503482958850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 166 13012 0 0 1 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10820244 memory=140370746279552 CPUtime=0.13 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 674 13012 0 0 5 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10820244 memory=140370746279552 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465169 11079929856 12547 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50188 KiB

[startup+0.700648 s]
/proc/loadavg: 1.84 1.78 1.62 5/228 2324
/proc/meminfo: memFree=17573544/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10824340 memory=81072 CPUtime=1.16 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 15053 13012 0 0 102 6 5 3 20 0 15 0 405465154 11084124160 20268 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2706085 20268 3509 1 0 2668173 0
[pid=2258/tid=2311] ppid=2255 vsize=10824340 memory=140372416135734 CPUtime=0.67 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 10668 13012 0 0 55 4 5 3 20 0 15 0 405465163 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503470385376 140503482647902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10824340 memory=140372416135735 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10824340 memory=140372416135738 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10824340 memory=5956 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465164 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10824340 memory=7518026621751088998 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 405465164 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10824340 memory=7019257425709197167 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 5 13012 0 0 0 0 5 3 20 0 15 0 405465165 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10824340 memory=5787213827131598673 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 13 13012 0 0 0 0 5 3 20 0 15 0 405465166 11084124160 20268 33554432000 4194304 4196468 140733969367184 140502942868256 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10824340 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465166 11084124160 20268 33554432000 4194304 4196468 140733969367184 140502338888816 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10824340 memory=288230621787202344 CPUtime=0.2 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 732 13012 0 0 12 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10824340 memory=15818893654504952 CPUtime=0.23 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 525 13012 0 0 15 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 893 13012 0 0 17 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465169 11084124160 20268 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81072 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 1.78 1.62 5/228 2324
/proc/meminfo: memFree=17457928/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10826464 memory=332032 CPUtime=3.1 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 17864 13012 0 0 281 21 5 3 20 0 15 0 405465154 11086299136 83008 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2706616 83008 3568 1 0 2668685 0
[pid=2258/tid=2311] ppid=2255 vsize=10826464 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 11358 13012 0 0 125 7 5 3 20 0 15 0 405465163 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503470401880 140503097539228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10826464 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 53 13012 0 0 2 2 5 3 20 0 15 0 405465164 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10826464 memory=4638778411217669456 CPUtime=0.12 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 108 13012 0 0 2 2 5 3 20 0 15 0 405465164 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10826464 memory=7374480929409557861 CPUtime=0.13 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 234 13012 0 0 2 3 5 3 20 0 15 0 405465164 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10826464 memory=4639059899767285605 CPUtime=0.12 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 117 13012 0 0 2 2 5 3 20 0 15 0 405465164 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10826464 memory=11484059724 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 85 13012 0 0 0 0 5 3 20 0 15 0 405465165 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10826464 memory=280741208807712 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 13 13012 0 0 0 0 5 3 20 0 15 0 405465166 11086299136 83008 33554432000 4194304 4196468 140733969367184 140502942868320 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465166 11086299136 83008 33554432000 4194304 4196468 140733969367184 140502338888832 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10826464 memory=150317748711083 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10826464 memory=24395 CPUtime=0.62 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 1328 13012 0 0 54 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10826464 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 1146 13012 0 0 57 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10826464 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 1209 13012 0 0 32 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10826464 memory=7809523229951467576 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 405465169 11086299136 83008 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0

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

[pid=2258/tid=2323] ppid=2255 vsize=10844916 memory=6440235876195980901 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10844916 memory=6944656592455360604 CPUtime=0.66 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1711 13012 0 0 26 32 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1322.97 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2445236 KiB

[startup+1304 s]*
/proc/loadavg: 1.30 1.37 1.47 3/229 2591
/proc/meminfo: memFree=14488620/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10844916 memory=2445236 CPUtime=1324.59 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 319028 13012 0 0 132207 244 5 3 20 0 15 0 405465154 11105193984 611309 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2711229 611309 3617 1 0 2673293 0
[pid=2258/tid=2311] ppid=2255 vsize=10844916 memory=14008 CPUtime=1298.14 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 76881 13012 0 0 129758 48 5 3 20 0 15 0 405465163 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503470403040 140503106552879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10844916 memory=12040 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 16946 13012 0 0 245 39 5 3 20 0 15 0 405465164 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10844916 memory=4872558044660077418 CPUtime=2.93 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 15089 13012 0 0 245 40 5 3 20 0 15 0 405465164 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10844916 memory=1412 CPUtime=2.93 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 25431 13012 0 0 245 40 5 3 20 0 15 0 405465164 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10844916 memory=3264 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 20085 13012 0 0 244 40 5 3 20 0 15 0 405465164 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10844916 memory=2445236 CPUtime=2.38 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 16733 13012 0 0 215 15 5 3 20 0 15 0 405465165 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10844916 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 18 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611309 33554432000 4194304 4196468 140733969367184 140502942868320 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10844916 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 6 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611309 33554432000 4194304 4196468 140733969367184 140502338888832 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10844916 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10844916 memory=3296 CPUtime=4.47 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 47667 13012 0 0 432 7 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10844916 memory=1444596 CPUtime=4.32 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 42898 13012 0 0 418 6 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10844916 memory=804 CPUtime=3.53 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 53352 13012 0 0 336 9 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10844916 memory=1772 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10844916 memory=1804 CPUtime=0.66 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1711 13012 0 0 26 32 5 3 20 0 15 0 405465169 11105193984 611309 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1324.59 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2445236 KiB

[startup+1304.8 s]
/proc/loadavg: 1.30 1.37 1.47 3/229 2591
/proc/meminfo: memFree=14488620/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10844916 memory=2445240 CPUtime=1325.39 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 320211 13012 0 0 132287 244 5 3 20 0 15 0 405465154 11105193984 611310 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2711229 611310 3617 1 0 2673293 0
[pid=2258/tid=2311] ppid=2255 vsize=10844916 memory=7885070038878086739 CPUtime=1298.93 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 77181 13012 0 0 129837 48 5 3 20 0 15 0 405465163 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503470403040 140503104681201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10844916 memory=8112282956445269571 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 16954 13012 0 0 245 39 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10844916 memory=940 CPUtime=2.93 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 15187 13012 0 0 245 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10844916 memory=14008 CPUtime=2.94 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 25450 13012 0 0 246 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10844916 memory=12040 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 20557 13012 0 0 244 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10844916 memory=17956 CPUtime=2.39 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 17000 13012 0 0 215 16 5 3 20 0 15 0 405465165 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10844916 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 18 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502942868320 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10844916 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 6 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502338888832 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10844916 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10844916 memory=928 CPUtime=4.47 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 47667 13012 0 0 432 7 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10844916 memory=1548 CPUtime=4.32 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 42898 13012 0 0 418 6 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10844916 memory=4100 CPUtime=3.53 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 53352 13012 0 0 336 9 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10844916 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10844916 memory=2460 CPUtime=0.66 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1730 13012 0 0 26 32 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1325.39 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2445240 KiB

[startup+1305 s]*
/proc/loadavg: 1.36 1.38 1.47 3/228 2591
/proc/meminfo: memFree=14488280/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10844916 memory=2445240 CPUtime=1325.6 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 320212 13012 0 0 132308 244 5 3 20 0 15 0 405465154 11105193984 611310 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2711229 611310 3617 1 0 2673293 0
[pid=2258/tid=2311] ppid=2255 vsize=10844916 memory=6935054825532540783 CPUtime=1299.14 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 77182 13012 0 0 129858 48 5 3 20 0 15 0 405465163 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503470401040 140503106553165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10844916 memory=4872558044660077418 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 16954 13012 0 0 245 39 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10844916 memory=4872558044660077418 CPUtime=2.93 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 15187 13012 0 0 245 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10844916 memory=8099279070924792916 CPUtime=2.94 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 25450 13012 0 0 246 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10844916 memory=6369314082313945186 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 20557 13012 0 0 244 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10844916 memory=7593702708721234749 CPUtime=2.4 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 17000 13012 0 0 216 16 5 3 20 0 15 0 405465165 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10844916 memory=3477169614287563628 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 18 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502942868320 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10844916 memory=6944656592455348278 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 6 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502338888832 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10844916 memory=6944656591647563852 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10844916 memory=5793142497072332898 CPUtime=4.47 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 47667 13012 0 0 432 7 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10844916 memory=6656426216301159225 CPUtime=4.32 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 42898 13012 0 0 418 6 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10844916 memory=116084 CPUtime=3.53 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 53352 13012 0 0 336 9 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10844916 memory=-7745171288851049386 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10844916 memory=120484 CPUtime=0.66 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1730 13012 0 0 26 32 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1325.6 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2445240 KiB

[startup+1305.11 s]
/proc/loadavg: 1.36 1.38 1.47 3/228 2591
/proc/meminfo: memFree=14488280/32770624 swapFree=66939688/67108860
[pid=2258] ppid=2255 vsize=10844916 memory=2445240 CPUtime=1325.7 cores=1,3,5,7
/proc/2258/stat : 2258 (java) S 2255 2258 31346 0 -1 1077944320 320212 13012 0 0 132318 244 5 3 20 0 15 0 405465154 11105193984 611310 33554432000 4194304 4196468 140733969367184 140733969349728 140503498567415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
/proc/2258/statm: 2711229 611310 3617 1 0 2673293 0
[pid=2258/tid=2311] ppid=2255 vsize=10844916 memory=3620 CPUtime=1299.24 cores=1,3,5,7
/proc/2258/task/2311/stat : 2311 (java) R 2255 2258 31346 0 -1 4202560 77182 13012 0 0 129868 48 5 3 20 0 15 0 405465163 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503470401040 140503105814247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2312] ppid=2255 vsize=10844916 memory=2445240 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2312/stat : 2312 (java) S 2255 2258 31346 0 -1 1077944384 16954 13012 0 0 245 39 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503502810000 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2313] ppid=2255 vsize=10844916 memory=2445236 CPUtime=2.93 cores=1,3,5,7
/proc/2258/task/2313/stat : 2313 (java) S 2255 2258 31346 0 -1 1077944384 15187 13012 0 0 245 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503417629456 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2314] ppid=2255 vsize=10844916 memory=2445236 CPUtime=2.94 cores=1,3,5,7
/proc/2258/task/2314/stat : 2314 (java) S 2255 2258 31346 0 -1 1077944384 25450 13012 0 0 246 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503416577168 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2315] ppid=2255 vsize=10844916 memory=2445228 CPUtime=2.92 cores=1,3,5,7
/proc/2258/task/2315/stat : 2315 (java) S 2255 2258 31346 0 -1 1077944384 20557 13012 0 0 244 40 5 3 20 0 15 0 405465164 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503415524368 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2316] ppid=2255 vsize=10844916 memory=2445204 CPUtime=2.4 cores=1,3,5,7
/proc/2258/task/2316/stat : 2316 (java) S 2255 2258 31346 0 -1 1077944384 17000 13012 0 0 216 16 5 3 20 0 15 0 405465165 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503025141872 140503498578562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2317] ppid=2255 vsize=10844916 memory=2445204 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2317/stat : 2317 (java) S 2255 2258 31346 0 -1 1077944384 18 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502942868320 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2318] ppid=2255 vsize=10844916 memory=2445228 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2318/stat : 2318 (java) S 2255 2258 31346 0 -1 1077944384 6 13012 0 0 0 0 5 3 20 0 15 0 405465166 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502338888832 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2319] ppid=2255 vsize=10844916 memory=2445228 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2319/stat : 2319 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140502031489104 140503498586011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2320] ppid=2255 vsize=10844916 memory=2445236 CPUtime=4.47 cores=1,3,5,7
/proc/2258/task/2320/stat : 2320 (java) S 2255 2258 31346 0 -1 1077944384 47667 13012 0 0 432 7 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503024089712 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2321] ppid=2255 vsize=10844916 memory=2445236 CPUtime=4.32 cores=1,3,5,7
/proc/2258/task/2321/stat : 2321 (java) S 2255 2258 31346 0 -1 1077944384 42898 13012 0 0 418 6 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503023036912 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2322] ppid=2255 vsize=10844916 memory=2445240 CPUtime=3.53 cores=1,3,5,7
/proc/2258/task/2322/stat : 2322 (java) S 2255 2258 31346 0 -1 1077944384 53352 13012 0 0 336 9 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503021984624 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2323] ppid=2255 vsize=10844916 memory=2445240 CPUtime=0.08 cores=1,3,5,7
/proc/2258/task/2323/stat : 2323 (java) S 2255 2258 31346 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140501997931488 140503498577621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
[pid=2258/tid=2324] ppid=2255 vsize=10844916 memory=301741373374332954 CPUtime=0.66 cores=1,3,5,7
/proc/2258/task/2324/stat : 2324 (java) S 2255 2258 31346 0 -1 1077944384 1730 13012 0 0 26 32 5 3 20 0 15 0 405465169 11105193984 611310 33554432000 4194304 4196468 140733969367184 140503020931504 140503498578562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33202176 140733969373943 140733969376453 140733969376453 140733969379279 0
Current children cumulated CPU time: 1325.7 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 2445240 KiB

Child status: 0
Real time (s): 1305.21
CPU time (s): 1325.84
CPU user time (s): 1323.34
CPU system time (s): 2.49842
CPU usage (%): 101.58
Max. virtual memory (cumulated for all children) (KiB): 10847584
Max. memory (cumulated for all children) (KiB): 3030680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1323.34
system time used= 2.49842
maximum resident set size= 3040920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92909
involuntary context switches= 2036


# summary of solver processes directly reported to runsolver:
#   pid: 2258
#   total CPU time (s): 1325.84
#   total CPU user time (s): 1323.34
#   total CPU system time (s): 2.49842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35406 second user time and 12.4556 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 14:39:01
IDJOB=4387133
IDBENCH=126097
IDSOLVER=2823
FILE ID=node125/4387133-1568291983
RUNJOBID= node125-1568286041-32307
PBS_JOBID= 21701079
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387133-1568291983/watcher-4387133-1568291983 -o /tmp/evaluation-result-4387133-1568291983/solver-4387133-1568291983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=77870178 HOME/instance-4387133-1568291983.xml

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

MD5SUM BENCH= e7714f1bdc5f54a36db8d66dbea9ce0a
RANDOM SEED=77870178

node125.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.29
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.29
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.29
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.29
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:        17625932 kB
MemAvailable:   31060468 kB
Buffers:          164724 kB
Cached:         13396252 kB
SwapCached:        66696 kB
Active:          1913736 kB
Inactive:       12450096 kB
Active(anon):     740664 kB
Inactive(anon):   103148 kB
Active(file):    1173072 kB
Inactive(file): 12346948 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939688 kB
Dirty:             67684 kB
Writeback:             0 kB
AnonPages:        851164 kB
Mapped:            55304 kB
Shmem:             32108 kB
Slab:             372220 kB
SReclaimable:     342976 kB
SUnreclaim:        29244 kB
KernelStack:        4000 kB
PageTables:         7132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1988336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 54996 MiB
End job on node125 at 2019-09-12 15:00:46