Trace number 4295413

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.8 2018-06-13OPT709 14.6563 7.98892

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.748423
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"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.99/0.74	c Concrete v3.8.1528841891564 running
5.93/3.16	o 441
5.93/3.18	o 443
6.18/3.21	o 468
6.18/3.21	o 476
6.18/3.26	o 488
6.18/3.27	o 524
6.18/3.27	o 532
6.18/3.28	o 534
6.49/3.30	o 569
6.49/3.30	o 587
6.49/3.38	o 610
6.49/3.38	o 622
6.81/3.40	o 637
6.81/3.40	o 638
6.81/3.42	o 650
6.81/3.44	o 652
6.81/3.48	o 653
6.81/3.49	o 658
6.81/3.49	o 673
6.81/3.50	o 682
7.17/3.50	o 690
8.07/3.82	o 702
8.07/3.85	o 703
8.39/3.92	o 709
14.49/7.96	v <instantiation cost="709">
14.49/7.96	v       <list>
14.49/7.96	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]
14.49/7.96	v       </list>
14.49/7.96	v       <values>
14.49/7.96	v         1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0
14.49/7.96	v       </values>
14.49/7.96	v     </instantiation>
14.49/7.96	s OPTIMUM FOUND

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295413-1532549097/watcher-4295413-1532549097 -o /tmp/evaluation-result-4295413-1532549097/solver-4295413-1532549097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917418900 HOME/instance-4295413-1532549097.xml 

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

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

solver pid=30211, runsolver pid=30208

[startup+0.102414 s]*
/proc/loadavg: 1.37 1.37 1.39 2/208 30268
/proc/meminfo: memFree=16787700/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 4247 13135 0 0 1 0 5 3 20 0 6 0 72472926 10212057088 4582 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2493178 4582 1930 1 0 2481616 0
[pid=30211/tid=30264] ppid=30208 vsize=9972712 memory=4279135704047190159 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 2048 13135 0 0 1 0 5 3 20 0 6 0 72472935 10212057088 4582 33554432000 4194304 4196468 140721190757328 140195329929808 140195343775573 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 72472936 10212057088 4582 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=9972712 memory=140485387466368 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 72472936 10212057088 4582 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 72472936 10212057088 4582 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 72472936 10212057088 4582 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209976 s]*
/proc/loadavg: 1.37 1.37 1.39 3/217 30277
/proc/meminfo: memFree=16768356/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10818904 memory=42772 CPUtime=0.26 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 7412 13135 0 0 17 1 5 3 20 0 15 0 72472926 11078557696 10693 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2704726 10693 2946 1 0 2667149 0
[pid=30211/tid=30264] ppid=30208 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 3965 13135 0 0 10 0 5 3 20 0 15 0 72472935 11078557696 10693 33554432000 4194304 4196468 140721190757328 140195329916576 140195338368861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11078557696 10693 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10818904 memory=140485387466368 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472936 11078557696 10693 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11078557696 10693 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11078557696 10693 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10818904 memory=140485387466368 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472938 11078557696 10693 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 72472938 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194816463776 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194711856112 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 356 13135 0 0 1 0 5 3 20 0 15 0 72472941 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 255 13135 0 0 0 0 5 3 20 0 15 0 72472941 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10818904 memory=140485387466368 CPUtime=0.11 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 628 13135 0 0 3 0 5 3 20 0 15 0 72472941 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11078557696 10759 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10818904 memory=140485387466368 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472942 11078557696 10759 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42772 KiB

[startup+0.310375 s]*
/proc/loadavg: 1.37 1.37 1.39 3/217 30277
/proc/meminfo: memFree=16754844/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10819352 memory=55296 CPUtime=0.38 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 10423 13135 0 0 28 2 5 3 20 0 15 0 72472926 11079016448 13824 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2704838 13824 3065 1 0 2667149 0
[pid=30211/tid=30264] ppid=30208 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 6925 13135 0 0 19 2 5 3 20 0 15 0 72472935 11079016448 13824 33554432000 4194304 4196468 140721190757328 140195329905056 140195342173534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10819352 memory=7445101439888674896 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 13824 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 13824 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472938 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 72472938 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194816463776 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194711856112 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 361 13135 0 0 2 0 5 3 20 0 15 0 72472941 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 255 13135 0 0 1 0 5 3 20 0 15 0 72472941 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 643 13135 0 0 5 0 5 3 20 0 15 0 72472941 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11079016448 13824 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472942 11079016448 13824 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55296 KiB

[startup+0.700796 s]
/proc/loadavg: 1.37 1.37 1.39 3/217 30277
/proc/meminfo: memFree=16743012/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10819352 memory=88444 CPUtime=0.99 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 16771 13135 0 0 88 3 5 3 20 0 15 0 72472926 11079016448 22111 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2704838 22111 3238 1 0 2667149 0
[pid=30211/tid=30264] ppid=30208 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 12122 13135 0 0 56 2 5 3 20 0 15 0 72472935 11079016448 22111 33554432000 4194304 4196468 140721190757328 140195329915984 140195358114973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 22111 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10819352 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 22111 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472936 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) R 30208 30211 23703 0 -1 4202560 6 13135 0 0 0 0 5 3 20 0 15 0 72472938 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194817517552 140195350810199 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 33 13135 0 0 0 0 5 3 20 0 15 0 72472938 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194816463776 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194711856112 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10819352 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 722 13135 0 0 7 0 5 3 20 0 15 0 72472941 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 937 13135 0 0 10 0 5 3 20 0 15 0 72472941 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 744 13135 0 0 13 0 5 3 20 0 15 0 72472941 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11079016448 22111 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472942 11079016448 22111 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88444 KiB

[startup+1.5008 s]
/proc/loadavg: 1.50 1.39 1.40 5/217 30277
/proc/meminfo: memFree=16699224/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10834252 memory=181980 CPUtime=2.23 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 25559 13135 0 0 207 8 5 3 20 0 15 0 72472926 11094274048 45495 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2708563 45495 3467 1 0 2670221 0
[pid=30211/tid=30264] ppid=30208 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 18039 13135 0 0 130 5 5 3 20 0 15 0 72472935 11094274048 45495 33554432000 4194304 4196468 140721190757328 140195329925160 140195343531611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 92 13135 0 0 1 0 5 3 20 0 15 0 72472936 11094274048 45495 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 304 13135 0 0 1 0 5 3 20 0 15 0 72472936 11094274048 45495 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 22 13135 0 0 1 0 5 3 20 0 15 0 72472936 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 44 13135 0 0 1 0 5 3 20 0 15 0 72472936 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 1275 13135 0 0 1 0 5 3 20 0 15 0 72472938 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10834252 memory=280970452347136 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 34 13135 0 0 0 0 5 3 20 0 15 0 72472938 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194816463840 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194711856128 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10834252 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10834252 memory=832 CPUtime=0.25 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 1230 13135 0 0 17 0 5 3 20 0 15 0 72472941 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10834252 memory=1600 CPUtime=0.31 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 1138 13135 0 0 23 0 5 3 20 0 15 0 72472941 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10834252 memory=5024 CPUtime=0.36 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 1179 13135 0 0 28 0 5 3 20 0 15 0 72472941 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10834252 memory=4032 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11094274048 45495 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10834252 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472942 11094274048 45495 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

[pid=30211/tid=30276] ppid=30208 vsize=10914144 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 103498 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10914144 memory=-2748367524519556131 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 12 13135 0 0 0 0 5 3 20 0 15 0 72472942 11176083456 103498 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 12.36 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 413992 KiB

[startup+7.2008 s]
/proc/loadavg: 1.54 1.40 1.40 4/216 30277
/proc/meminfo: memFree=16346700/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10914144 memory=461556 CPUtime=13.49 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 65104 13135 0 0 1320 21 5 3 20 0 15 0 72472926 11176083456 115389 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2728536 115389 3515 1 0 2690189 0
[pid=30211/tid=30264] ppid=30208 vsize=10914144 memory=13852958290872887 CPUtime=6.76 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 40266 13135 0 0 656 12 5 3 20 0 15 0 72472935 11176083456 115389 33554432000 4194304 4196468 140721190757328 140195329925296 140194940754074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10914144 memory=6655300316396806240 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 984 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 115389 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10914144 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 386 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 115389 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10914144 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 144 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10914144 memory=-2026666227646604569 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 151 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10914144 memory=-7595754389018307734 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2577 13135 0 0 4 0 5 3 20 0 15 0 72472938 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 38 13135 0 0 0 0 5 3 20 0 15 0 72472938 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194816463904 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194711856128 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10914144 memory=6791534058613427641 CPUtime=2.62 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 7527 13135 0 0 253 1 5 3 20 0 15 0 72472941 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10914144 memory=0 CPUtime=2.57 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 5260 13135 0 0 248 1 5 3 20 0 15 0 72472941 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10914144 memory=6226317088255004775 CPUtime=1.49 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 5560 13135 0 0 139 2 5 3 20 0 15 0 72472941 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10914144 memory=140485226173361 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 115389 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10914144 memory=7016 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 12 13135 0 0 0 0 5 3 20 0 15 0 72472942 11176083456 115389 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 461556 KiB

[startup+7.60421 s]
/proc/loadavg: 1.54 1.40 1.40 4/216 30277
/proc/meminfo: memFree=16346700/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10914144 memory=465652 CPUtime=14.08 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 65123 13135 0 0 1378 22 5 3 20 0 15 0 72472926 11176083456 116413 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2728536 116413 3515 1 0 2690189 0
[pid=30211/tid=30264] ppid=30208 vsize=10914144 memory=280970452723648 CPUtime=7.16 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 40267 13135 0 0 696 12 5 3 20 0 15 0 72472935 11176083456 116413 33554432000 4194304 4196468 140721190757328 140195329925000 140195340613310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10914144 memory=-6654736624941163865 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 987 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 116413 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10914144 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 388 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 116413 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10914144 memory=8992725908130199082 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 146 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10914144 memory=-7093856181963027648 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 153 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10914144 memory=6944656592455097440 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2577 13135 0 0 4 0 5 3 20 0 15 0 72472938 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10914144 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 38 13135 0 0 0 0 5 3 20 0 15 0 72472938 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194816463904 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10914144 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194711856128 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10914144 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10914144 memory=4628973143808647030 CPUtime=2.69 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) R 30208 30211 23703 0 -1 4202560 7528 13135 0 0 260 1 5 3 20 0 15 0 72472941 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194782906864 140195342083364 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10914144 memory=0 CPUtime=2.64 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 5267 13135 0 0 255 1 5 3 20 0 15 0 72472941 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10914144 memory=6791534058613427641 CPUtime=1.53 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) R 30208 30211 23703 0 -1 1077944384 5561 13135 0 0 143 2 5 3 20 0 15 0 72472941 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10914144 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 116413 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10914144 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 12 13135 0 0 0 0 5 3 20 0 15 0 72472942 11176083456 116413 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 14.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 465652 KiB

[startup+7.80067 s]
/proc/loadavg: 1.54 1.40 1.40 4/216 30277
/proc/meminfo: memFree=16346700/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10914144 memory=478076 CPUtime=14.35 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 65736 13135 0 0 1405 22 5 3 20 0 15 0 72472926 11176083456 119519 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2728536 119519 3515 1 0 2690189 0
[pid=30211/tid=30264] ppid=30208 vsize=10914144 memory=2209 CPUtime=7.35 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 40282 13135 0 0 715 12 5 3 20 0 15 0 72472935 11176083456 119519 33554432000 4194304 4196468 140721190757328 140195329925000 140194943737223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10914144 memory=46532 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 987 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 119519 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10914144 memory=6656426216303648864 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 388 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 119519 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10914144 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 146 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10914144 memory=280970452632464 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 153 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10914144 memory=-3123010188551861097 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2577 13135 0 0 4 0 5 3 20 0 15 0 72472938 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10914144 memory=6944658624146216565 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 38 13135 0 0 0 0 5 3 20 0 15 0 72472938 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194816463904 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10914144 memory=1040 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194711856128 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10914144 memory=1628 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10914144 memory=8876 CPUtime=2.71 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 7748 13135 0 0 262 1 5 3 20 0 15 0 72472941 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10914144 memory=1120 CPUtime=2.67 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 5625 13135 0 0 258 1 5 3 20 0 15 0 72472941 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10914144 memory=792 CPUtime=1.54 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 5581 13135 0 0 144 2 5 3 20 0 15 0 72472941 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10914144 memory=832 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 119519 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 12 13135 0 0 0 0 5 3 20 0 15 0 72472942 11176083456 119519 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 14.35 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 478076 KiB

[startup+7.90152 s]
/proc/loadavg: 1.54 1.40 1.40 4/216 30277
/proc/meminfo: memFree=16346700/32770624 swapFree=67108796/67108860
[pid=30211] ppid=30208 vsize=10914144 memory=498620 CPUtime=14.49 cores=0,2,4,6
/proc/30211/stat : 30211 (java) S 30208 30211 23703 0 -1 1077944320 65794 13135 0 0 1418 23 5 3 20 0 15 0 72472926 11176083456 124655 33554432000 4194304 4196468 140721190757328 140721190739872 140195358093047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
/proc/30211/statm: 2728536 124655 3515 1 0 2690189 0
[pid=30211/tid=30264] ppid=30208 vsize=10914144 memory=56 CPUtime=7.45 cores=0,2,4,6
/proc/30211/task/30264/stat : 30264 (java) R 30208 30211 23703 0 -1 4202560 40296 13135 0 0 724 13 5 3 20 0 15 0 72472935 11176083456 124655 33554432000 4194304 4196468 140721190757328 140195329928056 140721191347968 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30265] ppid=30208 vsize=10914144 memory=56 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30265/stat : 30265 (java) S 30208 30211 23703 0 -1 1077944384 988 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 124655 33554432000 4194304 4196468 140721190757328 140195362335504 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30266] ppid=30208 vsize=10914144 memory=-8312670058677691234 CPUtime=0.13 cores=0,2,4,6
/proc/30211/task/30266/stat : 30266 (java) S 30208 30211 23703 0 -1 1077944384 390 13135 0 0 4 1 5 3 20 0 15 0 72472936 11176083456 124655 33554432000 4194304 4196468 140721190757328 140195250609040 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30267] ppid=30208 vsize=10914144 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30267/stat : 30267 (java) S 30208 30211 23703 0 -1 1077944384 147 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194929962000 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30268] ppid=30208 vsize=10914144 memory=21728 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30268/stat : 30268 (java) S 30208 30211 23703 0 -1 1077944384 156 13135 0 0 4 0 5 3 20 0 15 0 72472936 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194928909456 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30269] ppid=30208 vsize=10914144 memory=375968 CPUtime=0.12 cores=0,2,4,6
/proc/30211/task/30269/stat : 30269 (java) S 30208 30211 23703 0 -1 1077944384 2608 13135 0 0 4 0 5 3 20 0 15 0 72472938 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194817517552 140195358104194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30270] ppid=30208 vsize=10914144 memory=2088 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30270/stat : 30270 (java) S 30208 30211 23703 0 -1 1077944384 38 13135 0 0 0 0 5 3 20 0 15 0 72472938 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194816463904 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30271] ppid=30208 vsize=10914144 memory=1040 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30271/stat : 30271 (java) S 30208 30211 23703 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 72472939 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194711856128 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30272] ppid=30208 vsize=10914144 memory=1628 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30272/stat : 30272 (java) S 30208 30211 23703 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194107877584 140195358111643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30273] ppid=30208 vsize=10914144 memory=8876 CPUtime=2.73 cores=0,2,4,6
/proc/30211/task/30273/stat : 30273 (java) S 30208 30211 23703 0 -1 1077944384 7751 13135 0 0 264 1 5 3 20 0 15 0 72472941 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194782906864 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30274] ppid=30208 vsize=10914144 memory=1120 CPUtime=2.68 cores=0,2,4,6
/proc/30211/task/30274/stat : 30274 (java) S 30208 30211 23703 0 -1 1077944384 5627 13135 0 0 259 1 5 3 20 0 15 0 72472941 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194781854320 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30275] ppid=30208 vsize=10914144 memory=792 CPUtime=1.55 cores=0,2,4,6
/proc/30211/task/30275/stat : 30275 (java) S 30208 30211 23703 0 -1 1077944384 5582 13135 0 0 145 2 5 3 20 0 15 0 72472941 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194780801776 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30276] ppid=30208 vsize=10914144 memory=832 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30276/stat : 30276 (java) S 30208 30211 23703 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 72472941 11176083456 124655 33554432000 4194304 4196468 140721190757328 140193638116448 140195358103253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
[pid=30211/tid=30277] ppid=30208 vsize=10914144 memory=1600 CPUtime=0.08 cores=0,2,4,6
/proc/30211/task/30277/stat : 30277 (java) S 30208 30211 23703 0 -1 1077944384 12 13135 0 0 0 0 5 3 20 0 15 0 72472942 11176083456 124655 33554432000 4194304 4196468 140721190757328 140194678298928 140195358104194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 9129984 140721190763118 140721190765916 140721190765916 140721190768591 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 498620 KiB

Child status: 0
Real time (s): 7.98892
CPU time (s): 14.6563
CPU user time (s): 14.3702
CPU system time (s): 0.28609
CPU usage (%): 183.458
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 498620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3702
system time used= 0.28609
maximum resident set size= 500728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80281
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= 7189
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 30211
#   total CPU time (s): 14.6563
#   total CPU user time (s): 14.3702
#   total CPU system time (s): 0.28609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064973 second user time and 0.120597 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 22:04:57
IDJOB=4295413
IDBENCH=141542
IDSOLVER=2750
FILE ID=node138/4295413-1532549097
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295413-1532549097/watcher-4295413-1532549097 -o /tmp/evaluation-result-4295413-1532549097/solver-4295413-1532549097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917418900 HOME/instance-4295413-1532549097.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1917418900

node138.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.71
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.71
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.71
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.71
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:        16794628 kB
MemAvailable:   31094324 kB
Buffers:          172560 kB
Cached:         14273060 kB
SwapCached:           44 kB
Active:          3220624 kB
Inactive:       12111596 kB
Active(anon):     837508 kB
Inactive(anon):    77316 kB
Active(file):    2383116 kB
Inactive(file): 12034280 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:        906420 kB
Mapped:            48048 kB
Shmem:             25164 kB
Slab:             339284 kB
SReclaimable:     310760 kB
SUnreclaim:        28524 kB
KernelStack:        3824 kB
PageTables:         7624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1874332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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 /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 22:05:06