Trace number 4392115

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.10OPT91 1812.74 1773.64

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9952
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
6.75/3.04	o 152
6.75/3.06	o 144
7.10/3.11	o 132
7.42/3.21	o 131
7.42/3.21	o 127
7.42/3.25	o 126
7.42/3.26	o 124
7.77/3.40	o 118
8.09/3.40	o 115
9.38/3.80	o 114
9.38/3.85	o 107
9.38/3.86	o 103
10.39/4.15	o 102
10.39/4.19	o 100
11.66/4.74	o 99
11.66/4.74	o 93
11.66/4.74	o 91
1812.68/1773.63	v <instantiation
1812.68/1773.63	v         cost = '91'>
1812.68/1773.63	v       <list>
1812.68/1773.63	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
1812.68/1773.63	v       </list>
1812.68/1773.63	v       <values>
1812.68/1773.63	v         14 13 9 8 7 4 3 1 2 5 0 6 11 10 12 1 6 2 2 9 2 2 5 6 15 8 15 7 4 7
1812.68/1773.63	v       </values>
1812.68/1773.63	v     </instantiation>
1812.68/1773.63	s OPTIMUM FOUND

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392115-1568321685/watcher-4392115-1568321685 -o /tmp/evaluation-result-4392115-1568321685/solver-4392115-1568321685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1541903825 HOME/instance-4392115-1568321685.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=1729, runsolver pid=1726

[startup+0.100109 s]*
/proc/loadavg: 1.35 1.30 1.32 3/221 1786
/proc/meminfo: memFree=29726680/32770624 swapFree=66915768/67108860
[pid=1729] ppid=1726 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 4432 13352 0 0 1 1 5 2 20 0 6 0 408419038 10212057088 4715 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2493178 4715 1935 1 0 2481616 0
[pid=1729/tid=1782] ppid=1726 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 2260 13352 0 0 0 0 5 2 20 0 6 0 408419047 10212057088 4715 33554432000 4194304 4196468 140737284421920 139934692618832 139934706094073 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 6 0 408419048 10212057088 4715 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=9977852 memory=139786019223168 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 6 0 408419048 10217320448 4715 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=9984680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 6 0 408419048 10224312320 4781 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 6 0 408419048 10228523008 4781 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210076 s]*
/proc/loadavg: 1.35 1.30 1.32 4/230 1795
/proc/meminfo: memFree=29710484/32770624 swapFree=66915768/67108860
[pid=1729] ppid=1726 vsize=10820924 memory=37580 CPUtime=0.25 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 7284 13352 0 0 16 2 5 2 20 0 15 0 408419038 11080626176 9395 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2705231 9395 2981 1 0 2667645 0
[pid=1729/tid=1782] ppid=1726 vsize=10819964 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 4470 13352 0 0 10 1 5 2 20 0 15 0 408419047 11079643136 9245 33554432000 4194304 4196468 140737284421920 139934692606880 139934713461789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10819964 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079643136 9245 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10819964 memory=288370162170934912 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10819964 memory=139786019223168 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 15 0 408419049 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 33 13352 0 0 0 0 5 2 20 0 15 0 408419050 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934044185760 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11079643136 9311 33554432000 4194304 4196468 140737284421920 139933591266032 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 469 13352 0 0 1 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 159 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10819964 memory=139786019223168 CPUtime=0.1 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 650 13352 0 0 3 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10819964 memory=139786019223168 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079643136 9311 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820924 KiB
Current children cumulated memory: 37580 KiB

[startup+0.310749 s]*
/proc/loadavg: 1.35 1.30 1.32 4/230 1795
/proc/meminfo: memFree=29698636/32770624 swapFree=66915768/67108860
[pid=1729] ppid=1726 vsize=10820244 memory=47952 CPUtime=0.4 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 10715 13352 0 0 29 4 5 2 20 0 15 0 408419038 11079929856 11988 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2705061 11988 3296 1 0 2667149 0
[pid=1729/tid=1782] ppid=1726 vsize=10820244 memory=7 CPUtime=0.29 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 7171 13352 0 0 19 3 5 2 20 0 15 0 408419047 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934692604384 139934704862558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10820244 memory=4294967295 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10820244 memory=139786019223168 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10820244 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10820244 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 15 0 408419048 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 15 0 408419049 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 33 13352 0 0 0 0 5 2 20 0 15 0 408419050 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934044185760 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11079929856 12053 33554432000 4194304 4196468 140737284421920 139933591266032 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 479 13352 0 0 2 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 160 13352 0 0 1 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10820244 memory=139786019223168 CPUtime=0.12 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 677 13352 0 0 5 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10820244 memory=139786019223168 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419053 11079929856 12053 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 47952 KiB

[startup+0.700748 s]
/proc/loadavg: 1.35 1.30 1.32 5/230 1795
/proc/meminfo: memFree=29683996/32770624 swapFree=66915768/67108860
[pid=1729] ppid=1726 vsize=10824340 memory=78888 CPUtime=1.14 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 15088 13352 0 0 101 6 5 2 20 0 15 0 408419038 11084124160 19722 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2706085 19722 3500 1 0 2668173 0
[pid=1729/tid=1782] ppid=1726 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 10683 13352 0 0 55 4 5 2 20 0 15 0 408419047 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934692600032 139934704862558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10824340 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419048 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 2 13352 0 0 0 0 5 2 20 0 15 0 408419048 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10824340 memory=139786019222001 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 5 13352 0 0 0 0 5 2 20 0 15 0 408419049 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 33 13352 0 0 0 0 5 2 20 0 15 0 408419050 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934044185760 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11084124160 19722 33554432000 4194304 4196468 140737284421920 139933591266032 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10824340 memory=2574564460289 CPUtime=0.2 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 753 13352 0 0 13 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10824340 memory=19773327 CPUtime=0.21 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 506 13352 0 0 14 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10824340 memory=-7886167514736700194 CPUtime=0.24 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 886 13352 0 0 17 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10824340 memory=7597123242168768085 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10824340 memory=7595725831727968097 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419053 11084124160 19722 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78888 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.30 1.32 4/230 1795
/proc/meminfo: memFree=29638088/32770624 swapFree=66915768/67108860
[pid=1729] ppid=1726 vsize=10834656 memory=164364 CPUtime=2.49 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 20292 13352 0 0 232 10 5 2 20 0 15 0 408419038 11094687744 41091 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2708664 41091 3567 1 0 2670733 0
[pid=1729/tid=1782] ppid=1726 vsize=10834656 memory=8112282956445269571 CPUtime=1.43 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 14978 13352 0 0 129 7 5 2 20 0 15 0 408419047 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934692600912 139934280628416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10834656 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 26 13352 0 0 1 0 5 2 20 0 15 0 408419048 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 32 13352 0 0 1 0 5 2 20 0 15 0 408419048 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10834656 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 20 13352 0 0 0 0 5 2 20 0 15 0 408419048 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 27 13352 0 0 1 0 5 2 20 0 15 0 408419048 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 43 13352 0 0 1 0 5 2 20 0 15 0 408419049 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 34 13352 0 0 0 0 5 2 20 0 15 0 408419050 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934044185760 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10834656 memory=279571769620480 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11094687744 41091 33554432000 4194304 4196468 140737284421920 139933591266032 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10834656 memory=4372 CPUtime=0.34 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) R 1726 1729 30895 0 -1 1077944384 850 13352 0 0 27 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10834656 memory=288230596017403102 CPUtime=0.33 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 571 13352 0 0 26 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10834656 memory=288293285494279267 CPUtime=0.48 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) R 1726 1729 30895 0 -1 4202560 1493 13352 0 0 41 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934008523248 139934700604609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419053 11094687744 41091 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

[pid=1729/tid=1794] ppid=1726 vsize=10849024 memory=7156893157436255588 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10849024 memory=7156893157436255588 CPUtime=1.02 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1318 13352 0 0 43 52 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1808.62 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 742332 KiB

[startup+1771.2 s]
/proc/loadavg: 1.52 1.40 1.41 3/232 2117
/proc/meminfo: memFree=29005128/32770624 swapFree=66915776/67108860
[pid=1729] ppid=1726 vsize=10849024 memory=742332 CPUtime=1810.24 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 233810 13352 0 0 180751 266 5 2 20 0 15 0 408419038 11109400576 185583 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2712256 185583 3621 1 0 2674317 0
[pid=1729/tid=1782] ppid=1726 vsize=10849024 memory=992 CPUtime=1753.38 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 51291 13352 0 0 175294 37 5 2 20 0 15 0 408419047 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934692614192 139934290465992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10849024 memory=2044 CPUtime=7.95 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 8947 13352 0 0 746 42 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10849024 memory=8112282956445269571 CPUtime=7.97 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 8714 13352 0 0 750 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10849024 memory=620 CPUtime=7.94 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 10102 13352 0 0 747 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10849024 memory=3356 CPUtime=7.97 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 6950 13352 0 0 750 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10849024 memory=2828 CPUtime=7.47 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 8017 13352 0 0 699 41 5 2 20 0 15 0 408419049 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10849024 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 34 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934044185824 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10849024 memory=11936 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933591266048 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10849024 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10849024 memory=500 CPUtime=5.99 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 42627 13352 0 0 586 6 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10849024 memory=1556 CPUtime=6.55 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 44106 13352 0 0 641 7 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10849024 memory=928 CPUtime=4.54 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 49487 13352 0 0 439 8 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10849024 memory=1052 CPUtime=1.02 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1318 13352 0 0 43 52 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1810.24 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 742332 KiB

[startup+1772.8 s]
/proc/loadavg: 1.56 1.41 1.42 3/232 2117
/proc/meminfo: memFree=29005128/32770624 swapFree=66915776/67108860
[pid=1729] ppid=1726 vsize=10849024 memory=742332 CPUtime=1811.86 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 233820 13352 0 0 180913 266 5 2 20 0 15 0 408419038 11109400576 185583 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2712256 185583 3621 1 0 2674317 0
[pid=1729/tid=1782] ppid=1726 vsize=10849024 memory=19192 CPUtime=1754.96 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 51300 13352 0 0 175452 37 5 2 20 0 15 0 408419047 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934692616592 139934290461914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10849024 memory=0 CPUtime=7.95 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 8947 13352 0 0 746 42 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10849024 memory=6003395482630842983 CPUtime=7.98 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 8714 13352 0 0 751 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10849024 memory=742332 CPUtime=7.94 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 10103 13352 0 0 747 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10849024 memory=1552 CPUtime=7.97 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 6950 13352 0 0 750 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10849024 memory=1052 CPUtime=7.48 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 8017 13352 0 0 700 41 5 2 20 0 15 0 408419049 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 34 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934044185824 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933591266048 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10849024 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10849024 memory=8112282956445269571 CPUtime=5.99 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 42627 13352 0 0 586 6 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10849024 memory=6656426216303648864 CPUtime=6.55 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 44106 13352 0 0 641 7 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10849024 memory=8292148131930887879 CPUtime=4.54 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 49487 13352 0 0 439 8 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10849024 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10849024 memory=992 CPUtime=1.02 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1318 13352 0 0 43 52 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1811.86 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 742332 KiB

[startup+1773.2 s]
/proc/loadavg: 1.56 1.41 1.42 3/232 2117
/proc/meminfo: memFree=29005128/32770624 swapFree=66915776/67108860
[pid=1729] ppid=1726 vsize=10849024 memory=742332 CPUtime=1812.27 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 233823 13352 0 0 180953 267 5 2 20 0 15 0 408419038 11109400576 185583 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2712256 185583 3621 1 0 2674317 0
[pid=1729/tid=1782] ppid=1726 vsize=10849024 memory=111632 CPUtime=1755.36 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 51302 13352 0 0 175492 37 5 2 20 0 15 0 408419047 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934692616960 139934289966176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10849024 memory=792 CPUtime=7.95 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 8948 13352 0 0 746 42 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10849024 memory=742332 CPUtime=7.98 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 8714 13352 0 0 751 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10849024 memory=1552 CPUtime=7.94 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 10103 13352 0 0 747 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10849024 memory=1052 CPUtime=7.97 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 6950 13352 0 0 750 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10849024 memory=5952 CPUtime=7.48 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 8017 13352 0 0 700 41 5 2 20 0 15 0 408419049 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10849024 memory=8300 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 34 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934044185824 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10849024 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933591266048 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10849024 memory=944 CPUtime=5.99 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 42627 13352 0 0 586 6 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10849024 memory=2528 CPUtime=6.55 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 44106 13352 0 0 641 7 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10849024 memory=1764 CPUtime=4.54 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 49487 13352 0 0 439 8 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10849024 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10849024 memory=792 CPUtime=1.02 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1318 13352 0 0 43 52 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1812.27 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 742332 KiB

[startup+1773.6 s]
/proc/loadavg: 1.56 1.41 1.42 3/232 2117
/proc/meminfo: memFree=29005128/32770624 swapFree=66915776/67108860
[pid=1729] ppid=1726 vsize=10849024 memory=742332 CPUtime=1812.68 cores=1,3,5,7
/proc/1729/stat : 1729 (java) S 1726 1729 30895 0 -1 1077944320 233826 13352 0 0 180994 267 5 2 20 0 15 0 408419038 11109400576 185583 33554432000 4194304 4196468 140737284421920 140737284404464 139934720782071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
/proc/1729/statm: 2712256 185583 3621 1 0 2674317 0
[pid=1729/tid=1782] ppid=1726 vsize=10849024 memory=1156 CPUtime=1755.75 cores=1,3,5,7
/proc/1729/task/1782/stat : 1782 (java) R 1726 1729 30895 0 -1 4202560 51304 13352 0 0 175531 37 5 2 20 0 15 0 408419047 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934692617552 139934290460510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1783] ppid=1726 vsize=10849024 memory=944 CPUtime=7.95 cores=1,3,5,7
/proc/1729/task/1783/stat : 1783 (java) S 1726 1729 30895 0 -1 1077944384 8948 13352 0 0 746 42 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934725024784 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1784] ppid=1726 vsize=10849024 memory=1552 CPUtime=7.98 cores=1,3,5,7
/proc/1729/task/1784/stat : 1784 (java) S 1726 1729 30895 0 -1 1077944384 8715 13352 0 0 751 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934613298320 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1785] ppid=1726 vsize=10849024 memory=1052 CPUtime=7.94 cores=1,3,5,7
/proc/1729/task/1785/stat : 1785 (java) S 1726 1729 30895 0 -1 1077944384 10103 13352 0 0 747 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934612245264 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1786] ppid=1726 vsize=10849024 memory=5952 CPUtime=7.98 cores=1,3,5,7
/proc/1729/task/1786/stat : 1786 (java) S 1726 1729 30895 0 -1 1077944384 6950 13352 0 0 751 40 5 2 20 0 15 0 408419048 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934611192720 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1787] ppid=1726 vsize=10849024 memory=742332 CPUtime=7.48 cores=1,3,5,7
/proc/1729/task/1787/stat : 1787 (java) S 1726 1729 30895 0 -1 1077944384 8017 13352 0 0 700 41 5 2 20 0 15 0 408419049 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934045239536 139934720793218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1788] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1788/stat : 1788 (java) S 1726 1729 30895 0 -1 1077944384 34 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934044185824 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1789] ppid=1726 vsize=10849024 memory=742332 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1789/stat : 1789 (java) S 1726 1729 30895 0 -1 1077944384 1 13352 0 0 0 0 5 2 20 0 15 0 408419050 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933591266048 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1790] ppid=1726 vsize=10849024 memory=589972050986101276 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1790/stat : 1790 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933283866576 139934720800667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1791] ppid=1726 vsize=10849024 memory=8112282956445269571 CPUtime=5.99 cores=1,3,5,7
/proc/1729/task/1791/stat : 1791 (java) S 1726 1729 30895 0 -1 1077944384 42627 13352 0 0 586 6 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934010628848 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1792] ppid=1726 vsize=10849024 memory=2828 CPUtime=6.55 cores=1,3,5,7
/proc/1729/task/1792/stat : 1792 (java) S 1726 1729 30895 0 -1 1077944384 44106 13352 0 0 641 7 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934009576304 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1793] ppid=1726 vsize=10849024 memory=1712 CPUtime=4.54 cores=1,3,5,7
/proc/1729/task/1793/stat : 1793 (java) S 1726 1729 30895 0 -1 1077944384 49487 13352 0 0 439 8 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934008523248 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1794] ppid=1726 vsize=10849024 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/1729/task/1794/stat : 1794 (java) S 1726 1729 30895 0 -1 1077944384 3 13352 0 0 0 0 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139933250308960 139934720792277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
[pid=1729/tid=1795] ppid=1726 vsize=10849024 memory=992 CPUtime=1.02 cores=1,3,5,7
/proc/1729/task/1795/stat : 1795 (java) S 1726 1729 30895 0 -1 1077944384 1318 13352 0 0 43 52 5 2 20 0 15 0 408419053 11109400576 185583 33554432000 4194304 4196468 140737284421920 139934007470640 139934720793218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14331904 140737284430581 140737284433093 140737284433093 140737284435919 0
Current children cumulated CPU time: 1812.68 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 742332 KiB

Child status: 0
Real time (s): 1773.64
CPU time (s): 1812.74
CPU user time (s): 1810.03
CPU system time (s): 2.70761
CPU usage (%): 102.204
Max. virtual memory (cumulated for all children) (KiB): 10854888
Max. memory (cumulated for all children) (KiB): 742332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1810.03
system time used= 2.70761
maximum resident set size= 744420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247578
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210176
involuntary context switches= 5999


# summary of solver processes directly reported to runsolver:
#   pid: 1729
#   total CPU time (s): 1812.74
#   total CPU user time (s): 1810.03
#   total CPU system time (s): 2.70761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.84159 second user time and 18.9508 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-12 22:54:04
IDJOB=4392115
IDBENCH=135747
IDSOLVER=2837
FILE ID=node134/4392115-1568321685
RUNJOBID= node134-1568307244-30927
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392115-1568321685/watcher-4392115-1568321685 -o /tmp/evaluation-result-4392115-1568321685/solver-4392115-1568321685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1541903825 HOME/instance-4392115-1568321685.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=1541903825

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29733964 kB
MemAvailable:   31162084 kB
Buffers:          141996 kB
Cached:          1550732 kB
SwapCached:        90648 kB
Active:          1064840 kB
Inactive:        1351640 kB
Active(anon):     657372 kB
Inactive(anon):   105840 kB
Active(file):     407468 kB
Inactive(file):  1245800 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66915768 kB
Dirty:             35076 kB
Writeback:             0 kB
AnonPages:        749584 kB
Mapped:            55480 kB
Shmem:             30700 kB
Slab:             211544 kB
SReclaimable:     181372 kB
SUnreclaim:        30172 kB
KernelStack:        3904 kB
PageTables:         7000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1898128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56052 MiB
End job on node134 at 2019-09-12 23:23:37