Trace number 4387253

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.10OPT98 327.996 313.614

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark169.35
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
7.05/3.29	o 115
7.38/3.30	o 114
7.38/3.37	o 113
8.60/3.74	o 112
9.21/3.99	o 109
9.21/4.00	o 108
9.52/4.01	o 107
9.68/4.11	o 106
9.68/4.13	o 105
9.88/4.23	o 104
11.91/5.38	o 103
12.08/5.49	o 100
13.23/6.11	o 99
13.23/6.18	o 98
327.96/313.60	v <instantiation
327.96/313.60	v         cost = '98'>
327.96/313.60	v       <list>
327.96/313.60	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
327.96/313.60	v       </list>
327.96/313.60	v       <values>
327.96/313.60	v         0 43 0 2 4 2 12 23 14 34 69 24 53 40 19 45 77 35 61 29 70 52 92 61 85 85 72 80 92 90 94 98
327.96/313.60	v       </values>
327.96/313.60	v     </instantiation>
327.96/313.60	s OPTIMUM FOUND

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387253-1568296960/watcher-4387253-1568296960 -o /tmp/evaluation-result-4387253-1568296960/solver-4387253-1568296960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387253-1568296960.xml 

running on 4 cores: 1,3,5,7

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=9297, runsolver pid=9294

[startup+0.100061 s]*
/proc/loadavg: 1.25 1.42 1.47 4/217 9354
/proc/meminfo: memFree=30873092/32770624 swapFree=66920276/67108860
[pid=9297] ppid=9294 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 4456 12991 0 0 1 0 5 2 20 0 6 0 405952168 10212057088 4714 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2493178 4714 1935 1 0 2481616 0
[pid=9297/tid=9350] ppid=9294 vsize=9988792 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 2290 12991 0 0 1 0 5 2 20 0 6 0 405952177 10228523008 4780 33554432000 4194304 4196468 140730092936560 140176443318864 140176456994813 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 6 0 405952178 10228523008 4780 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=9988792 memory=14550360953419416 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 6 0 405952178 10228523008 4780 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 6 0 405952178 10229575680 4780 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 7 0 405952178 10229575680 4780 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) R 9294 9297 5621 0 -1 4202560 0 12991 0 0 0 0 5 2 20 0 7 0 405952179 10229575680 4780 33554432000 4194304 4196468 140730092936560 140176443318864 140176464221953 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.212373 s]*
/proc/loadavg: 1.25 1.42 1.47 3/226 9363
/proc/meminfo: memFree=30855300/32770624 swapFree=66920276/67108860
[pid=9297] ppid=9294 vsize=10818940 memory=38264 CPUtime=0.26 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 6918 12991 0 0 18 1 5 2 20 0 15 0 405952168 11078594560 9566 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2704735 9566 2980 1 0 2667149 0
[pid=9297/tid=9350] ppid=9294 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 3395 12991 0 0 11 0 5 2 20 0 15 0 405952177 11078594560 9566 33554432000 4194304 4196468 140730092936560 140176443315576 140176455562590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952178 11078594560 9566 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10818940 memory=14550360953419416 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11078594560 9566 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11078594560 9566 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11078594560 9566 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952179 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 405952180 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175921374368 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952180 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175317394160 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 363 12991 0 0 1 0 5 2 20 0 15 0 405952182 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 5621 0 -1 1077944384 290 12991 0 0 1 0 5 2 20 0 15 0 405952182 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10818940 memory=139950149826176 CPUtime=0.1 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 635 12991 0 0 3 0 5 2 20 0 15 0 405952182 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11078594560 9566 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10818940 memory=139950149826176 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952183 11078594560 9566 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38264 KiB

[startup+0.310226 s]*
/proc/loadavg: 1.25 1.42 1.47 3/226 9363
/proc/meminfo: memFree=30845668/32770624 swapFree=66920276/67108860
[pid=9297] ppid=9294 vsize=10820244 memory=49820 CPUtime=0.4 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 10594 12991 0 0 30 3 5 2 20 0 15 0 405952168 11079929856 12455 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2705061 12455 3277 1 0 2667149 0
[pid=9297/tid=9350] ppid=9294 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 7045 12991 0 0 19 2 5 2 20 0 15 0 405952177 11079929856 12455 33554432000 4194304 4196468 140730092936560 140176443264000 140176455562590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952178 11079929856 12455 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11079929856 12455 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11079929856 12455 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11079929856 12455 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952179 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10820244 memory=139950149826175 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 405952180 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175921374368 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952180 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175317394160 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 364 12991 0 0 1 0 5 2 20 0 15 0 405952182 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) R 9294 9297 5621 0 -1 4202560 291 12991 0 0 2 0 5 2 20 0 15 0 405952182 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175996025712 140176457537649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10820244 memory=139950149826176 CPUtime=0.12 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 658 12991 0 0 5 0 5 2 20 0 15 0 405952182 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11079929856 12455 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10820244 memory=139950149826176 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952183 11079929856 12455 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49820 KiB

[startup+0.709565 s]
/proc/loadavg: 1.25 1.42 1.47 5/226 9363
/proc/meminfo: memFree=30828572/32770624 swapFree=66920276/67108860
[pid=9297] ppid=9294 vsize=10824340 memory=82996 CPUtime=1.14 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 15116 12991 0 0 102 5 5 2 20 0 15 0 405952168 11084124160 20749 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2706085 20749 3498 1 0 2668173 0
[pid=9297/tid=9350] ppid=9294 vsize=10824340 memory=1044 CPUtime=0.67 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 10732 12991 0 0 56 4 5 2 20 0 15 0 405952177 11084124160 20749 33554432000 4194304 4196468 140730092936560 140176443308576 140176471494038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10824340 memory=708 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952178 11084124160 20749 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10824340 memory=7518026621751088998 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11084124160 20749 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10824340 memory=7739276948477865063 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11084124160 20749 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10824340 memory=5787213827131598673 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952178 11084124160 20749 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10824340 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 5 12991 0 0 0 0 5 2 20 0 15 0 405952179 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 405952180 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175921374368 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952180 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175317394160 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) R 9294 9297 5621 0 -1 4202560 641 12991 0 0 12 0 5 2 20 0 15 0 405952182 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175997078256 140176471503450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) R 9294 9297 5621 0 -1 1077944384 638 12991 0 0 14 0 5 2 20 0 15 0 405952182 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) R 9294 9297 5621 0 -1 4202560 864 12991 0 0 17 0 5 2 20 0 15 0 405952182 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175994972656 140176471503450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11084124160 20749 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10824340 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952183 11084124160 20749 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82996 KiB

[startup+1.50064 s]
/proc/loadavg: 1.25 1.42 1.47 5/226 9363
/proc/meminfo: memFree=30785420/32770624 swapFree=66920276/67108860
[pid=9297] ppid=9294 vsize=10834656 memory=166700 CPUtime=2.48 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 22595 12991 0 0 231 10 5 2 20 0 15 0 405952168 11094687744 41675 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2708664 41675 3576 1 0 2670733 0
[pid=9297/tid=9350] ppid=9294 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 15120 12991 0 0 129 7 5 2 20 0 15 0 405952177 11094687744 41675 33554432000 4194304 4196468 140730092936560 140176443277024 140176076754719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10834656 memory=7007710148419480678 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 119 12991 0 0 1 0 5 2 20 0 15 0 405952178 11094687744 41675 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10834656 memory=279900066306528 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 150 12991 0 0 0 0 5 2 20 0 15 0 405952178 11094687744 41675 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10834656 memory=179864640440536 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 39 12991 0 0 1 0 5 2 20 0 15 0 405952178 11094687744 41675 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 473 12991 0 0 1 0 5 2 20 0 15 0 405952178 11094687744 41675 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10834656 memory=7589560970691515122 CPUtime=0.08 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 1123 12991 0 0 1 0 5 2 20 0 15 0 405952179 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10834656 memory=-8458152057954561420 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 13 12991 0 0 0 0 5 2 20 0 15 0 405952180 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175921374432 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10834656 memory=279900065953760 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952180 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175317394176 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10834656 memory=139950438913922 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10834656 memory=279900065903032 CPUtime=0.31 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 804 12991 0 0 24 0 5 2 20 0 15 0 405952182 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10834656 memory=279900065917424 CPUtime=0.35 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) R 9294 9297 5621 0 -1 4202560 768 12991 0 0 28 0 5 2 20 0 15 0 405952182 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10834656 memory=279900065917424 CPUtime=0.49 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) R 9294 9297 5621 0 -1 4202560 1767 12991 0 0 42 0 5 2 20 0 15 0 405952182 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175994972656 140176464581803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11094687744 41675 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 1 12991 0 0 0 0 5 2 20 0 15 0 405952183 11094687744 41675 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0

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

[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=14012 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 328 12991 0 0 7 10 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 324.72 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 640888 KiB

[startup+312.008 s]*
/proc/loadavg: 1.55 1.48 1.47 3/228 9411
/proc/meminfo: memFree=30246888/32770624 swapFree=66920292/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=640888 CPUtime=326.35 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 119578 12991 0 0 32555 73 5 2 20 0 15 0 405952168 11107291136 160222 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2711741 160222 3625 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=8317482817917895235 CPUtime=309.28 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 31785 12991 0 0 30902 19 5 2 20 0 15 0 405952177 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176443317056 140176085265516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=496 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 3884 12991 0 0 107 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=1560 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 4802 12991 0 0 106 9 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=928 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1656 12991 0 0 108 7 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=1680 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 2906 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=1444 CPUtime=1.21 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 6207 12991 0 0 108 6 5 2 20 0 15 0 405952179 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=888 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 14 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175921374432 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175317394176 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=2552 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=1556 CPUtime=3.9 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 25048 12991 0 0 379 4 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=2832 CPUtime=4.2 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 5621 0 -1 1077944384 18157 12991 0 0 408 5 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=984 CPUtime=3.19 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 22573 12991 0 0 306 6 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=4880 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 328 12991 0 0 7 10 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 326.35 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 640888 KiB

[startup+312.801 s]
/proc/loadavg: 1.55 1.48 1.47 3/228 9411
/proc/meminfo: memFree=30246888/32770624 swapFree=66920292/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=640888 CPUtime=327.14 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 119583 12991 0 0 32634 73 5 2 20 0 15 0 405952168 11107291136 160222 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2711741 160222 3625 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=1560 CPUtime=310.05 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 31790 12991 0 0 30979 19 5 2 20 0 15 0 405952177 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176443317280 140176084587604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=8112282956445269571 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 3884 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=8112282956445269571 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 4802 12991 0 0 106 9 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=1120 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1656 12991 0 0 108 7 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=776 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 2906 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=1552 CPUtime=1.21 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 6207 12991 0 0 108 6 5 2 20 0 15 0 405952179 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=640888 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 14 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175921374432 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=640888 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175317394176 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=16152 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=988 CPUtime=3.9 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 25048 12991 0 0 379 4 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=2016 CPUtime=4.2 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 5621 0 -1 1077944384 18157 12991 0 0 408 5 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=1284 CPUtime=3.19 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 22573 12991 0 0 306 6 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=708 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 328 12991 0 0 7 10 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 327.14 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 640888 KiB

[startup+313.202 s]
/proc/loadavg: 1.55 1.48 1.47 3/228 9411
/proc/meminfo: memFree=30247012/32770624 swapFree=66920292/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=640888 CPUtime=327.55 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 119587 12991 0 0 32675 73 5 2 20 0 15 0 405952168 11107291136 160222 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2711741 160222 3625 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=2604 CPUtime=310.45 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 31793 12991 0 0 31019 19 5 2 20 0 15 0 405952177 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176443318112 140176453131614 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=2604 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 3884 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=1408 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 4803 12991 0 0 106 9 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=640888 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1656 12991 0 0 108 7 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=2604 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 2906 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160222 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=2604 CPUtime=1.21 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 6207 12991 0 0 108 6 5 2 20 0 15 0 405952179 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 14 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175921374432 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=3276 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175317394176 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=669572 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=4108 CPUtime=3.9 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 25048 12991 0 0 379 4 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=1408 CPUtime=4.2 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 5621 0 -1 1077944384 18157 12991 0 0 408 5 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=3056 CPUtime=3.19 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 22573 12991 0 0 306 6 5 2 20 0 15 0 405952182 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=640888 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=1164 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 328 12991 0 0 7 10 5 2 20 0 15 0 405952183 11107291136 160222 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 327.55 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 640888 KiB

[startup+313.601 s]
/proc/loadavg: 1.55 1.48 1.47 3/228 9411
/proc/meminfo: memFree=30247012/32770624 swapFree=66920292/67108860
[pid=9297] ppid=9294 vsize=10846964 memory=640892 CPUtime=327.96 cores=1,3,5,7
/proc/9297/stat : 9297 (java) S 9294 9297 5621 0 -1 1077944320 120288 12991 0 0 32716 73 5 2 20 0 15 0 405952168 11107291136 160223 33554432000 4194304 4196468 140730092936560 140730092919104 140176471482103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
/proc/9297/statm: 2711741 160223 3625 1 0 2673805 0
[pid=9297/tid=9350] ppid=9294 vsize=10846964 memory=33 CPUtime=310.84 cores=1,3,5,7
/proc/9297/task/9350/stat : 9350 (java) R 9294 9297 5621 0 -1 4202560 32567 12991 0 0 31058 19 5 2 20 0 15 0 405952177 11107291136 160223 33554432000 4194304 4196468 140730092936560 140176443318304 140176079224824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9351] ppid=9294 vsize=10846964 memory=279900066707264 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9351/stat : 9351 (java) S 9294 9297 5621 0 -1 1077944384 3884 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160223 33554432000 4194304 4196468 140730092936560 140176475724816 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9352] ppid=9294 vsize=10846964 memory=279900067361296 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9352/stat : 9352 (java) S 9294 9297 5621 0 -1 1077944384 4803 12991 0 0 106 9 5 2 20 0 15 0 405952178 11107291136 160223 33554432000 4194304 4196468 140730092936560 140176394476688 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9353] ppid=9294 vsize=10846964 memory=279900067365680 CPUtime=1.22 cores=1,3,5,7
/proc/9297/task/9353/stat : 9353 (java) S 9294 9297 5621 0 -1 1077944384 1656 12991 0 0 108 7 5 2 20 0 15 0 405952178 11107291136 160223 33554432000 4194304 4196468 140730092936560 140176393423632 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9354] ppid=9294 vsize=10846964 memory=640888 CPUtime=1.23 cores=1,3,5,7
/proc/9297/task/9354/stat : 9354 (java) S 9294 9297 5621 0 -1 1077944384 2906 12991 0 0 108 8 5 2 20 0 15 0 405952178 11107291136 160223 33554432000 4194304 4196468 140730092936560 140176392371088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9355] ppid=9294 vsize=10846964 memory=640888 CPUtime=1.21 cores=1,3,5,7
/proc/9297/task/9355/stat : 9355 (java) S 9294 9297 5621 0 -1 1077944384 6207 12991 0 0 108 6 5 2 20 0 15 0 405952179 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175998130416 140176471493250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9356] ppid=9294 vsize=10846964 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9356/stat : 9356 (java) S 9294 9297 5621 0 -1 1077944384 14 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175921374432 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9357] ppid=9294 vsize=10846964 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9357/stat : 9357 (java) S 9294 9297 5621 0 -1 1077944384 2 12991 0 0 0 0 5 2 20 0 15 0 405952180 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175317394176 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9358] ppid=9294 vsize=10846964 memory=6153985703205688929 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9358/stat : 9358 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952182 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175009994704 140176471500699 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9359] ppid=9294 vsize=10846964 memory=7163089978915317352 CPUtime=3.9 cores=1,3,5,7
/proc/9297/task/9359/stat : 9359 (java) S 9294 9297 5621 0 -1 1077944384 25048 12991 0 0 379 4 5 2 20 0 15 0 405952182 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175997078256 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9360] ppid=9294 vsize=10846964 memory=640888 CPUtime=4.2 cores=1,3,5,7
/proc/9297/task/9360/stat : 9360 (java) S 9294 9297 5621 0 -1 1077944384 18157 12991 0 0 408 5 5 2 20 0 15 0 405952182 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175996025712 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9361] ppid=9294 vsize=10846964 memory=708 CPUtime=3.19 cores=1,3,5,7
/proc/9297/task/9361/stat : 9361 (java) S 9294 9297 5621 0 -1 1077944384 22573 12991 0 0 306 6 5 2 20 0 15 0 405952182 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175994972656 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9362] ppid=9294 vsize=10846964 memory=9364 CPUtime=0.07 cores=1,3,5,7
/proc/9297/task/9362/stat : 9362 (java) S 9294 9297 5621 0 -1 1077944384 3 12991 0 0 0 0 5 2 20 0 15 0 405952183 11107291136 160223 33554432000 4194304 4196468 140730092936560 140174976437088 140176471492309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
[pid=9297/tid=9363] ppid=9294 vsize=10846964 memory=279900067085088 CPUtime=0.24 cores=1,3,5,7
/proc/9297/task/9363/stat : 9363 (java) S 9294 9297 5621 0 -1 1077944384 328 12991 0 0 7 10 5 2 20 0 15 0 405952183 11107291136 160223 33554432000 4194304 4196468 140730092936560 140175993920048 140176471493250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8892416 140730092940022 140730092942533 140730092942533 140730092945359 0
Current children cumulated CPU time: 327.96 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 640892 KiB

Child status: 0
Real time (s): 313.614
CPU time (s): 327.996
CPU user time (s): 327.218
CPU system time (s): 0.777543
CPU usage (%): 104.586
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 645996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.218
system time used= 0.777543
maximum resident set size= 646000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45759
involuntary context switches= 1010


# summary of solver processes directly reported to runsolver:
#   pid: 9297
#   total CPU time (s): 327.996
#   total CPU user time (s): 327.218
#   total CPU system time (s): 0.777543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.76739 second user time and 3.02805 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 15:00:45
IDJOB=4387253
IDBENCH=130150
IDSOLVER=2823
FILE ID=node107/4387253-1568296960
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387253-1568296960/watcher-4387253-1568296960 -o /tmp/evaluation-result-4387253-1568296960/solver-4387253-1568296960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387253-1568296960.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=879863878

node107.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.11
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.11
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.11
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.11
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:        30881284 kB
MemAvailable:   31179308 kB
Buffers:           95452 kB
Cached:           470460 kB
SwapCached:        80480 kB
Active:          1026672 kB
Inactive:         273836 kB
Active(anon):     662520 kB
Inactive(anon):   100600 kB
Active(file):     364152 kB
Inactive(file):   173236 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920276 kB
Dirty:             34972 kB
Writeback:             0 kB
AnonPages:        842140 kB
Mapped:            44296 kB
Shmem:             20036 kB
Slab:             181888 kB
SReclaimable:     152940 kB
SUnreclaim:        28948 kB
KernelStack:        3984 kB
PageTables:         7560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1920944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 15:05:59