Trace number 4401377

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.2OPT104 1499.13 1466.03

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
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.74/0.55	c Concrete v3.12.2.1568631193530 running
7.20/3.22	o 171
7.20/3.23	o 167
7.55/3.33	o 164
7.55/3.33	o 163
7.55/3.34	o 159
7.89/3.45	o 157
7.89/3.46	o 150
7.89/3.47	o 147
8.21/3.53	o 145
8.21/3.56	o 144
8.54/3.65	o 135
8.54/3.65	o 130
8.54/3.66	o 129
8.54/3.67	o 124
8.54/3.67	o 119
8.87/3.74	o 113
8.87/3.77	o 108
9.19/3.82	o 104
1499.08/1466.02	v <instantiation
1499.08/1466.02	v         cost = '104'>
1499.08/1466.02	v       <list>
1499.08/1466.02	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]
1499.08/1466.02	v       </list>
1499.08/1466.02	v       <values>
1499.08/1466.02	v         4 1 0 3 2 5 7 9 10 13 11 12 14 8 6 11 1 8 8 7 8 3 4 6 4 7 9 12 10 6
1499.08/1466.02	v       </values>
1499.08/1466.02	v     </instantiation>
1499.08/1466.02	s OPTIMUM FOUND

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401377-1568685682/watcher-4401377-1568685682 -o /tmp/evaluation-result-4401377-1568685682/solver-4401377-1568685682 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=498798302 HOME/instance-4401377-1568685682.xml 

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

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=20786, runsolver pid=20783
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.24 1.36 1.34 3/214 20840
/proc/meminfo: memFree=30419892/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 4428 13311 0 0 1 0 5 2 20 0 6 0 444825300 10212057088 4203 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2493178 4203 1935 1 0 2481616 0
[pid=20786/tid=20839] ppid=20783 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 2216 13311 0 0 1 0 5 2 20 0 6 0 444825309 10212057088 4203 33554432000 4194304 4196468 140733805135168 140673397387856 140673409631582 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 6 0 444825310 10212057088 4203 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=9972712 memory=139763728404151 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444825310 10212057088 4203 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444825310 10212057088 4715 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 6 0 444825310 10212057088 4715 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210746 s]*
/proc/loadavg: 1.24 1.36 1.34 4/226 20852
/proc/meminfo: memFree=30398496/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10820164 memory=43480 CPUtime=0.25 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 7170 13311 0 0 17 1 5 2 20 0 15 0 444825300 11079847936 10870 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2705041 10870 3254 1 0 2667149 0
[pid=20786/tid=20839] ppid=20783 vsize=10820176 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 3677 13311 0 0 11 0 5 2 20 0 15 0 444825309 11079860224 10870 33554432000 4194304 4196468 140733805135168 140673397365216 140673418229109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079860224 10870 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10820184 memory=139763728404151 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079868416 10870 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079868416 10870 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079868416 10870 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079868416 10870 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079868416 10870 33554432000 4194304 4196468 140733805135168 140672392749856 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079872512 10870 33554432000 4194304 4196468 140733805135168 140672191423600 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10820188 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11079872512 10870 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) R 20783 20786 17336 0 -1 4202560 341 13311 0 0 1 0 5 2 20 0 15 0 444825315 11079872512 10870 33554432000 4194304 4196468 140733805135168 140672951167600 140673409047445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 324 13311 0 0 1 0 5 2 20 0 15 0 444825315 11079872512 10870 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10820188 memory=139763725252224 CPUtime=0.1 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 599 13311 0 0 3 0 5 2 20 0 15 0 444825315 11079872512 10870 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11079880704 10870 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10820196 memory=139763725252224 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825316 11079880704 10870 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 43480 KiB

[startup+0.31127 s]*
/proc/loadavg: 1.24 1.36 1.34 3/226 20852
/proc/meminfo: memFree=30384980/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10820196 memory=51964 CPUtime=0.39 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 10726 13311 0 0 29 3 5 2 20 0 15 0 444825300 11079880704 12991 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2705049 12991 3302 1 0 2667149 0
[pid=20786/tid=20839] ppid=20783 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 7196 13311 0 0 19 2 5 2 20 0 15 0 444825309 11079880704 12991 33554432000 4194304 4196468 140733805135168 140673397373488 140673409631582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079880704 12991 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079880704 12991 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10820196 memory=139763725252223 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672392749856 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825312 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672191423600 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11079880704 12991 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 351 13311 0 0 2 0 5 2 20 0 15 0 444825315 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 324 13311 0 0 1 0 5 2 20 0 15 0 444825315 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10820196 memory=139763725252224 CPUtime=0.12 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 617 13311 0 0 5 0 5 2 20 0 15 0 444825315 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11079880704 12991 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10820196 memory=139763725252224 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825316 11079880704 12991 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51964 KiB

[startup+0.701353 s]
/proc/loadavg: 1.24 1.36 1.34 3/226 20852
/proc/meminfo: memFree=30370440/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10824364 memory=84928 CPUtime=1.09 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 14970 13311 0 0 97 5 5 2 20 0 15 0 444825300 11084148736 21232 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2706091 21232 3510 1 0 2668173 0
[pid=20786/tid=20839] ppid=20783 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 10244 13311 0 0 55 4 5 2 20 0 15 0 444825309 11084148736 21232 33554432000 4194304 4196468 140733805135168 140673397375352 140673410920176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11084148736 21232 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10824364 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11084148736 21232 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825310 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444825310 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 5 13311 0 0 0 0 5 2 20 0 15 0 444825312 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444825312 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672392749856 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825312 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672191423600 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11084148736 21232 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) R 20783 20786 17336 0 -1 4202560 747 13311 0 0 12 0 5 2 20 0 15 0 444825315 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672951167600 140673411584832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) R 20783 20786 17336 0 -1 4202560 880 13311 0 0 12 0 5 2 20 0 15 0 444825315 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672950102112 140673406246952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 857 13311 0 0 16 0 5 2 20 0 15 0 444825315 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11084148736 21232 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10824364 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825316 11084148736 21232 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84928 KiB

[startup+1.50073 s]
/proc/loadavg: 1.24 1.36 1.34 3/226 20852
/proc/meminfo: memFree=30327260/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10834680 memory=172856 CPUtime=2.4 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 21830 13311 0 0 223 10 5 2 20 0 15 0 444825300 11094712320 43214 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2708670 43214 3581 1 0 2670733 0
[pid=20786/tid=20839] ppid=20783 vsize=10834680 memory=139763604525656 CPUtime=1.42 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 15081 13311 0 0 129 6 5 2 20 0 15 0 444825309 11094712320 43214 33554432000 4194304 4196468 140733805135168 140673397363056 140673017416544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 77 13311 0 0 1 0 5 2 20 0 15 0 444825310 11094712320 43214 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10834680 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 36 13311 0 0 0 0 5 2 20 0 15 0 444825310 11094712320 43214 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10834680 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 410 13311 0 0 1 0 5 2 20 0 15 0 444825310 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10834680 memory=279527209458080 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 88 13311 0 0 0 0 5 2 20 0 15 0 444825310 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10834680 memory=229024836133530 CPUtime=0.08 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 166 13311 0 0 1 0 5 2 20 0 15 0 444825312 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 14 13311 0 0 0 0 5 2 20 0 15 0 444825312 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672392749920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10834680 memory=6011695443278197554 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825312 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672191423600 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10834680 memory=-8412660965132101773 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11094712320 43214 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10834680 memory=-7668917182949848256 CPUtime=0.29 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 849 13311 0 0 22 0 5 2 20 0 15 0 444825315 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10834680 memory=8514726395714956677 CPUtime=0.32 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) R 20783 20786 17336 0 -1 4202560 1307 13311 0 0 25 0 5 2 20 0 15 0 444825315 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672950114800 140673418536137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10834680 memory=7100839887184299122 CPUtime=0.46 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) R 20783 20786 17336 0 -1 4202560 1584 13311 0 0 39 0 5 2 20 0 15 0 444825315 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672949062512 140673404512846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11094712320 43214 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444825316 11094712320 43214 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20786/tid=20851] ppid=20783 vsize=10849048 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10849048 memory=1112 CPUtime=0.95 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1061 13311 0 0 43 45 5 2 20 0 15 0 444825316 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1495.43 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873904 KiB

[startup+1464 s]*
/proc/loadavg: 1.37 1.47 1.42 3/227 21132
/proc/meminfo: memFree=29646440/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10849048 memory=873904 CPUtime=1497.06 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 187175 13311 0 0 149446 253 5 2 20 0 15 0 444825300 11109425152 218476 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2712262 218476 3628 1 0 2674317 0
[pid=20786/tid=20839] ppid=20783 vsize=10849048 memory=8317482817917895235 CPUtime=1447.11 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 56155 13311 0 0 144664 40 5 2 20 0 15 0 444825309 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673397386592 140673025332303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10849048 memory=8317482817917895235 CPUtime=7.5 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 15882 13311 0 0 704 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10849048 memory=1416 CPUtime=7.51 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 12457 13311 0 0 702 42 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10849048 memory=0 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 12136 13311 0 0 707 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10849048 memory=214220083839928 CPUtime=7.52 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 7122 13311 0 0 707 38 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10849048 memory=1716 CPUtime=6.79 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 9912 13311 0 0 633 39 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10849048 memory=692 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 22 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672392749920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10849048 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672191423616 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10849048 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10849048 memory=780 CPUtime=4.08 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 15234 13311 0 0 397 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10849048 memory=6791534058613427641 CPUtime=4.86 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 26105 13311 0 0 475 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10849048 memory=4132 CPUtime=3.72 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 28865 13311 0 0 358 7 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10849048 memory=1112 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10849048 memory=6048 CPUtime=0.95 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1061 13311 0 0 43 45 5 2 20 0 15 0 444825316 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1497.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873904 KiB

[startup+1464.8 s]
/proc/loadavg: 1.37 1.47 1.42 3/227 21132
/proc/meminfo: memFree=29646440/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10849048 memory=873904 CPUtime=1497.86 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 187180 13311 0 0 149526 253 5 2 20 0 15 0 444825300 11109425152 218476 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2712262 218476 3628 1 0 2674317 0
[pid=20786/tid=20839] ppid=20783 vsize=10849048 memory=6791534058613427641 CPUtime=1447.89 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 56160 13311 0 0 144742 40 5 2 20 0 15 0 444825309 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673397385728 140673014536480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10849048 memory=288230621803970871 CPUtime=7.51 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 15882 13311 0 0 705 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10849048 memory=16105866206120578 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 12457 13311 0 0 703 43 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10849048 memory=7552 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 12136 13311 0 0 707 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10849048 memory=924 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 7122 13311 0 0 708 38 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10849048 memory=1668 CPUtime=6.8 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 9912 13311 0 0 634 39 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10849048 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 22 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672392749920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10849048 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672191423616 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10849048 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10849048 memory=6791534058613427641 CPUtime=4.08 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 15234 13311 0 0 397 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10849048 memory=7552 CPUtime=4.86 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 26105 13311 0 0 475 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10849048 memory=2832 CPUtime=3.72 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 28865 13311 0 0 358 7 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10849048 memory=873904 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10849048 memory=14012 CPUtime=0.95 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1061 13311 0 0 43 45 5 2 20 0 15 0 444825316 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1497.86 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873904 KiB

[startup+1465.6 s]
/proc/loadavg: 1.37 1.47 1.42 4/227 21132
/proc/meminfo: memFree=29646440/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10849048 memory=873904 CPUtime=1498.67 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 187186 13311 0 0 149607 253 5 2 20 0 15 0 444825300 11109425152 218476 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2712262 218476 3628 1 0 2674317 0
[pid=20786/tid=20839] ppid=20783 vsize=10849048 memory=873904 CPUtime=1448.68 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 56165 13311 0 0 144821 40 5 2 20 0 15 0 444825309 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673397385840 140673014631030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10849048 memory=4420 CPUtime=7.51 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 15882 13311 0 0 705 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10849048 memory=6628 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 12457 13311 0 0 703 43 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10849048 memory=873904 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 12136 13311 0 0 707 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10849048 memory=873904 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 7122 13311 0 0 708 38 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10849048 memory=6048 CPUtime=6.8 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 9913 13311 0 0 634 39 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10849048 memory=873904 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 22 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672392749920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10849048 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672191423616 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10849048 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10849048 memory=4132 CPUtime=4.08 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 15234 13311 0 0 397 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10849048 memory=1112 CPUtime=4.86 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 26105 13311 0 0 475 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10849048 memory=6048 CPUtime=3.72 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 28865 13311 0 0 358 7 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10849048 memory=7552 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10849048 memory=2832 CPUtime=0.95 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1061 13311 0 0 43 45 5 2 20 0 15 0 444825316 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1498.67 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873904 KiB

[startup+1466 s]*
/proc/loadavg: 1.37 1.47 1.42 3/227 21132
/proc/meminfo: memFree=29646440/32770624 swapFree=66977392/67108860
[pid=20786] ppid=20783 vsize=10849048 memory=873904 CPUtime=1499.08 cores=0,2,4,6
/proc/20786/stat : 20786 (java) S 20783 20786 17336 0 -1 1077944320 187189 13311 0 0 149648 253 5 2 20 0 15 0 444825300 11109425152 218476 33554432000 4194304 4196468 140733805135168 140733805117712 140673425551095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
/proc/20786/statm: 2712262 218476 3628 1 0 2674317 0
[pid=20786/tid=20839] ppid=20783 vsize=10849048 memory=8317482817917895235 CPUtime=1449.09 cores=0,2,4,6
/proc/20786/task/20839/stat : 20839 (java) R 20783 20786 17336 0 -1 4202560 56168 13311 0 0 144862 40 5 2 20 0 15 0 444825309 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673397386544 140673024712480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20840] ppid=20783 vsize=10849048 memory=1408 CPUtime=7.51 cores=0,2,4,6
/proc/20786/task/20840/stat : 20840 (java) S 20783 20786 17336 0 -1 1077944384 15882 13311 0 0 705 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673429793680 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20841] ppid=20783 vsize=10849048 memory=3284 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20841/stat : 20841 (java) S 20783 20786 17336 0 -1 1077944384 12457 13311 0 0 703 43 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140673333996304 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20842] ppid=20783 vsize=10849048 memory=873904 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20842/stat : 20842 (java) S 20783 20786 17336 0 -1 1077944384 12136 13311 0 0 707 39 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672997579920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20843] ppid=20783 vsize=10849048 memory=912 CPUtime=7.53 cores=0,2,4,6
/proc/20786/task/20843/stat : 20843 (java) S 20783 20786 17336 0 -1 1077944384 7122 13311 0 0 708 38 5 2 20 0 15 0 444825310 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672996527120 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20844] ppid=20783 vsize=10849048 memory=1984 CPUtime=6.8 cores=0,2,4,6
/proc/20786/task/20844/stat : 20844 (java) S 20783 20786 17336 0 -1 1077944384 9913 13311 0 0 634 39 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672952219760 140673425562242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20845] ppid=20783 vsize=10849048 memory=2480 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20845/stat : 20845 (java) S 20783 20786 17336 0 -1 1077944384 22 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672392749920 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20846] ppid=20783 vsize=10849048 memory=873904 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20846/stat : 20846 (java) S 20783 20786 17336 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444825312 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672191423616 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20847] ppid=20783 vsize=10849048 memory=873904 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20847/stat : 20847 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671951132752 140673425569691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20848] ppid=20783 vsize=10849048 memory=988 CPUtime=4.08 cores=0,2,4,6
/proc/20786/task/20848/stat : 20848 (java) S 20783 20786 17336 0 -1 1077944384 15234 13311 0 0 397 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672951167600 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20849] ppid=20783 vsize=10849048 memory=2004 CPUtime=4.86 cores=0,2,4,6
/proc/20786/task/20849/stat : 20849 (java) S 20783 20786 17336 0 -1 1077944384 26105 13311 0 0 475 4 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672950114800 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20850] ppid=20783 vsize=10849048 memory=8317482817917895235 CPUtime=3.72 cores=0,2,4,6
/proc/20786/task/20850/stat : 20850 (java) S 20783 20786 17336 0 -1 1077944384 28865 13311 0 0 358 7 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672949062512 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20851] ppid=20783 vsize=10849048 memory=24996 CPUtime=0.07 cores=0,2,4,6
/proc/20786/task/20851/stat : 20851 (java) S 20783 20786 17336 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444825315 11109425152 218476 33554432000 4194304 4196468 140733805135168 140671917575136 140673425561301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
[pid=20786/tid=20852] ppid=20783 vsize=10849048 memory=2120 CPUtime=0.95 cores=0,2,4,6
/proc/20786/task/20852/stat : 20852 (java) S 20783 20786 17336 0 -1 1077944384 1061 13311 0 0 43 45 5 2 20 0 15 0 444825316 11109425152 218476 33554432000 4194304 4196468 140733805135168 140672948009392 140673425562242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15048704 140733805136624 140733805139141 140733805139141 140733805141967 0
Current children cumulated CPU time: 1499.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 873904 KiB

Child status: 0
Real time (s): 1466.03
CPU time (s): 1499.13
CPU user time (s): 1496.56
CPU system time (s): 2.57468
CPU usage (%): 102.258
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 873904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1496.56
system time used= 2.57468
maximum resident set size= 876008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184633
involuntary context switches= 5778


# summary of solver processes directly reported to runsolver:
#   pid: 20786
#   total CPU time (s): 1499.13
#   total CPU user time (s): 1496.56
#   total CPU system time (s): 2.57468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.42728 second user time and 13.2567 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 02:51:03
IDJOB=4401377
IDBENCH=135736
IDSOLVER=2858
FILE ID=node104/4401377-1568685682
RUNJOBID= node104-1568669113-17367
PBS_JOBID= 21703796
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401377-1568685682/watcher-4401377-1568685682 -o /tmp/evaluation-result-4401377-1568685682/solver-4401377-1568685682 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=498798302 HOME/instance-4401377-1568685682.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=498798302

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        30424980 kB
MemAvailable:   31066548 kB
Buffers:           88716 kB
Cached:           850484 kB
SwapCached:        32300 kB
Active:          1440148 kB
Inactive:         333308 kB
Active(anon):     803088 kB
Inactive(anon):    80716 kB
Active(file):     637060 kB
Inactive(file):   252592 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977392 kB
Dirty:             35640 kB
Writeback:            16 kB
AnonPages:        913124 kB
Mapped:            61552 kB
Shmem:             40476 kB
Slab:             164904 kB
SReclaimable:     135500 kB
SUnreclaim:        29404 kB
KernelStack:        3696 kB
PageTables:         7276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2061068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-17 03:15:29