Trace number 4302727

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT210 21.9812 12.0676

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.09579
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.42/4.34	o 360
9.42/4.35	o 340
9.75/4.40	o 320
9.75/4.46	o 310
10.08/4.51	o 300
10.08/4.52	o 290
12.54/5.31	o 280
12.54/5.33	o 270
13.15/5.53	o 260
13.46/5.60	o 250
14.62/6.17	o 240
14.78/6.21	o 220
14.78/6.22	o 210
21.90/12.05	v <instantiation cost="210">
21.90/12.05	v       <list>
21.90/12.05	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
21.90/12.05	v       </list>
21.90/12.05	v       <values>
21.90/12.05	v         -2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10
21.90/12.05	v       </values>
21.90/12.05	v     </instantiation>
21.90/12.05	s OPTIMUM FOUND

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302727-1532897035/watcher-4302727-1532897035 -o /tmp/evaluation-result-4302727-1532897035/solver-4302727-1532897035 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1911027882 -superng HOME/instance-4302727-1532897035.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=28958, runsolver pid=28955

[startup+0.100098 s]*
/proc/loadavg: 2.64 2.31 2.10 3/208 29015
/proc/meminfo: memFree=23351908/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=10005480 memory=18864 CPUtime=0.1 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 4392 13185 0 0 1 1 5 3 20 0 6 0 107266776 10245611520 4716 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2501370 4716 1935 1 0 2489808 0
[pid=28958/tid=29011] ppid=28955 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 2192 13185 0 0 0 0 5 3 20 0 6 0 107266785 10245611520 4716 33554432000 4194304 4196468 140725416532560 140238827594320 140238855779485 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 107266786 10245611520 4716 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=10005480 memory=140481903638144 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 107266786 10245611520 4716 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 107266786 10245611520 4716 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 6 0 107266786 10245611520 4716 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210351 s]*
/proc/loadavg: 2.64 2.31 2.10 3/217 29024
/proc/meminfo: memFree=23326788/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=10985364 memory=48544 CPUtime=0.26 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 8339 13185 0 0 17 1 5 3 20 0 15 0 107266776 11249012736 12136 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2746341 12136 2949 1 0 2708764 0
[pid=28958/tid=29011] ppid=28955 vsize=10985364 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 5024 13185 0 0 11 1 5 3 20 0 15 0 107266785 11249012736 12268 33554432000 4194304 4196468 140725416532560 140238827582368 140238848437277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=10985364 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11249012736 12268 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=10985364 memory=3978563002490861216 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11249012736 12268 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11249012736 12334 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266786 11249012736 12334 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=10985364 memory=140481903638144 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266787 11249012736 12334 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 13 13185 0 0 0 0 5 3 20 0 15 0 107266787 11249012736 12334 33554432000 4194304 4196468 140725416532560 140237608052000 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266788 11249012736 12293 33554432000 4194304 4196468 140725416532560 140237460203120 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11249012736 11975 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 359 13185 0 0 1 0 5 3 20 0 15 0 107266790 11249012736 11975 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 262 13185 0 0 0 0 5 3 20 0 15 0 107266790 11247345664 11975 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=10983736 memory=140481903638144 CPUtime=0.11 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 605 13185 0 0 3 0 5 3 20 0 15 0 107266790 11247345664 11735 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246362624 11735 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=10982744 memory=140481903638144 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246329856 11727 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48544 KiB

[startup+0.31042 s]*
/proc/loadavg: 2.64 2.31 2.10 3/217 29024
/proc/meminfo: memFree=23314632/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=10983192 memory=57632 CPUtime=0.39 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 10414 13185 0 0 28 3 5 3 20 0 15 0 107266776 11246788608 14408 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2745798 14408 3094 1 0 2708109 0
[pid=28958/tid=29011] ppid=28955 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 6953 13185 0 0 19 2 5 3 20 0 15 0 107266785 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238827569568 140238855779485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266787 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 13 13185 0 0 0 0 5 3 20 0 15 0 107266787 11246788608 14408 33554432000 4194304 4196468 140725416532560 140237608052000 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266788 11246788608 14408 33554432000 4194304 4196468 140725416532560 140237460203120 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11246788608 14408 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 360 13185 0 0 1 0 5 3 20 0 15 0 107266790 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 266 13185 0 0 1 0 5 3 20 0 15 0 107266790 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=10983192 memory=140481903638144 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) R 28955 28958 22977 0 -1 4202560 611 13185 0 0 5 0 5 3 20 0 15 0 107266790 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238345697648 140238834404896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246788608 14408 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=10983192 memory=140481903638144 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246788608 14408 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57632 KiB

[startup+0.700744 s]
/proc/loadavg: 2.64 2.31 2.10 3/217 29024
/proc/meminfo: memFree=23304460/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=10983192 memory=90772 CPUtime=0.99 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 16757 13185 0 0 87 4 5 3 20 0 15 0 107266776 11246788608 22693 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2745798 22693 3238 1 0 2708109 0
[pid=28958/tid=29011] ppid=28955 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 12144 13185 0 0 55 3 5 3 20 0 15 0 107266785 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238827578384 140238836033440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266786 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 5 13185 0 0 0 0 5 3 20 0 15 0 107266787 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 13 13185 0 0 0 0 5 3 20 0 15 0 107266787 11246788608 22693 33554432000 4194304 4196468 140725416532560 140237608052000 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266788 11246788608 22693 33554432000 4194304 4196468 140725416532560 140237460203120 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11246788608 22693 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 1002 13185 0 0 9 0 5 3 20 0 15 0 107266790 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=10983192 memory=140481803625552 CPUtime=0.16 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 682 13185 0 0 8 0 5 3 20 0 15 0 107266790 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=10983192 memory=143069655597710 CPUtime=0.21 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 702 13185 0 0 13 0 5 3 20 0 15 0 107266790 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246788608 22693 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266791 11246788608 22693 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90772 KiB

[startup+1.50075 s]
/proc/loadavg: 2.64 2.31 2.10 3/217 29024
/proc/meminfo: memFree=23258448/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=10998092 memory=181340 CPUtime=2.28 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 23988 13185 0 0 211 9 5 3 20 0 15 0 107266776 11262046208 45335 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2749523 45335 3472 1 0 2711181 0
[pid=28958/tid=29011] ppid=28955 vsize=10998092 memory=10799 CPUtime=1.44 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 17774 13185 0 0 130 6 5 3 20 0 15 0 107266785 11262046208 45397 33554432000 4194304 4196468 140725416532560 140238827586848 140238848861051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 210 13185 0 0 0 0 5 3 20 0 15 0 107266786 11262046208 45397 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 10 13185 0 0 1 0 5 3 20 0 15 0 107266786 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=10998092 memory=2952 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 27 13185 0 0 1 0 5 3 20 0 15 0 107266786 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=10998092 memory=90772 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 61 13185 0 0 0 0 5 3 20 0 15 0 107266786 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 51 13185 0 0 1 0 5 3 20 0 15 0 107266787 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 13 13185 0 0 0 0 5 3 20 0 15 0 107266787 11262046208 45443 33554432000 4194304 4196468 140725416532560 140237608052064 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 107266788 11262046208 45443 33554432000 4194304 4196468 140725416532560 140237460203136 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11262046208 45443 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 1460 13185 0 0 21 0 5 3 20 0 15 0 107266790 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=10998092 memory=280963607731072 CPUtime=0.28 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 891 13185 0 0 20 0 5 3 20 0 15 0 107266790 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 1318 13185 0 0 32 0 5 3 20 0 15 0 107266790 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11262046208 45443 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=10998092 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 107266791 11262046208 45443 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[pid=28958/tid=29023] ppid=28955 vsize=11080032 memory=280963607667328 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 145856 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=11080032 memory=10765 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 11 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 145856 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 19.33 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 583424 KiB

[startup+11.3007 s]
/proc/loadavg: 2.71 2.33 2.11 3/217 29024
/proc/meminfo: memFree=22681396/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=11080032 memory=631512 CPUtime=21.18 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 77858 13185 0 0 2080 30 5 3 20 0 15 0 107266776 11345952768 157878 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2770008 157878 3519 1 0 2731661 0
[pid=28958/tid=29011] ppid=28955 vsize=11080032 memory=7649399371346229554 CPUtime=11.11 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 49499 13185 0 0 1085 18 5 3 20 0 15 0 107266785 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238827589640 140238428992012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=11080032 memory=581008 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 249 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=11080032 memory=8 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 178 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=11080032 memory=4136 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 97 13185 0 0 4 1 5 3 20 0 15 0 107266786 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=11080032 memory=30824 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 101 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=11080032 memory=1292 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 818 13185 0 0 5 0 5 3 20 0 15 0 107266787 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=11080032 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 14 13185 0 0 0 0 5 3 20 0 15 0 107266787 11345952768 157878 33554432000 4194304 4196468 140725416532560 140237608052128 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=11080032 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 7 13185 0 0 0 0 5 3 20 0 15 0 107266788 11345952768 157878 33554432000 4194304 4196468 140725416532560 140237460203136 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=11080032 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11345952768 157878 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=11080032 memory=5760 CPUtime=4.08 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 14197 13185 0 0 397 3 5 3 20 0 15 0 107266790 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=11080032 memory=4588 CPUtime=3.97 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 5027 13185 0 0 388 1 5 3 20 0 15 0 107266790 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=11080032 memory=9920 CPUtime=1.9 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 5458 13185 0 0 180 2 5 3 20 0 15 0 107266790 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=11080032 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 157878 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 11 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 157878 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 21.18 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 631512 KiB

[startup+11.7007 s]
/proc/loadavg: 2.71 2.33 2.11 3/217 29024
/proc/meminfo: memFree=22681396/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=11080032 memory=635676 CPUtime=21.59 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 78166 13185 0 0 2121 30 5 3 20 0 15 0 107266776 11345952768 158919 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2770008 158919 3519 1 0 2731661 0
[pid=28958/tid=29011] ppid=28955 vsize=11080032 memory=6791534058613427641 CPUtime=11.51 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 49674 13185 0 0 1125 18 5 3 20 0 15 0 107266785 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238827589640 140238417626344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=11080032 memory=2436 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 249 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=11080032 memory=1728 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 178 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=11080032 memory=1720 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 97 13185 0 0 4 1 5 3 20 0 15 0 107266786 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=11080032 memory=5760 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 101 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=11080032 memory=4588 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 818 13185 0 0 5 0 5 3 20 0 15 0 107266787 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=11080032 memory=9920 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 14 13185 0 0 0 0 5 3 20 0 15 0 107266787 11345952768 158919 33554432000 4194304 4196468 140725416532560 140237608052128 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=11080032 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 7 13185 0 0 0 0 5 3 20 0 15 0 107266788 11345952768 158919 33554432000 4194304 4196468 140725416532560 140237460203136 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=11080032 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11345952768 158919 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=11080032 memory=8512 CPUtime=4.08 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 14241 13185 0 0 397 3 5 3 20 0 15 0 107266790 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=11080032 memory=792 CPUtime=3.97 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 5081 13185 0 0 388 1 5 3 20 0 15 0 107266790 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=11080032 memory=1008 CPUtime=1.9 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 5493 13185 0 0 180 2 5 3 20 0 15 0 107266790 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=11080032 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 158919 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=11080032 memory=140481903637153 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 11 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 158919 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 21.59 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 635676 KiB

[startup+11.9007 s]
/proc/loadavg: 2.71 2.33 2.11 3/217 29024
/proc/meminfo: memFree=22681396/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=11080032 memory=687056 CPUtime=21.8 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 79345 13185 0 0 2141 31 5 3 20 0 15 0 107266776 11345952768 171764 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2770008 171764 3519 1 0 2731661 0
[pid=28958/tid=29011] ppid=28955 vsize=11080032 memory=0 CPUtime=11.7 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 49701 13185 0 0 1144 18 5 3 20 0 15 0 107266785 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238827592624 140238433080660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=11080032 memory=10783 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 296 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=11080032 memory=25299 CPUtime=0.15 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 212 13185 0 0 6 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=11080032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1001 13185 0 0 4 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=11080032 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 227 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=11080032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 859 13185 0 0 5 0 5 3 20 0 15 0 107266787 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 14 13185 0 0 0 0 5 3 20 0 15 0 107266787 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237608052128 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 7 13185 0 0 0 0 5 3 20 0 15 0 107266788 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237460203136 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=11080032 memory=0 CPUtime=4.08 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 14241 13185 0 0 397 3 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=11080032 memory=0 CPUtime=3.97 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 5081 13185 0 0 388 1 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=11080032 memory=7666368358159838567 CPUtime=1.9 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 5493 13185 0 0 180 2 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=11080032 memory=7380104931521096041 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 171764 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=11080032 memory=6153433744107334508 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 11 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 21.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 687056 KiB

[startup+12.0007 s]
/proc/loadavg: 2.71 2.33 2.11 3/217 29024
/proc/meminfo: memFree=22681396/32770624 swapFree=67108792/67108860
[pid=28958] ppid=28955 vsize=11080032 memory=687056 CPUtime=21.9 cores=0,2,4,6
/proc/28958/stat : 28958 (java) S 28955 28958 22977 0 -1 1077944320 79350 13185 0 0 2151 31 5 3 20 0 15 0 107266776 11345952768 171764 33554432000 4194304 4196468 140725416532560 140725416515104 140238855757559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
/proc/28958/statm: 2770008 171764 3519 1 0 2731661 0
[pid=28958/tid=29011] ppid=28955 vsize=11080032 memory=0 CPUtime=11.8 cores=0,2,4,6
/proc/28958/task/29011/stat : 29011 (java) R 28955 28958 22977 0 -1 4202560 49701 13185 0 0 1154 18 5 3 20 0 15 0 107266785 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238827592624 140238433080793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29012] ppid=28955 vsize=11080032 memory=583424 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29012/stat : 29012 (java) S 28955 28958 22977 0 -1 1077944384 296 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238859999632 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29013] ppid=28955 vsize=11080032 memory=629356 CPUtime=0.15 cores=0,2,4,6
/proc/28958/task/29013/stat : 29013 (java) S 28955 28958 22977 0 -1 1077944384 212 13185 0 0 6 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238741264656 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29014] ppid=28955 vsize=11080032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29014/stat : 29014 (java) S 28955 28958 22977 0 -1 1077944384 1001 13185 0 0 4 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238740212368 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29015] ppid=28955 vsize=11080032 memory=280963607859360 CPUtime=0.14 cores=0,2,4,6
/proc/28958/task/29015/stat : 29015 (java) S 28955 28958 22977 0 -1 1077944384 227 13185 0 0 5 1 5 3 20 0 15 0 107266786 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238739159568 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29016] ppid=28955 vsize=11080032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28958/task/29016/stat : 29016 (java) S 28955 28958 22977 0 -1 1077944384 859 13185 0 0 5 0 5 3 20 0 15 0 107266787 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238348855920 140238855768706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29017] ppid=28955 vsize=11080032 memory=529420 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29017/stat : 29017 (java) S 28955 28958 22977 0 -1 1077944384 14 13185 0 0 0 0 5 3 20 0 15 0 107266787 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237608052128 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29018] ppid=28955 vsize=11080032 memory=6944656592452807323 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29018/stat : 29018 (java) S 28955 28958 22977 0 -1 1077944384 7 13185 0 0 0 0 5 3 20 0 15 0 107266788 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237460203136 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29019] ppid=28955 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29019/stat : 29019 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140237152803408 140238855776155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29020] ppid=28955 vsize=11080032 memory=11365118695 CPUtime=4.08 cores=0,2,4,6
/proc/28958/task/29020/stat : 29020 (java) S 28955 28958 22977 0 -1 1077944384 14241 13185 0 0 397 3 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238347802736 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29021] ppid=28955 vsize=11080032 memory=682780 CPUtime=3.97 cores=0,2,4,6
/proc/28958/task/29021/stat : 29021 (java) S 28955 28958 22977 0 -1 1077944384 5081 13185 0 0 388 1 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238346749936 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29022] ppid=28955 vsize=11080032 memory=56 CPUtime=1.9 cores=0,2,4,6
/proc/28958/task/29022/stat : 29022 (java) S 28955 28958 22977 0 -1 1077944384 5498 13185 0 0 180 2 5 3 20 0 15 0 107266790 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238345697648 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29023] ppid=28955 vsize=11080032 memory=581008 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29023/stat : 29023 (java) S 28955 28958 22977 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 171764 33554432000 4194304 4196468 140725416532560 140236722006496 140238855767765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
[pid=28958/tid=29024] ppid=28955 vsize=11080032 memory=7230354741939103332 CPUtime=0.08 cores=0,2,4,6
/proc/28958/task/29024/stat : 29024 (java) S 28955 28958 22977 0 -1 1077944384 11 13185 0 0 0 0 5 3 20 0 15 0 107266791 11345952768 171764 33554432000 4194304 4196468 140725416532560 140238344645552 140238855768706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9969664 140725416540776 140725416543585 140725416543585 140725416546255 0
Current children cumulated CPU time: 21.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 687056 KiB

Child status: 0
Real time (s): 12.0676
CPU time (s): 21.9812
CPU user time (s): 21.6172
CPU system time (s): 0.364056
CPU usage (%): 182.151
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 687056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6172
system time used= 0.364056
maximum resident set size= 689188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92673
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= 8816
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 28958
#   total CPU time (s): 21.9812
#   total CPU user time (s): 21.6172
#   total CPU system time (s): 0.364056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092329 second user time and 0.154815 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:43:55
IDJOB=4302727
IDBENCH=141317
IDSOLVER=2777
FILE ID=node150/4302727-1532897035
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55168 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302727-1532897035/watcher-4302727-1532897035 -o /tmp/evaluation-result-4302727-1532897035/solver-4302727-1532897035 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1911027882 -superng HOME/instance-4302727-1532897035.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1911027882

node150.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.76
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.76
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.76
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.76
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:        23358888 kB
MemAvailable:   27354656 kB
Buffers:          226148 kB
Cached:          4012348 kB
SwapCached:           32 kB
Active:          6270736 kB
Inactive:        2600508 kB
Active(anon):    4584376 kB
Inactive(anon):    76188 kB
Active(file):    1686360 kB
Inactive(file):  2524320 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26604 kB
Writeback:             0 kB
AnonPages:       4640476 kB
Mapped:            57868 kB
Shmem:             25156 kB
Slab:             230512 kB
SReclaimable:     201844 kB
SUnreclaim:        28668 kB
KernelStack:        3520 kB
PageTables:        14240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5627372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4388864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55140 MiB
End job on node150 at 2018-07-29 22:44:07