Trace number 4401391

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.2OPT103 1709.86 1683.06

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark110.856
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.74/0.60	c Concrete v3.12.2.1568631193530 running
8.45/3.97	o 333
8.80/4.04	o 332
9.17/4.13	o 331
9.17/4.15	o 326
9.45/4.25	o 312
9.45/4.29	o 112
10.08/4.42	o 111
10.08/4.43	o 110
11.02/4.72	o 109
14.52/6.79	o 107
17.71/9.66	o 106
18.81/10.62	o 105
18.93/10.71	o 104
158.26/147.99	o 103
1709.79/1683.05	v <instantiation
1709.79/1683.05	v         cost = '103'>
1709.79/1683.05	v       <list>
1709.79/1683.05	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
1709.79/1683.05	v       </list>
1709.79/1683.05	v       <values>
1709.79/1683.05	v         0 0 0 0 14 10 5 15 6 4 18 23 4 16 24 15 21 16 21 21 15 31 40 17 47 30 23 33 68 16 33 56 31 49 58 68 85 45 58 34 15 55 45 53 68 83 77 66 84 77 58 73 83 53 74 85 90 85 94 102 94 103
1709.79/1683.05	v       </values>
1709.79/1683.05	v     </instantiation>
1709.79/1683.05	s OPTIMUM FOUND

Verifier Data

OK	103

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (14078 MiB free)
  memory of node 1: 16384 MiB (15463 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 4-7

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

solver pid=1389, runsolver pid=1386

[startup+0.100144 s]*
/proc/loadavg: 1.33 1.40 1.39 3/215 1444
/proc/meminfo: memFree=30229780/32770688 swapFree=66961204/67108860
[pid=1389] ppid=1386 vsize=9970504 memory=10536 CPUtime=0.08 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 3373 13418 0 0 0 0 6 2 20 0 6 0 444217318 10209796096 2634 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2492626 2634 1212 1 0 2481537 0
[pid=1389/tid=1444] ppid=1386 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 1417 13418 0 0 0 0 6 2 20 0 6 0 444217328 10212057088 3412 33554432000 4194304 4196468 140735345380272 140652946350672 140652897590245 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 6 0 444217329 10212057088 3412 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=9972712 memory=140141673506432 CPUtime=0.08 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 6 0 444217329 10212057088 3412 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 6 0 444217329 10212057088 3412 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 6 0 444217329 10212057088 3412 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 10536 KiB

[startup+0.211229 s]*
/proc/loadavg: 1.33 1.40 1.39 4/228 1458
/proc/meminfo: memFree=30203432/32770688 swapFree=66961204/67108860
[pid=1389] ppid=1386 vsize=10819712 memory=41112 CPUtime=0.25 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 7133 13418 0 0 16 1 6 2 20 0 15 0 444217318 11079385088 10278 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2704928 10278 3180 1 0 2667149 0
[pid=1389/tid=1444] ppid=1386 vsize=10819712 memory=8389772277269004345 CPUtime=0.18 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 3634 13418 0 0 10 0 6 2 20 0 15 0 444217328 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652946346272 140652958594398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10819712 memory=4294967661 CPUtime=0.08 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10819712 memory=140141673532393 CPUtime=0.08 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10819712 memory=140141673506432 CPUtime=0.08 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217330 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 33 13418 0 0 0 0 6 2 20 0 15 0 444217331 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652178110112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217331 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652058764528 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11079385088 10278 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10819712 memory=0 CPUtime=0.09 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 366 13418 0 0 1 0 6 2 20 0 15 0 444217334 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10819712 memory=-1 CPUtime=0.09 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 302 13418 0 0 1 0 6 2 20 0 15 0 444217334 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10819712 memory=140141673506432 CPUtime=0.11 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) R 1386 1389 31537 0 -1 4202560 591 13418 0 0 3 0 6 2 20 0 15 0 444217334 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652142446576 140652952641931 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11079385088 10278 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10819712 memory=140141673506432 CPUtime=0.08 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217335 11079385088 10278 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41112 KiB

[startup+0.31148 s]*
/proc/loadavg: 1.33 1.40 1.39 4/228 1458
/proc/meminfo: memFree=30192164/32770688 swapFree=66961204/67108860
[pid=1389] ppid=1386 vsize=10820196 memory=52356 CPUtime=0.4 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 10652 13418 0 0 29 3 6 2 20 0 15 0 444217318 11079880704 13089 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2705049 13089 3313 1 0 2667149 0
[pid=1389/tid=1444] ppid=1386 vsize=10820196 memory=0 CPUtime=0.29 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 7251 13418 0 0 19 2 6 2 20 0 15 0 444217328 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652946322864 140652974535837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10820196 memory=140141561744167 CPUtime=0.08 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10820196 memory=140141561746553 CPUtime=0.08 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10820196 memory=140141561747471 CPUtime=0.08 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217330 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 33 13418 0 0 0 0 6 2 20 0 15 0 444217331 11079880704 13094 33554432000 4194304 4196468 140735345380272 140652178110112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217331 11079880704 13096 33554432000 4194304 4196468 140735345380272 140652058764528 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11079880704 13096 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 367 13418 0 0 1 0 6 2 20 0 15 0 444217334 11079880704 13096 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10820196 memory=-1 CPUtime=0.1 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 311 13418 0 0 2 0 6 2 20 0 15 0 444217334 11079880704 13096 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10820196 memory=140141673506432 CPUtime=0.13 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 600 13418 0 0 5 0 6 2 20 0 15 0 444217334 11079880704 13096 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11079880704 13096 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10820196 memory=140141673506432 CPUtime=0.08 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217335 11079880704 13096 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52356 KiB

[startup+0.700737 s]
/proc/loadavg: 1.33 1.40 1.39 4/228 1458
/proc/meminfo: memFree=30163796/32770688 swapFree=66961204/67108860
[pid=1389] ppid=1386 vsize=10822316 memory=75684 CPUtime=0.93 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 14109 13418 0 0 80 5 6 2 20 0 15 0 444217318 11082051584 18921 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2705579 18921 3480 1 0 2667661 0
[pid=1389/tid=1444] ppid=1386 vsize=10822316 memory=0 CPUtime=0.61 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) D 1386 1389 31537 0 -1 4202560 9618 13418 0 0 49 4 6 2 20 0 15 0 444217328 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652946343440 140652974535837 0 4 0 16800975 18446744072099908741 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10822316 memory=140141673505265 CPUtime=0.08 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217329 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217329 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 5 13418 0 0 0 0 6 2 20 0 15 0 444217330 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10822316 memory=2487859808001 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 33 13418 0 0 0 0 6 2 20 0 15 0 444217331 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652178110112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10822316 memory=206042922 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217331 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652058764528 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10822316 memory=6811895185499135200 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11082051584 18921 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10822316 memory=5861828919775350864 CPUtime=0.15 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 837 13418 0 0 7 0 6 2 20 0 15 0 444217334 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10822316 memory=8560 CPUtime=0.16 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 655 13418 0 0 8 0 6 2 20 0 15 0 444217334 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10822316 memory=14008 CPUtime=0.22 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 743 13418 0 0 14 0 6 2 20 0 15 0 444217334 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10822316 memory=22740 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11082051584 18921 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10822316 memory=14068 CPUtime=0.08 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217335 11082051584 18921 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75684 KiB

[startup+1.5008 s]
/proc/loadavg: 1.33 1.40 1.39 5/228 1458
/proc/meminfo: memFree=30143444/32770688 swapFree=66961204/67108860
[pid=1389] ppid=1386 vsize=10832632 memory=168928 CPUtime=2.21 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 20663 13418 0 0 203 10 6 2 20 0 15 0 444217318 11092615168 42232 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2708158 42232 3576 1 0 2670221 0
[pid=1389/tid=1444] ppid=1386 vsize=10832632 memory=2696 CPUtime=1.3 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 14415 13418 0 0 116 6 6 2 20 0 15 0 444217328 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652946329984 140652958594398 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10832632 memory=3612 CPUtime=0.09 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 74 13418 0 0 1 0 6 2 20 0 15 0 444217329 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10832632 memory=0 CPUtime=0.08 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 31 13418 0 0 0 0 6 2 20 0 15 0 444217329 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10832632 memory=2241 CPUtime=0.09 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 53 13418 0 0 1 0 6 2 20 0 15 0 444217329 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10832632 memory=0 CPUtime=0.09 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 284 13418 0 0 1 0 6 2 20 0 15 0 444217329 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10832632 memory=9252 CPUtime=0.09 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 137 13418 0 0 1 0 6 2 20 0 15 0 444217330 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10832632 memory=2244 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 33 13418 0 0 0 0 6 2 20 0 15 0 444217331 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652178110112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10832632 memory=280283123458808 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217331 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652058764528 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10832632 memory=280283123463288 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11092615168 42232 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10832632 memory=280283123465560 CPUtime=0.29 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 1151 13418 0 0 21 0 6 2 20 0 15 0 444217334 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10832632 memory=140141561650097 CPUtime=0.33 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 1048 13418 0 0 25 0 6 2 20 0 15 0 444217334 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10832632 memory=6943526294502006880 CPUtime=0.41 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 1225 13418 0 0 33 0 6 2 20 0 15 0 444217334 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10832632 memory=780 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11092615168 42232 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10832632 memory=3988 CPUtime=0.08 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 1 13418 0 0 0 0 6 2 20 0 15 0 444217335 11092615168 42232 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10832632 KiB

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

[pid=1389/tid=1457] ppid=1386 vsize=10846988 memory=1708 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10846988 memory=1280 CPUtime=1.06 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 989 13418 0 0 48 50 6 2 20 0 15 0 444217335 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 1706.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728784 KiB

[startup+1681.6 s]
/proc/loadavg: 1.39 1.33 1.36 3/228 1895
/proc/meminfo: memFree=29126624/32770688 swapFree=66961208/67108860
[pid=1389] ppid=1386 vsize=10846988 memory=728784 CPUtime=1708.36 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 161266 13418 0 0 170599 229 6 2 20 0 15 0 444217318 11107315712 182196 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2711747 182196 3631 1 0 2673805 0
[pid=1389/tid=1444] ppid=1386 vsize=10846988 memory=984 CPUtime=1665.49 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 49430 13418 0 0 166508 33 6 2 20 0 15 0 444217328 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652946349056 140652558075549 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10846988 memory=728784 CPUtime=6.44 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 6552 13418 0 0 600 36 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10846988 memory=728784 CPUtime=6.45 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 8488 13418 0 0 599 38 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10846988 memory=728784 CPUtime=6.44 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 9344 13418 0 0 602 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10846988 memory=6028 CPUtime=6.46 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 4718 13418 0 0 604 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10846988 memory=8112282956445269571 CPUtime=6.71 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 10455 13418 0 0 629 34 6 2 20 0 15 0 444217330 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10846988 memory=3612 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 38 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652178110240 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10846988 memory=46436 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652058764544 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10846988 memory=984 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10846988 memory=8112282956445269571 CPUtime=3.84 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 22519 13418 0 0 371 5 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10846988 memory=1760 CPUtime=4.07 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 25016 13418 0 0 395 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10846988 memory=111636 CPUtime=2.01 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 21505 13418 0 0 189 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10846988 memory=800 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10846988 memory=796 CPUtime=1.06 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 989 13418 0 0 48 50 6 2 20 0 15 0 444217335 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 1708.36 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728784 KiB

[startup+1682.4 s]
/proc/loadavg: 1.39 1.33 1.36 3/228 1895
/proc/meminfo: memFree=29126624/32770688 swapFree=66961208/67108860
[pid=1389] ppid=1386 vsize=10846988 memory=728784 CPUtime=1709.18 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 161270 13418 0 0 170680 230 6 2 20 0 15 0 444217318 11107315712 182196 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2711747 182196 3631 1 0 2673805 0
[pid=1389/tid=1444] ppid=1386 vsize=10846988 memory=1984 CPUtime=1666.28 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 49434 13418 0 0 166587 33 6 2 20 0 15 0 444217328 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652946349440 140652559812238 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10846988 memory=2424 CPUtime=6.44 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 6552 13418 0 0 600 36 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10846988 memory=8112282956445269571 CPUtime=6.45 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 8488 13418 0 0 599 38 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10846988 memory=1708 CPUtime=6.44 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 9344 13418 0 0 602 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10846988 memory=1280 CPUtime=6.47 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 4718 13418 0 0 605 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10846988 memory=6028 CPUtime=6.71 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 10455 13418 0 0 629 34 6 2 20 0 15 0 444217330 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10846988 memory=780 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 38 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652178110240 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652058764544 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10846988 memory=1984 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10846988 memory=2424 CPUtime=3.84 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 22519 13418 0 0 371 5 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10846988 memory=1760 CPUtime=4.07 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 25016 13418 0 0 395 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10846988 memory=111636 CPUtime=2.01 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 21505 13418 0 0 189 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10846988 memory=800 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10846988 memory=984 CPUtime=1.06 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 989 13418 0 0 48 50 6 2 20 0 15 0 444217335 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 1709.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728784 KiB

[startup+1682.8 s]
/proc/loadavg: 1.39 1.33 1.36 3/228 1895
/proc/meminfo: memFree=29126624/32770688 swapFree=66961208/67108860
[pid=1389] ppid=1386 vsize=10846988 memory=728784 CPUtime=1709.58 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 161272 13418 0 0 170720 230 6 2 20 0 15 0 444217318 11107315712 182196 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2711747 182196 3631 1 0 2673805 0
[pid=1389/tid=1444] ppid=1386 vsize=10846988 memory=288230596050944315 CPUtime=1666.68 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 49436 13418 0 0 166627 33 6 2 20 0 15 0 444217328 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652946350144 140652546430856 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10846988 memory=13565990034212318 CPUtime=6.44 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 6552 13418 0 0 600 36 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10846988 memory=1760 CPUtime=6.46 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 8488 13418 0 0 600 38 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10846988 memory=111636 CPUtime=6.44 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 9344 13418 0 0 602 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10846988 memory=800 CPUtime=6.47 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 4718 13418 0 0 605 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10846988 memory=1756 CPUtime=6.72 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 10455 13418 0 0 630 34 6 2 20 0 15 0 444217330 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10846988 memory=1804 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 38 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652178110240 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10846988 memory=916 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652058764544 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10846988 memory=3848 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10846988 memory=2900 CPUtime=3.84 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 22519 13418 0 0 371 5 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10846988 memory=2696 CPUtime=4.07 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 25016 13418 0 0 395 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10846988 memory=6935054825532540783 CPUtime=2.01 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 21505 13418 0 0 189 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10846988 memory=4126316290023845779 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10846988 memory=728784 CPUtime=1.06 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 989 13418 0 0 48 50 6 2 20 0 15 0 444217335 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 1709.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728784 KiB

[startup+1683 s]*
/proc/loadavg: 1.39 1.33 1.36 3/228 1895
/proc/meminfo: memFree=29126736/32770688 swapFree=66961208/67108860
[pid=1389] ppid=1386 vsize=10846988 memory=728784 CPUtime=1709.79 cores=4-7
/proc/1389/stat : 1389 (java) S 1386 1389 31537 0 -1 1077944320 161273 13418 0 0 170741 230 6 2 20 0 15 0 444217318 11107315712 182196 33554432000 4194304 4196468 140735345380272 140735345362816 140652974513911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
/proc/1389/statm: 2711747 182196 3631 1 0 2673805 0
[pid=1389/tid=1444] ppid=1386 vsize=10846988 memory=6935054825532540783 CPUtime=1666.89 cores=4-7
/proc/1389/task/1444/stat : 1444 (java) R 1386 1389 31537 0 -1 4202560 49437 13418 0 0 166648 33 6 2 20 0 15 0 444217328 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652946348992 140652558269440 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1445] ppid=1386 vsize=10846988 memory=4126316290023845779 CPUtime=6.45 cores=4-7
/proc/1389/task/1445/stat : 1445 (java) S 1386 1389 31537 0 -1 1077944384 6552 13418 0 0 601 36 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652978756112 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1446] ppid=1386 vsize=10846988 memory=796 CPUtime=6.46 cores=4-7
/proc/1389/task/1446/stat : 1446 (java) S 1386 1389 31537 0 -1 1077944384 8488 13418 0 0 600 38 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652867029648 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1447] ppid=1386 vsize=10846988 memory=1444 CPUtime=6.45 cores=4-7
/proc/1389/task/1447/stat : 1447 (java) S 1386 1389 31537 0 -1 1077944384 9344 13418 0 0 603 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652865976592 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1448] ppid=1386 vsize=10846988 memory=1984 CPUtime=6.47 cores=4-7
/proc/1389/task/1448/stat : 1448 (java) S 1386 1389 31537 0 -1 1077944384 4718 13418 0 0 605 34 6 2 20 0 15 0 444217329 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652545304976 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1449] ppid=1386 vsize=10846988 memory=7380952757930780244 CPUtime=6.72 cores=4-7
/proc/1389/task/1449/stat : 1449 (java) S 1386 1389 31537 0 -1 1077944384 10455 13418 0 0 630 34 6 2 20 0 15 0 444217330 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652179163888 140652974525058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1450] ppid=1386 vsize=10846988 memory=3047711553320166262 CPUtime=0.08 cores=4-7
/proc/1389/task/1450/stat : 1450 (java) S 1386 1389 31537 0 -1 1077944384 38 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652178110240 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1451] ppid=1386 vsize=10846988 memory=7824336315716348491 CPUtime=0.08 cores=4-7
/proc/1389/task/1451/stat : 1451 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217331 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652058764544 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1453] ppid=1386 vsize=10846988 memory=-8412652169205224307 CPUtime=0.08 cores=4-7
/proc/1389/task/1453/stat : 1453 (java) S 1386 1389 31537 0 -1 1077944384 2 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651924548048 140652974532507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1454] ppid=1386 vsize=10846988 memory=7380106133991615079 CPUtime=3.84 cores=4-7
/proc/1389/task/1454/stat : 1454 (java) S 1386 1389 31537 0 -1 1077944384 22519 13418 0 0 371 5 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652144552176 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1455] ppid=1386 vsize=10846988 memory=6011293292219034985 CPUtime=4.07 cores=4-7
/proc/1389/task/1455/stat : 1455 (java) S 1386 1389 31537 0 -1 1077944384 25016 13418 0 0 395 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652143499632 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1456] ppid=1386 vsize=10846988 memory=7739527581663781738 CPUtime=2.01 cores=4-7
/proc/1389/task/1456/stat : 1456 (java) S 1386 1389 31537 0 -1 1077944384 21505 13418 0 0 189 4 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652142446576 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1457] ppid=1386 vsize=10846988 memory=7235710566141946944 CPUtime=0.08 cores=4-7
/proc/1389/task/1457/stat : 1457 (java) S 1386 1389 31537 0 -1 1077944384 3 13418 0 0 0 0 6 2 20 0 15 0 444217334 11107315712 182196 33554432000 4194304 4196468 140735345380272 140651186350432 140652974524117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
[pid=1389/tid=1458] ppid=1386 vsize=10846988 memory=7235710566141946944 CPUtime=1.06 cores=4-7
/proc/1389/task/1458/stat : 1458 (java) S 1386 1389 31537 0 -1 1077944384 989 13418 0 0 48 50 6 2 20 0 15 0 444217335 11107315712 182196 33554432000 4194304 4196468 140735345380272 140652141394992 140652974525058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140735345384175 140735345386693 140735345386693 140735345389519 0
Current children cumulated CPU time: 1709.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728784 KiB

Child status: 0
Real time (s): 1683.06
CPU time (s): 1709.86
CPU user time (s): 1707.53
CPU system time (s): 2.3371
CPU usage (%): 101.593
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 728784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.53
system time used= 2.3371
maximum resident set size= 731044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175435
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175064
involuntary context switches= 5421


# summary of solver processes directly reported to runsolver:
#   pid: 1389
#   total CPU time (s): 1709.86
#   total CPU user time (s): 1707.53
#   total CPU system time (s): 2.3371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3885 second user time and 16.3952 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 03:11:55
IDJOB=4401391
IDBENCH=128622
IDSOLVER=2858
FILE ID=node116/4401391-1568682756
RUNJOBID= node116-1568673291-31569
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401391-1568682756/watcher-4401391-1568682756 -o /tmp/evaluation-result-4401391-1568682756/solver-4401391-1568682756 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31569 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401391-1568682756.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=2093330141

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        30259428 kB
MemAvailable:   31499660 kB
Buffers:          136964 kB
Cached:          1397320 kB
SwapCached:        46592 kB
Active:          1388740 kB
Inactive:         548808 kB
Active(anon):     357228 kB
Inactive(anon):    94976 kB
Active(file):    1031512 kB
Inactive(file):   453832 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961204 kB
Dirty:             35724 kB
Writeback:             0 kB
AnonPages:        451960 kB
Mapped:            61364 kB
Shmem:             40320 kB
Slab:             170592 kB
SReclaimable:     141444 kB
SUnreclaim:        29148 kB
KernelStack:        3744 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1723736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61164 MiB
End job on node116 at 2019-09-17 03:39:59