Trace number 4396359

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.2OPT887 580.958 570.31

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.78/0.55	c Concrete v3.12.2.1568380929293 running
5.26/2.70	o 524
5.63/2.72	o 541
5.63/2.72	o 562
5.63/2.74	o 577
5.63/2.74	o 601
5.63/2.75	o 608
5.63/2.77	o 621
5.63/2.78	o 638
5.63/2.80	o 641
5.94/2.84	o 661
5.94/2.84	o 666
5.94/2.85	o 684
5.94/2.85	o 713
5.94/2.86	o 727
6.17/2.94	o 730
6.17/2.97	o 740
6.17/2.98	o 758
6.46/3.06	o 762
6.72/3.14	o 813
6.72/3.14	o 818
6.72/3.15	o 830
6.72/3.17	o 835
6.72/3.17	o 844
6.72/3.17	o 854
6.97/3.22	o 861
7.55/3.45	o 871
7.55/3.49	o 875
10.13/4.57	o 886
11.45/5.86	o 887
580.82/570.29	v <instantiation
580.82/570.29	v         cost = '887'>
580.82/570.29	v       <list>
580.82/570.29	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]
580.82/570.29	v       </list>
580.82/570.29	v       <values>
580.82/570.29	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
580.82/570.29	v       </values>
580.82/570.29	v     </instantiation>
580.82/570.29	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 (11312 MiB free)
  memory of node 1: 16384 MiB (14181 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396359-1568403615/watcher-4396359-1568403615 -o /tmp/evaluation-result-4396359-1568403615/solver-4396359-1568403615 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1555233268 HOME/instance-4396359-1568403615.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=17523, runsolver pid=17520

[startup+0.100089 s]*
/proc/loadavg: 1.23 1.34 1.39 3/219 17580
/proc/meminfo: memFree=26097068/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 4513 13331 0 0 1 0 5 2 20 0 6 0 416276430 10212057088 4270 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2493178 4270 1935 1 0 2481616 0
[pid=17523/tid=17576] ppid=17520 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 2329 13331 0 0 1 0 5 2 20 0 6 0 416276439 10212057088 4270 33554432000 4194304 4196468 140725589948656 140657437360720 140657448723981 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 6 0 416276440 10212057088 4270 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=9972712 memory=140679276787328 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 6 0 416276440 10212057088 4270 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 6 0 416276440 10212057088 4270 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 6 0 416276440 10212057088 4270 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210133 s]*
/proc/loadavg: 1.23 1.34 1.39 3/228 17589
/proc/meminfo: memFree=26079012/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10819664 memory=39448 CPUtime=0.26 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 7187 13331 0 0 18 1 5 2 20 0 15 0 416276430 11079335936 9862 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2704916 9862 3168 1 0 2667149 0
[pid=17523/tid=17576] ppid=17520 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 3692 13331 0 0 11 0 5 2 20 0 15 0 416276439 11079335936 9862 33554432000 4194304 4196468 140725589948656 140657437356976 140657449604446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10819664 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079335936 9862 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10819664 memory=3906510012445750944 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079335936 9862 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079335936 9862 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079335936 9862 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10819664 memory=140679276787328 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 15 0 416276441 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 13 13331 0 0 0 0 5 2 20 0 15 0 416276442 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656353731488 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656219513840 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 470 13331 0 0 1 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 180 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10819664 memory=140679276787328 CPUtime=0.1 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) R 17520 17523 16639 0 -1 4202560 616 13331 0 0 3 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656920767216 140657449692292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10819664 memory=140679276787328 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079335936 9862 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39448 KiB

[startup+0.31034 s]*
/proc/loadavg: 1.23 1.34 1.39 3/228 17589
/proc/meminfo: memFree=26066092/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10820148 memory=50568 CPUtime=0.4 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 10883 13331 0 0 30 3 5 2 20 0 15 0 416276430 11079831552 12642 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2705037 12642 3300 1 0 2667149 0
[pid=17523/tid=17576] ppid=17520 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 7366 13331 0 0 19 2 5 2 20 0 15 0 416276439 11079831552 12642 33554432000 4194304 4196468 140725589948656 140657437323872 140657465545885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079831552 12642 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079831552 12642 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079831552 12642 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 15 0 416276440 11079831552 12642 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 15 0 416276441 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 13 13331 0 0 0 0 5 2 20 0 15 0 416276442 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656353731488 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656219513840 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 471 13331 0 0 2 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 189 13331 0 0 1 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10820148 memory=140679276787328 CPUtime=0.12 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) R 17520 17523 16639 0 -1 4202560 625 13331 0 0 5 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10820148 memory=140679276787328 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276445 11079831552 12642 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50568 KiB

[startup+0.704441 s]
/proc/loadavg: 1.23 1.34 1.39 4/228 17589
/proc/meminfo: memFree=26051292/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10824360 memory=83796 CPUtime=1.13 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 15173 13331 0 0 101 5 5 2 20 0 15 0 416276430 11084144640 20949 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2706090 20949 3496 1 0 2668173 0
[pid=17523/tid=17576] ppid=17520 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 10437 13331 0 0 55 4 5 2 20 0 15 0 416276439 11084144640 20949 33554432000 4194304 4196468 140725589948656 140657437350912 140657465535894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11084144640 20949 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11084144640 20949 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10824360 memory=140679170896080 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276440 11084144640 20949 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10824360 memory=140681653781099 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 2 13331 0 0 0 0 5 2 20 0 15 0 416276440 11084144640 20949 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10824360 memory=1076 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 6 13331 0 0 0 0 5 2 20 0 15 0 416276441 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10824360 memory=7014751519650698577 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 13 13331 0 0 0 0 5 2 20 0 15 0 416276442 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656353731488 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10824360 memory=8027782147104397675 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656219513840 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10824360 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10824360 memory=2116 CPUtime=0.24 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) R 17520 17523 16639 0 -1 4202560 984 13331 0 0 17 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656922872304 140657444762432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10824360 memory=520 CPUtime=0.16 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 662 13331 0 0 9 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10824360 memory=1560 CPUtime=0.24 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) R 17520 17523 16639 0 -1 1077944384 853 13331 0 0 17 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10824360 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10824360 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276445 11084144640 20949 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83796 KiB

[startup+1.50223 s]
/proc/loadavg: 1.23 1.34 1.39 3/228 17589
/proc/meminfo: memFree=26004948/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10834676 memory=169272 CPUtime=2.45 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 20482 13331 0 0 228 10 5 2 20 0 15 0 416276430 11094708224 42318 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2708669 42318 3572 1 0 2670733 0
[pid=17523/tid=17576] ppid=17520 vsize=10834676 memory=165676 CPUtime=1.43 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 14892 13331 0 0 130 6 5 2 20 0 15 0 416276439 11094708224 42318 33554432000 4194304 4196468 140725589948656 140657437342400 140657465535894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10834676 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 35 13331 0 0 1 0 5 2 20 0 15 0 416276440 11094708224 42318 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 24 13331 0 0 1 0 5 2 20 0 15 0 416276440 11094708224 42318 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 21 13331 0 0 1 0 5 2 20 0 15 0 416276440 11094708224 42318 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 26 13331 0 0 1 0 5 2 20 0 15 0 416276440 11094708224 42318 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 44 13331 0 0 1 0 5 2 20 0 15 0 416276441 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 14 13331 0 0 0 0 5 2 20 0 15 0 416276442 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656353731552 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656219513856 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10834676 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 1041 13331 0 0 29 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10834676 memory=4580 CPUtime=0.28 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 747 13331 0 0 21 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10834676 memory=7809924981443881576 CPUtime=0.47 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) S 17520 17523 16639 0 -1 1077944384 1425 13331 0 0 40 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10834676 memory=4640467278541901904 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10834676 memory=7596278920452990801 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276445 11094708224 42318 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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


[startup+568.001 s]*
/proc/loadavg: 1.25 1.34 1.39 3/227 17639
/proc/meminfo: memFree=25606120/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10844936 memory=503952 CPUtime=578.6 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 70676 13331 0 0 57776 77 5 2 20 0 15 0 416276430 11105214464 125988 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2711234 125988 3623 1 0 2673293 0
[pid=17523/tid=17576] ppid=17520 vsize=10844936 memory=8317482817917895235 CPUtime=564 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 29818 13331 0 0 56376 17 5 2 20 0 15 0 416276439 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657437359872 140657051120033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10844936 memory=7305801107262552656 CPUtime=1.74 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 5300 13331 0 0 156 11 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10844936 memory=-8675733323038954102 CPUtime=1.74 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 2285 13331 0 0 159 8 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10844936 memory=-9001728533042062950 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 5418 13331 0 0 159 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10844936 memory=4872558044660077418 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 3875 13331 0 0 159 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10844936 memory=2008 CPUtime=1.68 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 3329 13331 0 0 150 11 5 2 20 0 15 0 416276441 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10844936 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 14 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656353731552 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10844936 memory=4164 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656219513856 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10844936 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10844936 memory=1728 CPUtime=2.6 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 7398 13331 0 0 252 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10844936 memory=7988 CPUtime=2.23 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 5252 13331 0 0 215 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10844936 memory=9580 CPUtime=1.28 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) S 17520 17523 16639 0 -1 1077944384 5340 13331 0 0 119 2 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10844936 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10844936 memory=776 CPUtime=0.36 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 435 13331 0 0 13 16 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 578.6 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 503952 KiB

[startup+569.601 s]
/proc/loadavg: 1.23 1.33 1.39 3/227 17639
/proc/meminfo: memFree=25606112/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10844936 memory=503952 CPUtime=580.22 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 72516 13331 0 0 57938 77 5 2 20 0 15 0 416276430 11105214464 125988 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2711234 125988 3623 1 0 2673293 0
[pid=17523/tid=17576] ppid=17520 vsize=10844936 memory=2580 CPUtime=565.57 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 29850 13331 0 0 56533 17 5 2 20 0 15 0 416276439 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657437359744 140657051301388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10844936 memory=3504 CPUtime=1.74 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 5300 13331 0 0 156 11 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10844936 memory=40104 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 2285 13331 0 0 160 8 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10844936 memory=6791534058613427641 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 5418 13331 0 0 159 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10844936 memory=2008 CPUtime=1.76 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 3875 13331 0 0 160 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10844936 memory=503952 CPUtime=1.69 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 3330 13331 0 0 151 11 5 2 20 0 15 0 416276441 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10844936 memory=4164 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 14 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656353731552 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10844936 memory=347 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656219513856 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10844936 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10844936 memory=-3775572685057999774 CPUtime=2.61 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 8937 13331 0 0 253 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10844936 memory=7649399362857285425 CPUtime=2.23 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 5520 13331 0 0 215 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10844936 memory=4164 CPUtime=1.28 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) S 17520 17523 16639 0 -1 1077944384 5340 13331 0 0 119 2 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10844936 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10844936 memory=1728 CPUtime=0.36 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 435 13331 0 0 13 16 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 580.22 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 503952 KiB

[startup+570.001 s]*
/proc/loadavg: 1.23 1.33 1.39 3/227 17639
/proc/meminfo: memFree=25606120/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10844936 memory=503952 CPUtime=580.63 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 72520 13331 0 0 57979 77 5 2 20 0 15 0 416276430 11105214464 125988 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2711234 125988 3623 1 0 2673293 0
[pid=17523/tid=17576] ppid=17520 vsize=10844936 memory=8317482817917895235 CPUtime=565.98 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 29852 13331 0 0 56574 17 5 2 20 0 15 0 416276439 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657437360512 140657052823724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10844936 memory=4872558044660077418 CPUtime=1.74 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 5300 13331 0 0 156 11 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10844936 memory=812 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 2285 13331 0 0 160 8 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10844936 memory=2580 CPUtime=1.76 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 5418 13331 0 0 160 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10844936 memory=1760 CPUtime=1.76 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 3875 13331 0 0 160 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10844936 memory=1620 CPUtime=1.69 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 3332 13331 0 0 151 11 5 2 20 0 15 0 416276441 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10844936 memory=8317482817917895235 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 14 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656353731552 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10844936 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656219513856 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10844936 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10844936 memory=776 CPUtime=2.61 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 8937 13331 0 0 253 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10844936 memory=503952 CPUtime=2.23 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 5520 13331 0 0 215 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10844936 memory=503952 CPUtime=1.28 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) S 17520 17523 16639 0 -1 1077944384 5340 13331 0 0 119 2 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10844936 memory=503952 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10844936 memory=988 CPUtime=0.36 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 435 13331 0 0 13 16 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 580.63 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 503952 KiB

[startup+570.201 s]
/proc/loadavg: 1.23 1.33 1.39 3/227 17639
/proc/meminfo: memFree=25606120/32770624 swapFree=66939840/67108860
[pid=17523] ppid=17520 vsize=10844936 memory=503952 CPUtime=580.82 cores=1,3,5,7
/proc/17523/stat : 17523 (java) S 17520 17523 16639 0 -1 1077944320 72521 13331 0 0 57998 77 5 2 20 0 15 0 416276430 11105214464 125988 33554432000 4194304 4196468 140725589948656 140725589931200 140657465523959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
/proc/17523/statm: 2711234 125988 3623 1 0 2673293 0
[pid=17523/tid=17576] ppid=17520 vsize=10844936 memory=503952 CPUtime=566.17 cores=1,3,5,7
/proc/17523/task/17576/stat : 17576 (java) R 17520 17523 16639 0 -1 4202560 29853 13331 0 0 56593 17 5 2 20 0 15 0 416276439 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657437360000 140657051120111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17577] ppid=17520 vsize=10844936 memory=503952 CPUtime=1.74 cores=1,3,5,7
/proc/17523/task/17577/stat : 17577 (java) S 17520 17523 16639 0 -1 1077944384 5300 13331 0 0 156 11 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657469766416 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17578] ppid=17520 vsize=10844936 memory=6791534058613427641 CPUtime=1.75 cores=1,3,5,7
/proc/17523/task/17578/stat : 17578 (java) S 17520 17523 16639 0 -1 1077944384 2285 13331 0 0 160 8 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657368656784 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17579] ppid=17520 vsize=10844936 memory=503952 CPUtime=1.76 cores=1,3,5,7
/proc/17523/task/17579/stat : 17579 (java) S 17520 17523 16639 0 -1 1077944384 5418 13331 0 0 160 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657367604240 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17580] ppid=17520 vsize=10844936 memory=6791534058613427641 CPUtime=1.76 cores=1,3,5,7
/proc/17523/task/17580/stat : 17580 (java) S 17520 17523 16639 0 -1 1077944384 3875 13331 0 0 160 9 5 2 20 0 15 0 416276440 11105214464 125988 33554432000 4194304 4196468 140725589948656 140657366551696 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17581] ppid=17520 vsize=10844936 memory=668 CPUtime=1.69 cores=1,3,5,7
/proc/17523/task/17581/stat : 17581 (java) S 17520 17523 16639 0 -1 1077944384 3332 13331 0 0 151 11 5 2 20 0 15 0 416276441 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656923924464 140657465535106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17582] ppid=17520 vsize=10844936 memory=1256 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17582/stat : 17582 (java) S 17520 17523 16639 0 -1 1077944384 14 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656353731552 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17583] ppid=17520 vsize=10844936 memory=1076 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17583/stat : 17583 (java) S 17520 17523 16639 0 -1 1077944384 1 13331 0 0 0 0 5 2 20 0 15 0 416276442 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656219513856 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17584] ppid=17520 vsize=10844936 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17584/stat : 17584 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655979223248 140657465542555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17585] ppid=17520 vsize=10844936 memory=1256 CPUtime=2.61 cores=1,3,5,7
/proc/17523/task/17585/stat : 17585 (java) S 17520 17523 16639 0 -1 1077944384 8937 13331 0 0 253 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656922872304 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17586] ppid=17520 vsize=10844936 memory=1076 CPUtime=2.23 cores=1,3,5,7
/proc/17523/task/17586/stat : 17586 (java) S 17520 17523 16639 0 -1 1077944384 5520 13331 0 0 215 1 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656921819760 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17587] ppid=17520 vsize=10844936 memory=14008 CPUtime=1.28 cores=1,3,5,7
/proc/17523/task/17587/stat : 17587 (java) S 17520 17523 16639 0 -1 1077944384 5340 13331 0 0 119 2 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656920767216 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17588] ppid=17520 vsize=10844936 memory=22200 CPUtime=0.07 cores=1,3,5,7
/proc/17523/task/17588/stat : 17588 (java) S 17520 17523 16639 0 -1 1077944384 3 13331 0 0 0 0 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140655945665632 140657465534165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
[pid=17523/tid=17589] ppid=17520 vsize=10844936 memory=14056 CPUtime=0.36 cores=1,3,5,7
/proc/17523/task/17589/stat : 17589 (java) S 17520 17523 16639 0 -1 1077944384 435 13331 0 0 13 16 5 2 20 0 15 0 416276445 11105214464 125988 33554432000 4194304 4196468 140725589948656 140656919714096 140657465535106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12046336 140725589957359 140725589959877 140725589959877 140725589962703 0
Current children cumulated CPU time: 580.82 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 503952 KiB

[startup+570.301 s]*
/proc/loadavg: 1.23 1.33 1.39 3/214 17640
/proc/meminfo: memFree=25606412/32770624 swapFree=66939840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 570.31
CPU time (s): 580.958
CPU user time (s): 580.143
CPU system time (s): 0.814934
CPU usage (%): 101.867
Max. virtual memory (cumulated for all children) (KiB): 10844936
Max. memory (cumulated for all children) (KiB): 525764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 580.143
system time used= 0.814934
maximum resident set size= 527812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52301
involuntary context switches= 1503


# summary of solver processes directly reported to runsolver:
#   pid: 17523
#   total CPU time (s): 580.958
#   total CPU user time (s): 580.143
#   total CPU system time (s): 0.814934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.09412 second user time and 4.58015 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 21:39:35
IDJOB=4396359
IDBENCH=133505
IDSOLVER=2847
FILE ID=node119/4396359-1568403615
RUNJOBID= node119-1568401197-16671
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
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 /tmp/evaluation-result-4396359-1568403615/watcher-4396359-1568403615 -o /tmp/evaluation-result-4396359-1568403615/solver-4396359-1568403615 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1555233268 HOME/instance-4396359-1568403615.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1555233268

node119.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:        26105820 kB
MemAvailable:   31203960 kB
Buffers:          195800 kB
Cached:          5169248 kB
SwapCached:        61108 kB
Active:          2528840 kB
Inactive:        3519456 kB
Active(anon):     622380 kB
Inactive(anon):   102440 kB
Active(file):    1906460 kB
Inactive(file):  3417016 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:        791052 kB
Mapped:            58156 kB
Shmem:             32816 kB
Slab:             210980 kB
SReclaimable:     181000 kB
SUnreclaim:        29980 kB
KernelStack:        4000 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1856448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 21:49:06