Trace number 4403039

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.12.3OPT887 160.473 153.539

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark6.87488
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.79/0.55	c Concrete v3.12.3.1568965526260 running
4.46/2.58	o 579
4.46/2.59	o 600
4.77/2.61	o 611
4.77/2.62	o 614
4.77/2.63	o 628
4.77/2.66	o 643
4.77/2.66	o 647
4.77/2.67	o 650
4.77/2.68	o 673
4.77/2.68	o 683
4.77/2.69	o 700
5.10/2.70	o 705
5.10/2.70	o 717
5.10/2.70	o 719
5.10/2.76	o 734
5.10/2.77	o 746
5.10/2.77	o 763
5.10/2.77	o 769
5.10/2.78	o 817
5.10/2.78	o 826
5.45/2.82	o 840
5.45/2.82	o 841
5.45/2.82	o 850
5.45/2.82	o 852
5.79/2.90	o 874
5.79/2.90	o 877
5.79/3.00	o 887
160.40/153.52	v <instantiation
160.40/153.52	v         cost = '887'>
160.40/153.52	v       <list>
160.40/153.52	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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
160.40/153.52	v       </list>
160.40/153.52	v       <values>
160.40/153.52	v         1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0
160.40/153.52	v       </values>
160.40/153.52	v     </instantiation>
160.40/153.52	s OPTIMUM FOUND

Verifier Data

OK	887

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403039-1568978297/watcher-4403039-1568978297 -o /var/tmp/evaluation-result-4403039-1568978297/solver-4403039-1568978297 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403039-1568978297.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29127, runsolver pid=29124

[startup+0.100096 s]*
/proc/loadavg: 1.31 1.33 1.36 3/220 29184
/proc/meminfo: memFree=3898844/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=9979012 memory=15440 CPUtime=0.09 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 4614 13119 0 0 1 1 4 3 20 0 6 0 473769847 10218508288 3860 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2495913 3860 1957 1 0 2484351 0
[pid=29127/tid=29180] ppid=29124 vsize=9988792 memory=4279135703913103756 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 2426 13119 0 0 0 0 4 3 20 0 6 0 473769856 10228523008 3860 33554432000 4194304 4196468 140734150445520 140039127081552 140039136654941 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 6 0 473769857 10228523008 3860 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=9988792 memory=140024033044096 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 6 0 473769857 10228523008 3860 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 6 0 473769857 10228523008 3860 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 6 0 473769857 10228523008 3860 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9979012 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.31 1.33 1.36 5/229 29193
/proc/meminfo: memFree=3875824/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10820184 memory=45024 CPUtime=0.26 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 7675 13119 0 0 18 1 4 3 20 0 15 0 473769847 11079868416 11256 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2705046 11256 3292 1 0 2667149 0
[pid=29127/tid=29180] ppid=29124 vsize=10820188 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 4170 13119 0 0 10 1 4 3 20 0 15 0 473769856 11079872512 11256 33554432000 4194304 4196468 140734150445520 140039127055824 140039147481918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10820188 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079872512 11256 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10820196 memory=288370400184755840 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10820196 memory=140024033044096 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769858 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 33 13119 0 0 0 0 4 3 20 0 15 0 473769859 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038613480864 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769859 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038482421232 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 598 13119 0 0 1 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) R 29124 29127 26267 0 -1 4202560 62 13119 0 0 1 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038578870680 140039138724247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10820196 memory=140024033044096 CPUtime=0.1 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 598 13119 0 0 3 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10820196 memory=140024033044096 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 11256 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 45024 KiB

[startup+0.312061 s]*
/proc/loadavg: 1.31 1.33 1.36 3/229 29193
/proc/meminfo: memFree=3863528/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10820196 memory=53464 CPUtime=0.4 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 11048 13119 0 0 30 3 4 3 20 0 15 0 473769847 11079880704 13366 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2705049 13366 3337 1 0 2667149 0
[pid=29127/tid=29180] ppid=29124 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 7522 13119 0 0 19 3 4 3 20 0 15 0 473769856 11079880704 13366 33554432000 4194304 4196468 140734150445520 140039127055040 140039139325278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 13366 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 13366 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 13366 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769858 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 33 13119 0 0 0 0 4 3 20 0 15 0 473769859 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038613480864 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769859 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038482421232 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 598 13119 0 0 2 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 72 13119 0 0 2 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10820196 memory=140024033044096 CPUtime=0.12 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 606 13119 0 0 5 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10820196 memory=140024033044096 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769862 11079880704 13431 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53464 KiB

[startup+0.700662 s]
/proc/loadavg: 1.31 1.33 1.36 3/229 29193
/proc/meminfo: memFree=3848500/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10824364 memory=85396 CPUtime=1.14 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 15073 13119 0 0 102 5 4 3 20 0 15 0 473769847 11084148736 21349 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2706091 21349 3512 1 0 2668173 0
[pid=29127/tid=29180] ppid=29124 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 10567 13119 0 0 55 4 4 3 20 0 15 0 473769856 11084148736 21349 33554432000 4194304 4196468 140734150445520 140039127074336 140039139325278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11084148736 21349 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769857 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10824364 memory=607 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769857 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10824364 memory=6004251925163823717 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 5 13119 0 0 0 0 4 3 20 0 15 0 473769858 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10824364 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 33 13119 0 0 0 0 4 3 20 0 15 0 473769859 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038613480864 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769859 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038482421232 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) R 29124 29127 26267 0 -1 4202560 1076 13119 0 0 16 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038579922928 140039136789025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 492 13119 0 0 12 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 685 13119 0 0 17 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769862 11084148736 21349 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85396 KiB

[startup+1.50067 s]
/proc/loadavg: 1.31 1.33 1.36 3/229 29193
/proc/meminfo: memFree=3804080/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10834680 memory=171176 CPUtime=2.45 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 20455 13119 0 0 228 10 4 3 20 0 15 0 473769847 11094712320 42794 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2708670 42794 3575 1 0 2670733 0
[pid=29127/tid=29180] ppid=29124 vsize=10834680 memory=4426042776274957866 CPUtime=1.43 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 15106 13119 0 0 130 6 4 3 20 0 15 0 473769856 11094712320 42794 33554432000 4194304 4196468 140734150445520 140039127051600 140039155256726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10834680 memory=7519159166240777317 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 21 13119 0 0 1 0 4 3 20 0 15 0 473769857 11094712320 42794 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10834680 memory=7381234245691992402 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 35 13119 0 0 0 0 4 3 20 0 15 0 473769857 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10834680 memory=7883106315271563861 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 22 13119 0 0 1 0 4 3 20 0 15 0 473769857 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10834680 memory=152160 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 29 13119 0 0 1 0 4 3 20 0 15 0 473769857 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 43 13119 0 0 1 0 4 3 20 0 15 0 473769858 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 34 13119 0 0 0 0 4 3 20 0 15 0 473769859 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038613480928 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10834680 memory=280047839674656 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769859 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038482421248 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10834680 memory=280047840089600 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10834680 memory=140023919847040 CPUtime=0.35 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) R 29124 29127 26267 0 -1 1077944384 1133 13119 0 0 28 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 554 13119 0 0 24 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10834680 memory=1216 CPUtime=0.46 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) R 29124 29127 26267 0 -1 4202560 1269 13119 0 0 39 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038577817840 140039148341627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10834680 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10834680 memory=14004 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 1 13119 0 0 0 0 4 3 20 0 15 0 473769862 11094712320 42794 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=29127/tid=29192] ppid=29124 vsize=10844940 memory=3204 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10844940 memory=794692 CPUtime=0.16 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 603 13119 0 0 3 6 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 158.81 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 814300 KiB

[startup+152.801 s]
/proc/loadavg: 1.49 1.37 1.36 3/228 29211
/proc/meminfo: memFree=3099084/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10844940 memory=814300 CPUtime=159.62 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 64189 13119 0 0 15910 45 4 3 20 0 15 0 473769847 11105218560 203575 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2711235 203575 3621 1 0 2673293 0
[pid=29127/tid=29180] ppid=29124 vsize=10844940 memory=6791534058613427641 CPUtime=151.53 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 25944 13119 0 0 15128 18 4 3 20 0 15 0 473769856 11105218560 203575 33554432000 4194304 4196468 140734150445520 140039127080832 140038769537363 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10844940 memory=14004 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 2723 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203575 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10844940 memory=29848 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 3392 13119 0 0 46 4 4 3 20 0 15 0 473769857 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10844940 memory=14048 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2989 13119 0 0 46 4 4 3 20 0 15 0 473769857 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10844940 memory=2124 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 914 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10844940 memory=500 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2471 13119 0 0 47 3 4 3 20 0 15 0 473769858 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10844940 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 34 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038613480992 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10844940 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 9 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038482421248 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10844940 memory=1772 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10844940 memory=816 CPUtime=2.07 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 7244 13119 0 0 199 1 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10844940 memory=1436 CPUtime=2.31 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 9292 13119 0 0 223 1 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10844940 memory=1984 CPUtime=1.21 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 6367 13119 0 0 113 1 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10844940 memory=2580 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.16 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 603 13119 0 0 3 6 4 3 20 0 15 0 473769862 11105218560 203575 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 159.62 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 814300 KiB

[startup+153.201 s]
/proc/loadavg: 1.49 1.37 1.36 3/228 29211
/proc/meminfo: memFree=3099084/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10844940 memory=814456 CPUtime=160.1 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 68189 13119 0 0 15958 45 4 3 20 0 15 0 473769847 11105218560 203614 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2711235 203614 3621 1 0 2673293 0
[pid=29127/tid=29180] ppid=29124 vsize=10844940 memory=14981057220971048 CPUtime=151.92 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 25991 13119 0 0 15167 18 4 3 20 0 15 0 473769856 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039127081344 140038762436103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10844940 memory=1808 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 2723 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10844940 memory=924 CPUtime=0.58 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 3392 13119 0 0 47 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10844940 memory=3848 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2989 13119 0 0 46 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10844940 memory=2948 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 914 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10844940 memory=2608 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2471 13119 0 0 47 3 4 3 20 0 15 0 473769858 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10844940 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 34 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038613480992 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10844940 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 9 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038482421248 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10844940 memory=3204 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10844940 memory=794836 CPUtime=2.1 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 8857 13119 0 0 202 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10844940 memory=1408 CPUtime=2.36 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 11632 13119 0 0 228 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10844940 memory=3016 CPUtime=1.21 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 6367 13119 0 0 113 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.16 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 603 13119 0 0 3 6 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 160.1 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 814456 KiB

[startup+153.401 s]
/proc/loadavg: 1.49 1.37 1.36 3/228 29211
/proc/meminfo: memFree=3099084/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10844940 memory=814456 CPUtime=160.3 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 68193 13119 0 0 15978 45 4 3 20 0 15 0 473769847 11105218560 203614 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2711235 203614 3621 1 0 2673293 0
[pid=29127/tid=29180] ppid=29124 vsize=10844940 memory=6791534058613427641 CPUtime=152.11 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 25993 13119 0 0 15186 18 4 3 20 0 15 0 473769856 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039127080512 140038765070048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10844940 memory=4872558044660077418 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 2723 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10844940 memory=4872558044660077418 CPUtime=0.58 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 3392 13119 0 0 47 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10844940 memory=7594598810448916079 CPUtime=0.58 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2991 13119 0 0 47 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10844940 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 914 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10844940 memory=280047840813248 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2471 13119 0 0 47 3 4 3 20 0 15 0 473769858 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10844940 memory=280047840133250 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 34 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038613480992 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10844940 memory=7013628995705660776 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 9 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038482421248 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10844940 memory=7594598810448916079 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10844940 memory=7235139820839397229 CPUtime=2.1 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 8857 13119 0 0 202 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10844940 memory=7517465814835019880 CPUtime=2.36 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 11632 13119 0 0 228 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10844940 memory=7158899594176472986 CPUtime=1.21 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 6367 13119 0 0 113 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10844940 memory=1216 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10844940 memory=-1 CPUtime=0.16 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 603 13119 0 0 3 6 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 160.3 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 814456 KiB

[startup+153.501 s]
/proc/loadavg: 1.49 1.37 1.36 3/228 29211
/proc/meminfo: memFree=3099084/32770624 swapFree=66976740/67108860
[pid=29127] ppid=29124 vsize=10844940 memory=814456 CPUtime=160.4 cores=1,3,5,7
/proc/29127/stat : 29127 (java) S 29124 29127 26267 0 -1 1077944320 68193 13119 0 0 15988 45 4 3 20 0 15 0 473769847 11105218560 203614 33554432000 4194304 4196468 140734150445520 140734150428064 140039155244791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
/proc/29127/statm: 2711235 203614 3621 1 0 2673293 0
[pid=29127/tid=29180] ppid=29124 vsize=10844940 memory=814292 CPUtime=152.21 cores=1,3,5,7
/proc/29127/task/29180/stat : 29180 (java) R 29124 29127 26267 0 -1 4202560 25993 13119 0 0 15196 18 4 3 20 0 15 0 473769856 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039127080512 140038769608400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29181] ppid=29124 vsize=10844940 memory=814456 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29181/stat : 29181 (java) S 29124 29127 26267 0 -1 1077944384 2723 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140039159486736 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29182] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.58 cores=1,3,5,7
/proc/29127/task/29182/stat : 29182 (java) S 29124 29127 26267 0 -1 1077944384 3392 13119 0 0 47 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038728427920 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29183] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.58 cores=1,3,5,7
/proc/29127/task/29183/stat : 29183 (java) S 29124 29127 26267 0 -1 1077944384 2991 13119 0 0 47 4 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038727375376 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29184] ppid=29124 vsize=10844940 memory=814292 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29184/stat : 29184 (java) S 29124 29127 26267 0 -1 1077944384 914 13119 0 0 47 3 4 3 20 0 15 0 473769857 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038726322832 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29185] ppid=29124 vsize=10844940 memory=814292 CPUtime=0.57 cores=1,3,5,7
/proc/29127/task/29185/stat : 29185 (java) S 29124 29127 26267 0 -1 1077944384 2471 13119 0 0 47 3 4 3 20 0 15 0 473769858 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038614534640 140039155255938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29186] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29186/stat : 29186 (java) S 29124 29127 26267 0 -1 1077944384 34 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038613480992 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29187] ppid=29124 vsize=10844940 memory=814300 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29187/stat : 29187 (java) S 29124 29127 26267 0 -1 1077944384 9 13119 0 0 0 0 4 3 20 0 15 0 473769859 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038482421248 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29188] ppid=29124 vsize=10844940 memory=303430231908417850 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29188/stat : 29188 (java) S 29124 29127 26267 0 -1 1077944384 2 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037878442704 140039155263387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29189] ppid=29124 vsize=10844940 memory=814300 CPUtime=2.1 cores=1,3,5,7
/proc/29127/task/29189/stat : 29189 (java) S 29124 29127 26267 0 -1 1077944384 8857 13119 0 0 202 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038579922928 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29190] ppid=29124 vsize=10844940 memory=1660 CPUtime=2.36 cores=1,3,5,7
/proc/29127/task/29190/stat : 29190 (java) S 29124 29127 26267 0 -1 1077944384 11632 13119 0 0 228 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038578870384 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29191] ppid=29124 vsize=10844940 memory=55580 CPUtime=1.21 cores=1,3,5,7
/proc/29127/task/29191/stat : 29191 (java) S 29124 29127 26267 0 -1 1077944384 6367 13119 0 0 113 1 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038577817840 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29192] ppid=29124 vsize=10844940 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/29127/task/29192/stat : 29192 (java) S 29124 29127 26267 0 -1 1077944384 3 13119 0 0 0 0 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140037408680544 140039155254997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
[pid=29127/tid=29193] ppid=29124 vsize=10844940 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/29127/task/29193/stat : 29193 (java) S 29124 29127 26267 0 -1 1077944384 603 13119 0 0 3 6 4 3 20 0 15 0 473769862 11105218560 203614 33554432000 4194304 4196468 140734150445520 140038576765744 140039155255938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7086080 140734150453859 140734150456501 140734150456501 140734150459343 0
Current children cumulated CPU time: 160.4 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 814456 KiB

Child status: 0
Real time (s): 153.539
CPU time (s): 160.473
CPU user time (s): 159.966
CPU system time (s): 0.507028
CPU usage (%): 104.516
Max. virtual memory (cumulated for all children) (KiB): 10847744
Max. memory (cumulated for all children) (KiB): 815756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.966
system time used= 0.507028
maximum resident set size= 817296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19190
involuntary context switches= 406


# summary of solver processes directly reported to runsolver:
#   pid: 29127
#   total CPU time (s): 160.473
#   total CPU user time (s): 159.966
#   total CPU system time (s): 0.507028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.991177 second user time and 1.44783 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 13:17:37
IDJOB=4403039
IDBENCH=133505
IDSOLVER=2862
FILE ID=node124/4403039-1568978297
RUNJOBID= node124-1568967597-26299
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403039-1568978297/watcher-4403039-1568978297 -o /var/tmp/evaluation-result-4403039-1568978297/solver-4403039-1568978297 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403039-1568978297.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1308241223

node124.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.47
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.47
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.47
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.47
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:         3904580 kB
MemAvailable:   31041968 kB
Buffers:          142844 kB
Cached:         26924568 kB
SwapCached:        28940 kB
Active:         14205176 kB
Inactive:       13679296 kB
Active(anon):     783892 kB
Inactive(anon):    82800 kB
Active(file):   13421284 kB
Inactive(file): 13596496 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             35412 kB
Writeback:             0 kB
AnonPages:        904520 kB
Mapped:            65908 kB
Shmem:             40884 kB
Slab:             576924 kB
SReclaimable:     548068 kB
SUnreclaim:        28856 kB
KernelStack:        4016 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2071700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node124 at 2019-09-20 13:20:10