Trace number 4401275

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.2OPT1079 1775.96 1747.29

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-06.xml
MD5SUMe9e920efca2956d8591f17ca956249c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1079
Best CPU time to get the best result obtained on this benchmark30.6556
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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.75/0.60	c Concrete v3.12.2.1568631193530 running
5.14/2.83	o 456
5.14/2.85	o 457
5.14/2.86	o 475
5.14/2.86	o 557
5.14/2.87	o 633
5.14/2.88	o 655
5.14/2.89	o 667
5.52/2.91	o 692
5.52/2.91	o 702
5.52/2.95	o 727
5.52/2.96	o 734
5.52/2.97	o 746
5.52/2.97	o 747
5.52/2.98	o 782
5.52/2.98	o 786
5.85/3.01	o 804
5.85/3.01	o 826
5.85/3.09	o 831
5.85/3.09	o 849
5.85/3.09	o 883
5.85/3.10	o 888
5.85/3.11	o 892
6.21/3.11	o 901
6.21/3.12	o 903
6.21/3.14	o 904
6.21/3.14	o 922
6.21/3.14	o 923
6.21/3.14	o 939
6.21/3.16	o 947
6.50/3.28	o 949
6.81/3.30	o 959
6.81/3.37	o 1011
6.81/3.38	o 1041
6.81/3.39	o 1046
6.81/3.39	o 1060
7.71/3.60	o 1065
7.71/3.60	o 1072
10.95/5.44	o 1079
1775.85/1747.28	v <instantiation
1775.85/1747.28	v         cost = '1079'>
1775.85/1747.28	v       <list>
1775.85/1747.28	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
1775.85/1747.28	v       </list>
1775.85/1747.28	v       <values>
1775.85/1747.28	v         1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1
1775.85/1747.28	v       </values>
1775.85/1747.28	v     </instantiation>
1775.85/1747.28	s OPTIMUM FOUND

Verifier Data

OK	1079

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401275-1568683895/watcher-4401275-1568683895 -o /tmp/evaluation-result-4401275-1568683895/solver-4401275-1568683895 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401275-1568683895.xml 

running on 4 cores: 0-3

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
solver pid=1748, runsolver pid=1745
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.53 1.36 1.38 2/215 1801
/proc/meminfo: memFree=29894868/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=9972712 memory=14440 CPUtime=0.08 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 3830 13022 0 0 0 0 5 3 20 0 6 0 444331193 10212057088 3610 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2493178 3610 1552 1 0 2481616 0
[pid=1748/tid=1801] ppid=1745 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 2086 13022 0 0 0 0 5 3 20 0 6 0 444331203 10212057088 4072 33554432000 4194304 4196468 140731223651232 140091426497104 140091440342869 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 6 0 444331204 10212057088 4072 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=9972712 memory=140039309534848 CPUtime=0.08 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 6 0 444331204 10212057088 4072 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 6 0 444331204 10212057088 4072 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 6 0 444331204 10212057088 4072 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14440 KiB

[startup+0.221226 s]*
/proc/loadavg: 1.53 1.36 1.38 3/228 1814
/proc/meminfo: memFree=29869612/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10819712 memory=42852 CPUtime=0.27 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 6991 13022 0 0 17 2 5 3 20 0 15 0 444331193 11079385088 10713 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2704928 10713 3179 1 0 2667149 0
[pid=1748/tid=1801] ppid=1745 vsize=10819712 memory=8389772277269004345 CPUtime=0.2 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 3513 13022 0 0 11 1 5 3 20 0 15 0 444331203 11079385088 10713 33554432000 4194304 4196468 140731223651232 140091426477456 140091436223872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10819712 memory=4294967661 CPUtime=0.08 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079385088 10713 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10819712 memory=3832757422449010336 CPUtime=0.08 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079385088 10713 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079385088 10713 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079385088 10713 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10819712 memory=140039309534848 CPUtime=0.08 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331205 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 13 13022 0 0 0 0 5 3 20 0 15 0 444331206 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090894444064 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090760226160 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 333 13022 0 0 1 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 313 13022 0 0 1 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10819712 memory=140039309534848 CPUtime=0.11 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) R 1745 1748 31537 0 -1 4202560 604 13022 0 0 3 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090978113648 140091433372729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10819712 memory=140039309534848 CPUtime=0.08 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079385088 10713 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 42852 KiB

[startup+0.311737 s]*
/proc/loadavg: 1.53 1.36 1.38 3/228 1814
/proc/meminfo: memFree=29858608/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10820196 memory=53912 CPUtime=0.39 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 10142 13022 0 0 27 4 5 3 20 0 15 0 444331193 11079880704 13478 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2705049 13478 3308 1 0 2667149 0
[pid=1748/tid=1801] ppid=1745 vsize=10820196 memory=554510310 CPUtime=0.29 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 6646 13022 0 0 18 3 5 3 20 0 15 0 444331203 11079880704 13478 33554432000 4194304 4196468 140731223651232 140091426489280 140091434191589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079880704 13478 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10820196 memory=140039153617757 CPUtime=0.08 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079880704 13478 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10820196 memory=140039153620448 CPUtime=0.08 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079880704 13478 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10820196 memory=140039153621007 CPUtime=0.08 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331204 11079880704 13478 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331205 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 13 13022 0 0 0 0 5 3 20 0 15 0 444331206 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090894444064 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090760226160 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 342 13022 0 0 2 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 314 13022 0 0 1 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10820196 memory=140039309534848 CPUtime=0.13 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) R 1745 1748 31537 0 -1 1077944384 615 13022 0 0 5 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10820196 memory=140039309534848 CPUtime=0.08 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331209 11079880704 13478 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53912 KiB

[startup+0.700755 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1814
/proc/meminfo: memFree=29844096/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10822316 memory=81668 CPUtime=1.06 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 14643 13022 0 0 92 6 5 3 20 0 15 0 444331193 11082051584 20417 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2705579 20417 3493 1 0 2667661 0
[pid=1748/tid=1801] ppid=1745 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 10023 13022 0 0 54 4 5 3 20 0 15 0 444331203 11082051584 20417 33554432000 4194304 4196468 140731223651232 140091426489488 140091438740830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10822316 memory=140039309533681 CPUtime=0.08 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11082051584 20417 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11082051584 20417 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331204 11082051584 20417 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331204 11082051584 20417 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 5 13022 0 0 0 0 5 3 20 0 15 0 444331205 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10822316 memory=2488530896641 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 13 13022 0 0 0 0 5 3 20 0 15 0 444331206 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090894444064 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10822316 memory=206042922 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090760226160 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10822316 memory=6811895185499135200 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10822316 memory=5861828919775350864 CPUtime=0.18 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) R 1745 1748 31537 0 -1 4202560 888 13022 0 0 10 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090980207920 140091439775398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10822316 memory=8560 CPUtime=0.16 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) R 1745 1748 31537 0 -1 4202560 662 13022 0 0 8 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090979166448 140091439775557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10822316 memory=14008 CPUtime=0.25 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) S 1745 1748 31537 0 -1 1077944384 834 13022 0 0 17 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10822316 memory=22748 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10822316 memory=14068 CPUtime=0.08 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331209 11082051584 20417 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 81668 KiB

[startup+1.50099 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1814
/proc/meminfo: memFree=29807112/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10834680 memory=171076 CPUtime=2.32 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 21469 13022 0 0 213 11 5 3 20 0 15 0 444331193 11094712320 42769 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2708670 42769 3577 1 0 2670733 0
[pid=1748/tid=1801] ppid=1745 vsize=10834680 memory=2696 CPUtime=1.43 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 15137 13022 0 0 128 7 5 3 20 0 15 0 444331203 11094712320 42769 33554432000 4194304 4196468 140731223651232 140091426484224 140091454672278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10834680 memory=3612 CPUtime=0.09 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 29 13022 0 0 1 0 5 3 20 0 15 0 444331204 11094712320 42769 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 294 13022 0 0 0 0 5 3 20 0 15 0 444331204 11094712320 42769 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10834680 memory=2241 CPUtime=0.08 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 67 13022 0 0 0 0 5 3 20 0 15 0 444331204 11094712320 42769 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 60 13022 0 0 1 0 5 3 20 0 15 0 444331204 11094712320 42807 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10834680 memory=9252 CPUtime=0.09 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 128 13022 0 0 1 0 5 3 20 0 15 0 444331205 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10834680 memory=2244 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 14 13022 0 0 0 0 5 3 20 0 15 0 444331206 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090894444128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10834680 memory=280078307205880 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090760226176 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10834680 memory=280078307210360 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10834680 memory=280078307212632 CPUtime=0.32 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 1079 13022 0 0 24 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10834680 memory=140039153523633 CPUtime=0.29 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 1048 13022 0 0 21 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10834680 memory=6943526294502006880 CPUtime=0.4 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) R 1745 1748 31537 0 -1 4202560 1404 13022 0 0 32 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090978113648 140091438703973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10834680 memory=780 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10834680 memory=3988 CPUtime=0.08 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331209 11094712320 42807 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834680 KiB

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

[pid=1748/tid=1813] ppid=1745 vsize=10844940 memory=1088 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10844940 memory=2832 CPUtime=1.04 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 821 13022 0 0 51 45 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1772.6 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 791496 KiB

[startup+1745.6 s]
/proc/loadavg: 1.40 1.51 1.51 3/228 2406
/proc/meminfo: memFree=28142092/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10844940 memory=791496 CPUtime=1774.22 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 115549 13022 0 0 177140 274 5 3 20 0 15 0 444331193 11105218560 197874 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2711235 197874 3621 1 0 2673293 0
[pid=1748/tid=1801] ppid=1745 vsize=10844940 memory=8112282956445269571 CPUtime=1726.3 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 50989 13022 0 0 172580 42 5 3 20 0 15 0 444331203 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091426496304 140091056379024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10844940 memory=14008 CPUtime=8.3 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 4430 13022 0 0 777 45 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10844940 memory=22776 CPUtime=8.29 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 10700 13022 0 0 773 48 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10844940 memory=14068 CPUtime=8.26 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 8102 13022 0 0 771 47 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10844940 memory=207 CPUtime=8.27 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 5276 13022 0 0 770 49 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10844940 memory=125 CPUtime=8.48 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 10712 13022 0 0 796 44 5 3 20 0 15 0 444331205 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10844940 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 15 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090894444128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10844940 memory=96 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090760226176 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10844940 memory=791496 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10844940 memory=984 CPUtime=2.39 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 9046 13022 0 0 230 1 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10844940 memory=2044 CPUtime=2.15 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 6455 13022 0 0 204 3 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10844940 memory=0 CPUtime=1.33 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) S 1745 1748 31537 0 -1 1077944384 6791 13022 0 0 122 3 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10844940 memory=791496 CPUtime=1.04 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 823 13022 0 0 51 45 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1774.22 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 791496 KiB

[startup+1746.4 s]
/proc/loadavg: 1.40 1.51 1.51 3/228 2406
/proc/meminfo: memFree=28142216/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10844940 memory=791496 CPUtime=1775.04 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 115559 13022 0 0 177221 275 5 3 20 0 15 0 444331193 11105218560 197874 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2711235 197874 3621 1 0 2673293 0
[pid=1748/tid=1801] ppid=1745 vsize=10844940 memory=1556 CPUtime=1727.09 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 50995 13022 0 0 172659 42 5 3 20 0 15 0 444331203 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091426495856 140091056382059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10844940 memory=928 CPUtime=8.3 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 4430 13022 0 0 777 45 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10844940 memory=65 CPUtime=8.3 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 10700 13022 0 0 773 49 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10844940 memory=3977558295978521088 CPUtime=8.26 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 8102 13022 0 0 771 47 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10844940 memory=3689911683174903808 CPUtime=8.27 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 5276 13022 0 0 770 49 5 3 20 0 15 0 444331204 11105218560 197874 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10844940 memory=8112282956445269571 CPUtime=8.48 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 10714 13022 0 0 796 44 5 3 20 0 15 0 444331205 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10844940 memory=1408 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 15 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090894444128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10844940 memory=3196 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090760226176 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10844940 memory=1690248 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10844940 memory=8112282956445269571 CPUtime=2.39 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 9046 13022 0 0 230 1 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10844940 memory=1388 CPUtime=2.15 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 6455 13022 0 0 204 3 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10844940 memory=1056 CPUtime=1.33 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) S 1745 1748 31537 0 -1 1077944384 6791 13022 0 0 122 3 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10844940 memory=780 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10844940 memory=1708 CPUtime=1.04 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 823 13022 0 0 51 45 5 3 20 0 15 0 444331209 11105218560 197874 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1775.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 791496 KiB

[startup+1746.8 s]
/proc/loadavg: 1.40 1.51 1.51 3/228 2406
/proc/meminfo: memFree=28142216/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10844940 memory=791608 CPUtime=1775.44 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 115872 13022 0 0 177261 275 5 3 20 0 15 0 444331193 11105218560 197902 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2711235 197902 3621 1 0 2673293 0
[pid=1748/tid=1801] ppid=1745 vsize=10844940 memory=815 CPUtime=1727.48 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 51098 13022 0 0 172698 42 5 3 20 0 15 0 444331203 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091426496144 140091052237782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10844940 memory=816 CPUtime=8.3 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 4556 13022 0 0 777 45 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10844940 memory=837 CPUtime=8.31 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 10714 13022 0 0 774 49 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10844940 memory=0 CPUtime=8.26 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 8153 13022 0 0 771 47 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10844940 memory=0 CPUtime=8.27 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 5277 13022 0 0 770 49 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10844940 memory=0 CPUtime=8.48 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 10730 13022 0 0 796 44 5 3 20 0 15 0 444331205 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 15 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090894444128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10844940 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090760226176 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10844940 memory=0 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10844940 memory=0 CPUtime=2.39 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 9046 13022 0 0 230 1 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10844940 memory=0 CPUtime=2.15 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 6455 13022 0 0 204 3 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10844940 memory=7307206284001170025 CPUtime=1.33 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) S 1745 1748 31537 0 -1 1077944384 6791 13022 0 0 122 3 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10844940 memory=6153985703205688929 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10844940 memory=791496 CPUtime=1.04 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 825 13022 0 0 51 45 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1775.44 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 791608 KiB

[startup+1747.2 s]
/proc/loadavg: 1.29 1.48 1.50 3/228 2413
/proc/meminfo: memFree=28141980/32770688 swapFree=66961208/67108860
[pid=1748] ppid=1745 vsize=10844940 memory=791608 CPUtime=1775.85 cores=0-3
/proc/1748/stat : 1748 (java) S 1745 1748 31537 0 -1 1077944320 115876 13022 0 0 177302 275 5 3 20 0 15 0 444331193 11105218560 197902 33554432000 4194304 4196468 140731223651232 140731223633776 140091454660343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
/proc/1748/statm: 2711235 197902 3621 1 0 2673293 0
[pid=1748/tid=1801] ppid=1745 vsize=10844940 memory=14008 CPUtime=1727.88 cores=0-3
/proc/1748/task/1801/stat : 1801 (java) R 1745 1748 31537 0 -1 4202560 51101 13022 0 0 172738 42 5 3 20 0 15 0 444331203 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091426497024 140091056186943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1802] ppid=1745 vsize=10844940 memory=22776 CPUtime=8.3 cores=0-3
/proc/1748/task/1802/stat : 1802 (java) S 1745 1748 31537 0 -1 1077944384 4556 13022 0 0 777 45 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091458902672 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1803] ppid=1745 vsize=10844940 memory=791496 CPUtime=8.31 cores=0-3
/proc/1748/task/1803/stat : 1803 (java) S 1745 1748 31537 0 -1 1077944384 10714 13022 0 0 774 49 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091373722128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1804] ppid=1745 vsize=10844940 memory=14068 CPUtime=8.27 cores=0-3
/proc/1748/task/1804/stat : 1804 (java) S 1745 1748 31537 0 -1 1077944384 8153 13022 0 0 772 47 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091372669328 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1805] ppid=1745 vsize=10844940 memory=791496 CPUtime=8.28 cores=0-3
/proc/1748/task/1805/stat : 1805 (java) S 1745 1748 31537 0 -1 1077944384 5277 13022 0 0 771 49 5 3 20 0 15 0 444331204 11105218560 197902 33554432000 4194304 4196468 140731223651232 140091371616528 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1806] ppid=1745 vsize=10844940 memory=984 CPUtime=8.48 cores=0-3
/proc/1748/task/1806/stat : 1806 (java) S 1745 1748 31537 0 -1 1077944384 10731 13022 0 0 796 44 5 3 20 0 15 0 444331205 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090981272432 140091454671490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1807] ppid=1745 vsize=10844940 memory=2044 CPUtime=0.08 cores=0-3
/proc/1748/task/1807/stat : 1807 (java) S 1745 1748 31537 0 -1 1077944384 15 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090894444128 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1808] ppid=1745 vsize=10844940 memory=1388 CPUtime=0.08 cores=0-3
/proc/1748/task/1808/stat : 1808 (java) S 1745 1748 31537 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 444331206 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090760226176 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1809] ppid=1745 vsize=10844940 memory=1280 CPUtime=0.08 cores=0-3
/proc/1748/task/1809/stat : 1809 (java) S 1745 1748 31537 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090156247376 140091454678939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1810] ppid=1745 vsize=10844940 memory=6028 CPUtime=2.39 cores=0-3
/proc/1748/task/1810/stat : 1810 (java) S 1745 1748 31537 0 -1 1077944384 9046 13022 0 0 230 1 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090980219248 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1811] ppid=1745 vsize=10844940 memory=780 CPUtime=2.15 cores=0-3
/proc/1748/task/1811/stat : 1811 (java) S 1745 1748 31537 0 -1 1077944384 6455 13022 0 0 204 3 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090979166448 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1812] ppid=1745 vsize=10844940 memory=3988 CPUtime=1.33 cores=0-3
/proc/1748/task/1812/stat : 1812 (java) S 1745 1748 31537 0 -1 1077944384 6791 13022 0 0 122 3 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090978113648 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1813] ppid=1745 vsize=10844940 memory=1088 CPUtime=0.08 cores=0-3
/proc/1748/task/1813/stat : 1813 (java) S 1745 1748 31537 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140089686485216 140091454670549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
[pid=1748/tid=1814] ppid=1745 vsize=10844940 memory=2832 CPUtime=1.04 cores=0-3
/proc/1748/task/1814/stat : 1814 (java) S 1745 1748 31537 0 -1 1077944384 825 13022 0 0 51 45 5 3 20 0 15 0 444331209 11105218560 197902 33554432000 4194304 4196468 140731223651232 140090977062064 140091454671490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140731223657199 140731223659717 140731223659717 140731223662543 0
Current children cumulated CPU time: 1775.85 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 791608 KiB

Child status: 0
Real time (s): 1747.29
CPU time (s): 1775.96
CPU user time (s): 1773.16
CPU system time (s): 2.79163
CPU usage (%): 101.641
Max. virtual memory (cumulated for all children) (KiB): 10847744
Max. memory (cumulated for all children) (KiB): 791608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.16
system time used= 2.79163
maximum resident set size= 793692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220581
involuntary context switches= 5742


# summary of solver processes directly reported to runsolver:
#   pid: 1748
#   total CPU time (s): 1775.96
#   total CPU user time (s): 1773.16
#   total CPU system time (s): 2.79163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9133 second user time and 17.7813 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 03:30:54
IDJOB=4401275
IDBENCH=133451
IDSOLVER=2858
FILE ID=node116/4401275-1568683895
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401275-1568683895/watcher-4401275-1568683895 -o /tmp/evaluation-result-4401275-1568683895/solver-4401275-1568683895 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401275-1568683895.xml

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=1273672677

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29899352 kB
MemAvailable:   31141388 kB
Buffers:          137984 kB
Cached:          1397992 kB
SwapCached:        46588 kB
Active:          1743108 kB
Inactive:         550276 kB
Active(anon):     711212 kB
Inactive(anon):    94976 kB
Active(file):    1031896 kB
Inactive(file):   455300 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             35272 kB
Writeback:             0 kB
AnonPages:        822052 kB
Mapped:            61384 kB
Shmem:             40324 kB
Slab:             170372 kB
SReclaimable:     141352 kB
SUnreclaim:        29020 kB
KernelStack:        3728 kB
PageTables:         7236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1968980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61160 MiB
End job on node116 at 2019-09-17 04:00:02