Trace number 4402817

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.3OPT76 932.646 909.611

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark48.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"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.77/0.56	c Concrete v3.12.3.1568965526260 running
6.42/3.13	o 115
6.42/3.16	o 107
7.69/3.54	o 105
7.69/3.58	o 103
8.67/3.85	o 102
8.67/3.85	o 101
8.67/3.86	o 84
8.67/3.87	o 83
8.67/3.87	o 82
10.78/4.68	o 81
11.34/5.00	o 79
11.34/5.00	o 76
932.51/909.59	v <instantiation
932.51/909.59	v         cost = '76'>
932.51/909.59	v       <list>
932.51/909.59	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]
932.51/909.59	v       </list>
932.51/909.59	v       <values>
932.51/909.59	v         3 4 8 7 9 11 12 14 13 10 6 5 0 1 2 5 9 4 1 5 2 12 4 6 4 4 10 8 1 1
932.51/909.59	v       </values>
932.51/909.59	v     </instantiation>
932.51/909.59	s OPTIMUM FOUND

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402817-1568982086/watcher-4402817-1568982086 -o /tmp/evaluation-result-4402817-1568982086/solver-4402817-1568982086 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1048661505 HOME/instance-4402817-1568982086.xml 

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

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

solver pid=9222, runsolver pid=9219

[startup+0.100061 s]*
/proc/loadavg: 1.21 1.29 1.33 3/219 9279
/proc/meminfo: memFree=8643136/32770624 swapFree=66998992/67108860
[pid=9222] ppid=9219 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 4442 13308 0 0 1 1 5 2 20 0 6 0 474473433 10212057088 4204 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2493178 4204 1935 1 0 2481616 0
[pid=9222/tid=9275] ppid=9219 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 2258 13308 0 0 0 0 5 2 20 0 6 0 474473442 10212057088 4204 33554432000 4194304 4196468 140728658836448 139995606123088 139995618366814 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 6 0 474473442 10212057088 4204 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=9972712 memory=140279099913856 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 6 0 474473442 10212057088 4204 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 6 0 474473442 10212057088 4204 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 6 0 474473442 10212057088 4204 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.214272 s]*
/proc/loadavg: 1.21 1.29 1.33 3/228 9288
/proc/meminfo: memFree=8621116/32770624 swapFree=66998992/67108860
[pid=9222] ppid=9219 vsize=10820164 memory=42392 CPUtime=0.26 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 7502 13308 0 0 17 2 5 2 20 0 15 0 474473433 11079847936 10598 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2705041 10598 3286 1 0 2667149 0
[pid=9222/tid=9275] ppid=9219 vsize=10820196 memory=5450916389569530688 CPUtime=0.18 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 4029 13308 0 0 10 1 5 2 20 0 15 0 474473442 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995606097360 139995626523454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10820196 memory=140279099913856 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10820196 memory=140279099913856 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 474473444 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 13 13308 0 0 0 0 5 2 20 0 15 0 474473444 11079880704 10598 33554432000 4194304 4196468 140728658836448 139994995877152 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11079880704 10598 33554432000 4194304 4196468 140728658836448 139994391897712 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11079880704 10598 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 473 13308 0 0 1 0 5 2 20 0 15 0 474473447 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) R 9219 9222 4702 0 -1 4202560 188 13308 0 0 1 0 5 2 20 0 15 0 474473447 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995091691504 139995619185056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10820196 memory=140279099913856 CPUtime=0.1 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 594 13308 0 0 3 0 5 2 20 0 15 0 474473447 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11079880704 10598 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10820196 memory=140279099913856 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473448 11079880704 10598 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 42392 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.21 1.29 1.33 3/228 9288
/proc/meminfo: memFree=8611632/32770624 swapFree=66998992/67108860
[pid=9222] ppid=9219 vsize=10820196 memory=50568 CPUtime=0.39 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 10854 13308 0 0 29 3 5 2 20 0 15 0 474473433 11079880704 12642 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2705049 12642 3307 1 0 2667149 0
[pid=9222/tid=9275] ppid=9219 vsize=10820196 memory=1398722017469774279 CPUtime=0.27 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 7350 13308 0 0 18 2 5 2 20 0 15 0 474473442 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995606097872 139995618366814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10820196 memory=7013634484573268844 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10820196 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10820196 memory=7019607366957287625 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 474473442 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 474473444 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 13 13308 0 0 0 0 5 2 20 0 15 0 474473444 11079880704 12642 33554432000 4194304 4196468 140728658836448 139994995877152 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11079880704 12642 33554432000 4194304 4196468 140728658836448 139994391897712 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11079880704 12642 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 473 13308 0 0 1 0 5 2 20 0 15 0 474473447 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 198 13308 0 0 2 0 5 2 20 0 15 0 474473447 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 602 13308 0 0 5 0 5 2 20 0 15 0 474473447 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11079880704 12642 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473448 11079880704 12642 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50568 KiB

[startup+0.702225 s]
/proc/loadavg: 1.21 1.29 1.33 3/228 9288
/proc/meminfo: memFree=8600468/32770624 swapFree=66998992/67108860
[pid=9222] ppid=9219 vsize=10824364 memory=83048 CPUtime=1.14 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 15035 13308 0 0 101 6 5 2 20 0 15 0 474473433 11084148736 20762 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2706091 20762 3507 1 0 2668173 0
[pid=9222/tid=9275] ppid=9219 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 10470 13308 0 0 55 4 5 2 20 0 15 0 474473442 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995606102240 139995615692626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473442 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 474473442 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 5 13308 0 0 0 0 5 2 20 0 15 0 474473444 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 13 13308 0 0 0 0 5 2 20 0 15 0 474473444 11084148736 20762 33554432000 4194304 4196468 140728658836448 139994995877152 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11084148736 20762 33554432000 4194304 4196468 140728658836448 139994391897712 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11084148736 20762 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10824364 memory=140279000631184 CPUtime=0.22 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 946 13308 0 0 15 0 5 2 20 0 15 0 474473447 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10824364 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) R 9219 9222 4702 0 -1 4202560 591 13308 0 0 13 0 5 2 20 0 15 0 474473447 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995091691504 139995618276742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10824364 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 788 13308 0 0 17 0 5 2 20 0 15 0 474473447 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10824364 memory=140279000628592 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11084148736 20762 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473448 11084148736 20762 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83048 KiB

[startup+1.50423 s]
/proc/loadavg: 1.21 1.29 1.33 3/228 9288
/proc/meminfo: memFree=8557360/32770624 swapFree=66998992/67108860
[pid=9222] ppid=9219 vsize=10834680 memory=169300 CPUtime=2.45 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 21781 13308 0 0 227 11 5 2 20 0 15 0 474473433 11094712320 42325 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2708670 42325 3581 1 0 2670733 0
[pid=9222/tid=9275] ppid=9219 vsize=10834680 memory=19 CPUtime=1.43 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 15435 13308 0 0 130 6 5 2 20 0 15 0 474473442 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995606100184 139995214099425 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10834680 memory=23 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 413 13308 0 0 1 0 5 2 20 0 15 0 474473442 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 88 13308 0 0 0 0 5 2 20 0 15 0 474473442 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 35 13308 0 0 1 0 5 2 20 0 15 0 474473442 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10834680 memory=97928 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 83 13308 0 0 1 0 5 2 20 0 15 0 474473442 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 172 13308 0 0 1 0 5 2 20 0 15 0 474473444 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10834680 memory=7014751519616620389 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 14 13308 0 0 0 0 5 2 20 0 15 0 474473444 11094712320 42325 33554432000 4194304 4196468 140728658836448 139994995877216 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10834680 memory=7734478701494494809 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11094712320 42325 33554432000 4194304 4196468 140728658836448 139994391897728 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10834680 memory=8173867750042985834 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11094712320 42325 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10834680 memory=5571041044932614245 CPUtime=0.35 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 1097 13308 0 0 28 0 5 2 20 0 15 0 474473447 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10834680 memory=7236274516805708393 CPUtime=0.3 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 678 13308 0 0 23 0 5 2 20 0 15 0 474473447 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10834680 memory=7014751519616620389 CPUtime=0.47 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 1549 13308 0 0 39 1 5 2 20 0 15 0 474473447 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10834680 memory=7014751519616620389 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11094712320 42325 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10834680 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473448 11094712320 42325 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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


[startup+905.601 s]
/proc/loadavg: 1.79 1.55 1.42 3/227 9368
/proc/meminfo: memFree=5622112/32770624 swapFree=66998996/67108860
[pid=9222] ppid=9219 vsize=10849048 memory=784012 CPUtime=928.56 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 146556 13308 0 0 92705 144 5 2 20 0 15 0 474473433 11109425152 196003 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2712262 196003 3628 1 0 2674317 0
[pid=9222/tid=9275] ppid=9219 vsize=10849048 memory=8026351798424398904 CPUtime=895.94 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 44969 13308 0 0 89563 24 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995606121376 139995221208696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10849048 memory=7739808051450306848 CPUtime=4.23 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 7300 13308 0 0 394 22 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=4.22 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 7622 13308 0 0 396 19 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10849048 memory=784012 CPUtime=4.2 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 7235 13308 0 0 392 21 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10849048 memory=784012 CPUtime=4.22 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 4987 13308 0 0 395 20 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10849048 memory=3180 CPUtime=4.17 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 9376 13308 0 0 391 19 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 15 13308 0 0 0 0 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994995877216 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10849048 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994391897728 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10849048 memory=784012 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10849048 memory=656 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 17480 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10849048 memory=784012 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 18981 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10849048 memory=892 CPUtime=3.62 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 25980 13308 0 0 349 6 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10849048 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10849048 memory=1760 CPUtime=0.59 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 395 13308 0 0 27 25 5 2 20 0 15 0 474473448 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 928.56 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 784012 KiB

[startup+907.201 s]
/proc/loadavg: 1.79 1.55 1.42 3/227 9368
/proc/meminfo: memFree=5622236/32770624 swapFree=66998996/67108860
[pid=9222] ppid=9219 vsize=10849048 memory=784012 CPUtime=930.18 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 146570 13308 0 0 92866 145 5 2 20 0 15 0 474473433 11109425152 196003 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2712262 196003 3628 1 0 2674317 0
[pid=9222/tid=9275] ppid=9219 vsize=10849048 memory=3580 CPUtime=897.51 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 44980 13308 0 0 89720 24 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995606122032 139995224414822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=4.24 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 7301 13308 0 0 395 22 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10849048 memory=1760 CPUtime=4.22 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 7623 13308 0 0 396 19 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10849048 memory=111632 CPUtime=4.21 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 7236 13308 0 0 393 21 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10849048 memory=800 CPUtime=4.23 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 4987 13308 0 0 396 20 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10849048 memory=1808 CPUtime=4.18 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 9376 13308 0 0 392 19 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 15 13308 0 0 0 0 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994995877216 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10849048 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994391897728 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10849048 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10849048 memory=1980 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 17480 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10849048 memory=2428 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 18981 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10849048 memory=1580 CPUtime=3.62 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 25980 13308 0 0 349 6 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10849048 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10849048 memory=52716 CPUtime=0.59 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 395 13308 0 0 27 25 5 2 20 0 15 0 474473448 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 930.18 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 784012 KiB

[startup+908.801 s]
/proc/loadavg: 1.79 1.55 1.42 3/227 9368
/proc/meminfo: memFree=5622236/32770624 swapFree=66998996/67108860
[pid=9222] ppid=9219 vsize=10849048 memory=784012 CPUtime=931.8 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 146584 13308 0 0 93028 145 5 2 20 0 15 0 474473433 11109425152 196003 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2712262 196003 3628 1 0 2674317 0
[pid=9222/tid=9275] ppid=9219 vsize=10849048 memory=3580 CPUtime=899.09 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 44990 13308 0 0 89878 24 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995606117904 139995226896041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10849048 memory=52716 CPUtime=4.25 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 7302 13308 0 0 396 22 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10849048 memory=784012 CPUtime=4.23 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 7624 13308 0 0 397 19 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10849048 memory=784012 CPUtime=4.22 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 7237 13308 0 0 394 21 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10849048 memory=784012 CPUtime=4.23 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 4988 13308 0 0 396 20 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10849048 memory=2020 CPUtime=4.19 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 9376 13308 0 0 393 19 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10849048 memory=3472328296227679313 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 15 13308 0 0 0 0 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994995877216 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10849048 memory=14979962121748518 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994391897728 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10849048 memory=784012 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10849048 memory=988 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 17480 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10849048 memory=784012 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 18981 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10849048 memory=12024 CPUtime=3.62 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 25980 13308 0 0 349 6 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10849048 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=0.6 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 395 13308 0 0 27 26 5 2 20 0 15 0 474473448 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 931.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 784012 KiB

[startup+909.201 s]
/proc/loadavg: 1.79 1.55 1.42 3/227 9368
/proc/meminfo: memFree=5622236/32770624 swapFree=66998996/67108860
[pid=9222] ppid=9219 vsize=10849048 memory=784012 CPUtime=932.2 cores=0,2,4,6
/proc/9222/stat : 9222 (java) S 9219 9222 4702 0 -1 1077944320 146586 13308 0 0 93068 145 5 2 20 0 15 0 474473433 11109425152 196003 33554432000 4194304 4196468 140728658836448 140728658818992 139995634286327 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
/proc/9222/statm: 2712262 196003 3628 1 0 2674317 0
[pid=9222/tid=9275] ppid=9219 vsize=10849048 memory=1552 CPUtime=899.49 cores=0,2,4,6
/proc/9222/task/9275/stat : 9275 (java) R 9219 9222 4702 0 -1 4202560 44992 13308 0 0 89918 24 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995606120912 139995226578903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9276] ppid=9219 vsize=10849048 memory=1204 CPUtime=4.25 cores=0,2,4,6
/proc/9222/task/9276/stat : 9276 (java) S 9219 9222 4702 0 -1 1077944384 7302 13308 0 0 396 22 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995638528400 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9277] ppid=9219 vsize=10849048 memory=1072 CPUtime=4.23 cores=0,2,4,6
/proc/9222/task/9277/stat : 9277 (java) S 9219 9222 4702 0 -1 1077944384 7624 13308 0 0 397 19 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995537418512 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9278] ppid=9219 vsize=10849048 memory=6072 CPUtime=4.22 cores=0,2,4,6
/proc/9222/task/9278/stat : 9278 (java) S 9219 9222 4702 0 -1 1077944384 7237 13308 0 0 394 21 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995536366224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9279] ppid=9219 vsize=10849048 memory=1544 CPUtime=4.24 cores=0,2,4,6
/proc/9222/task/9279/stat : 9279 (java) S 9219 9222 4702 0 -1 1077944384 4988 13308 0 0 397 20 5 2 20 0 15 0 474473442 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995535313424 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9280] ppid=9219 vsize=10849048 memory=776 CPUtime=4.19 cores=0,2,4,6
/proc/9222/task/9280/stat : 9280 (java) S 9219 9222 4702 0 -1 1077944384 9376 13308 0 0 393 19 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995093797488 139995634297474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9281] ppid=9219 vsize=10849048 memory=784012 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9281/stat : 9281 (java) S 9219 9222 4702 0 -1 1077944384 15 13308 0 0 0 0 5 2 20 0 15 0 474473444 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994995877216 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9282] ppid=9219 vsize=10849048 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9282/stat : 9282 (java) S 9219 9222 4702 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 474473445 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994391897728 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9283] ppid=9219 vsize=10849048 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9283/stat : 9283 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994151606864 139995634304923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9284] ppid=9219 vsize=10849048 memory=496 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9284/stat : 9284 (java) S 9219 9222 4702 0 -1 1077944384 17480 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995092744304 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9285] ppid=9219 vsize=10849048 memory=1560 CPUtime=3.94 cores=0,2,4,6
/proc/9222/task/9285/stat : 9285 (java) S 9219 9222 4702 0 -1 1077944384 18981 13308 0 0 383 4 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995091691504 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9286] ppid=9219 vsize=10849048 memory=3580 CPUtime=3.62 cores=0,2,4,6
/proc/9222/task/9286/stat : 9286 (java) S 9219 9222 4702 0 -1 1077944384 25980 13308 0 0 349 6 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995090639216 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9287] ppid=9219 vsize=10849048 memory=52716 CPUtime=0.07 cores=0,2,4,6
/proc/9222/task/9287/stat : 9287 (java) S 9219 9222 4702 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 474473447 11109425152 196003 33554432000 4194304 4196468 140728658836448 139994118048224 139995634296533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
[pid=9222/tid=9288] ppid=9219 vsize=10849048 memory=3580 CPUtime=0.6 cores=0,2,4,6
/proc/9222/task/9288/stat : 9288 (java) S 9219 9222 4702 0 -1 1077944384 395 13308 0 0 27 26 5 2 20 0 15 0 474473448 11109425152 196003 33554432000 4194304 4196468 140728658836448 139995089587120 139995634297474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8654848 140728658840303 140728658842821 140728658842821 140728658845647 0
Current children cumulated CPU time: 932.2 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 784012 KiB

[startup+909.601 s]*
/proc/loadavg: 1.79 1.55 1.42 3/214 9369
/proc/meminfo: memFree=6288880/32770624 swapFree=66998996/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 909.611
CPU time (s): 932.646
CPU user time (s): 931.147
CPU system time (s): 1.49898
CPU usage (%): 102.532
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 784012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.147
system time used= 1.49898
maximum resident set size= 786104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111082
involuntary context switches= 3538


# summary of solver processes directly reported to runsolver:
#   pid: 9222
#   total CPU time (s): 932.646
#   total CPU user time (s): 931.147
#   total CPU system time (s): 1.49898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58695 second user time and 8.57847 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 14:20:46
IDJOB=4402817
IDBENCH=135738
IDSOLVER=2861
FILE ID=node123/4402817-1568982086
RUNJOBID= node123-1568967599-4735
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402817-1568982086/watcher-4402817-1568982086 -o /tmp/evaluation-result-4402817-1568982086/solver-4402817-1568982086 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1048661505 HOME/instance-4402817-1568982086.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=1048661505

node123.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.49
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.49
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.49
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.49
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:         8650380 kB
MemAvailable:   30948416 kB
Buffers:          107320 kB
Cached:         22184648 kB
SwapCached:         7168 kB
Active:         11996488 kB
Inactive:       11202864 kB
Active(anon):     897768 kB
Inactive(anon):    57528 kB
Active(file):   11098720 kB
Inactive(file): 11145336 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66998992 kB
Dirty:             35604 kB
Writeback:             0 kB
AnonPages:       1010376 kB
Mapped:            64592 kB
Shmem:             38968 kB
Slab:             511876 kB
SReclaimable:     482440 kB
SUnreclaim:        29436 kB
KernelStack:        3744 kB
PageTables:        11188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1867308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25660 MiB
End job on node123 at 2019-09-20 14:35:56