Trace number 4401397

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.2OPT98 724.194 706.928

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 benchmark208.649
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.89/0.61	c Concrete v3.12.2.1568631193530 running
8.27/3.79	o 187
9.52/4.14	o 185
9.79/4.25	o 182
9.79/4.29	o 181
10.70/4.57	o 180
10.98/4.68	o 176
10.98/4.69	o 173
11.21/4.71	o 172
11.21/4.74	o 170
11.21/4.78	o 161
11.21/4.79	o 143
11.21/4.80	o 138
11.60/4.99	o 132
11.75/5.03	o 131
11.75/5.03	o 130
11.75/5.07	o 129
11.75/5.10	o 126
11.93/5.11	o 124
12.03/5.20	o 116
12.19/5.34	o 115
12.19/5.38	o 114
12.38/5.45	o 102
21.59/13.09	o 101
21.94/13.37	o 100
22.78/14.02	o 99
52.32/43.28	o 98
724.15/706.91	v <instantiation
724.15/706.91	v         cost = '98'>
724.15/706.91	v       <list>
724.15/706.91	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]
724.15/706.91	v       </list>
724.15/706.91	v       <values>
724.15/706.91	v         0 54 2 0 4 9 2 23 14 34 61 24 45 42 19 54 77 35 63 29 73 45 92 64 85 87 72 80 92 90 94 98
724.15/706.91	v       </values>
724.15/706.91	v     </instantiation>
724.15/706.91	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: 16375 MiB (14418 MiB free)
  memory of node 1: 16384 MiB (14794 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0-3

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=1553, runsolver pid=1550

[startup+0.100111 s]*
/proc/loadavg: 1.25 1.39 1.40 2/215 1606
/proc/meminfo: memFree=29911256/32770688 swapFree=66961204/67108860
[pid=1553] ppid=1550 vsize=9972712 memory=13912 CPUtime=0.09 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 3693 13006 0 0 0 1 5 3 20 0 6 0 444260397 10212057088 3412 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2493178 3478 1437 1 0 2481616 0
[pid=1553/tid=1606] ppid=1550 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 2036 13006 0 0 0 0 5 3 20 0 6 0 444260407 10212057088 4006 33554432000 4194304 4196468 140721346600512 140333436957264 140333465142429 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 444260408 10212057088 4006 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=9972712 memory=140507662149248 CPUtime=0.08 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 444260408 10212057088 4006 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 444260408 10212057088 4006 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 444260408 10212057088 4006 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13912 KiB

[startup+0.213571 s]*
/proc/loadavg: 1.25 1.39 1.40 4/228 1619
/proc/meminfo: memFree=29892816/32770688 swapFree=66961204/67108860
[pid=1553] ppid=1550 vsize=10819712 memory=38056 CPUtime=0.25 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 7111 13006 0 0 16 1 5 3 20 0 15 0 444260397 11079385088 9514 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2704928 9514 3142 1 0 2667149 0
[pid=1553/tid=1606] ppid=1550 vsize=10819712 memory=8389772277269004345 CPUtime=0.19 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 3619 13006 0 0 11 0 5 3 20 0 15 0 444260407 11079385088 9538 33554432000 4194304 4196468 140721346600512 140333436917816 140333449200990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10819712 memory=4294967661 CPUtime=0.08 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079385088 9538 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10819712 memory=3832757890801624736 CPUtime=0.08 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079385088 9538 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079385088 9538 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079385088 9538 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10819712 memory=140507662149248 CPUtime=0.08 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260409 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 33 13006 0 0 0 0 5 3 20 0 15 0 444260410 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332923380896 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260410 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332352135920 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 456 13006 0 0 1 0 5 3 20 0 15 0 444260413 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 187 13006 0 0 1 0 5 3 20 0 15 0 444260413 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10819712 memory=140507662149248 CPUtime=0.11 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 613 13006 0 0 3 0 5 3 20 0 15 0 444260413 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10819712 memory=140507662149248 CPUtime=0.08 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260414 11079385088 9538 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 38056 KiB

[startup+0.311572 s]*
/proc/loadavg: 1.25 1.39 1.40 3/228 1619
/proc/meminfo: memFree=29882860/32770688 swapFree=66961204/67108860
[pid=1553] ppid=1550 vsize=10820196 memory=48980 CPUtime=0.39 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 10249 13006 0 0 28 3 5 3 20 0 15 0 444260397 11079880704 12245 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2705049 12245 3271 1 0 2667149 0
[pid=1553/tid=1606] ppid=1550 vsize=10820196 memory=554510310 CPUtime=0.29 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 1077944384 7002 13006 0 0 19 2 5 3 20 0 15 0 444260407 11079880704 12261 33554432000 4194304 4196468 140721346600512 140333436925472 140333457799725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079880704 12261 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10821220 memory=140507506379613 CPUtime=0.08 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11080929280 12261 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10821220 memory=140507506382109 CPUtime=0.08 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11080929280 12261 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10820196 memory=140507506382863 CPUtime=0.08 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11079880704 12261 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260409 11079880704 12261 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 33 13006 0 0 0 0 5 3 20 0 15 0 444260410 11079880704 12261 33554432000 4194304 4196468 140721346600512 140332923380896 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260410 11080929280 12261 33554432000 4194304 4196468 140721346600512 140332352135920 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11080929280 12261 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 456 13006 0 0 1 0 5 3 20 0 15 0 444260413 11079880704 12261 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10820196 memory=-1 CPUtime=0.1 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 197 13006 0 0 2 0 5 3 20 0 15 0 444260413 11079880704 12261 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10820196 memory=140507662149248 CPUtime=0.13 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 622 13006 0 0 5 0 5 3 20 0 15 0 444260413 11079880704 12261 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11080929280 12261 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10821220 memory=140507662149248 CPUtime=0.08 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260414 11080929280 12261 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48980 KiB

[startup+0.709572 s]
/proc/loadavg: 1.25 1.39 1.40 3/228 1619
/proc/meminfo: memFree=29874012/32770688 swapFree=66961204/67108860
[pid=1553] ppid=1550 vsize=10822316 memory=76296 CPUtime=1.09 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 14632 13006 0 0 95 6 5 3 20 0 15 0 444260397 11082051584 19074 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2705579 19074 3499 1 0 2667661 0
[pid=1553/tid=1606] ppid=1550 vsize=10822316 memory=0 CPUtime=0.67 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 10096 13006 0 0 55 4 5 3 20 0 15 0 444260407 11082051584 19074 33554432000 4194304 4196468 140721346600512 140333436936480 140333449200990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10822316 memory=140507662148081 CPUtime=0.08 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11082051584 19074 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260408 11082051584 19074 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11082051584 19074 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 444260408 11082051584 19074 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 444260409 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10822316 memory=2488732223233 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 33 13006 0 0 0 0 5 3 20 0 15 0 444260410 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332923380896 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10822316 memory=206042922 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260410 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332352135920 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10822316 memory=6811895185499135200 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10822316 memory=5861828919775350864 CPUtime=0.2 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) R 1550 1553 31537 0 -1 4202560 908 13006 0 0 12 0 5 3 20 0 15 0 444260413 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332432855680 140333450228206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10822316 memory=8560 CPUtime=0.17 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) R 1550 1553 31537 0 -1 4202560 586 13006 0 0 9 0 5 3 20 0 15 0 444260413 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332431811792 140333446641699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10822316 memory=14008 CPUtime=0.25 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 783 13006 0 0 17 0 5 3 20 0 15 0 444260413 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10822316 memory=22740 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10822316 memory=14068 CPUtime=0.08 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260414 11082051584 19074 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76296 KiB

[startup+1.5008 s]
/proc/loadavg: 1.25 1.39 1.40 5/228 1619
/proc/meminfo: memFree=29841048/32770688 swapFree=66961204/67108860
[pid=1553] ppid=1550 vsize=10834680 memory=167880 CPUtime=2.4 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 21582 13006 0 0 222 10 5 3 20 0 15 0 444260397 11094712320 41970 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2708670 41970 3577 1 0 2670733 0
[pid=1553/tid=1606] ppid=1550 vsize=10834680 memory=2696 CPUtime=1.43 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 15495 13006 0 0 129 6 5 3 20 0 15 0 444260407 11094712320 41970 33554432000 4194304 4196468 140721346600512 140333436949904 140333444660563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10834680 memory=3612 CPUtime=0.09 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 71 13006 0 0 1 0 5 3 20 0 15 0 444260408 11094712320 41970 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 32 13006 0 0 1 0 5 3 20 0 15 0 444260408 11094712320 41970 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10834680 memory=2241 CPUtime=0.09 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 54 13006 0 0 1 0 5 3 20 0 15 0 444260408 11094712320 41970 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 291 13006 0 0 1 0 5 3 20 0 15 0 444260408 11094712320 41970 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10834680 memory=9252 CPUtime=0.09 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 220 13006 0 0 1 0 5 3 20 0 15 0 444260409 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10834680 memory=2244 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 34 13006 0 0 0 0 5 3 20 0 15 0 444260410 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332923380896 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10834680 memory=281015012729592 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260410 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332352135936 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10834680 memory=281015012734072 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10834680 memory=281015012736344 CPUtime=0.36 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 1118 13006 0 0 28 0 5 3 20 0 15 0 444260413 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10834680 memory=140507506285489 CPUtime=0.3 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 722 13006 0 0 22 0 5 3 20 0 15 0 444260413 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10834680 memory=6943526294502006880 CPUtime=0.43 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 1327 13006 0 0 35 0 5 3 20 0 15 0 444260413 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10834680 memory=780 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10834680 memory=3988 CPUtime=0.08 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 444260414 11094712320 41970 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834680 KiB

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

[pid=1553/tid=1618] ppid=1550 vsize=10846988 memory=780 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10846988 memory=1708 CPUtime=0.44 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 533 13006 0 0 19 17 5 3 20 0 15 0 444260414 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 721.21 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 650300 KiB

[startup+705.601 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1687
/proc/meminfo: memFree=29259444/32770688 swapFree=66961208/67108860
[pid=1553] ppid=1550 vsize=10846988 memory=650300 CPUtime=722.83 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 123139 13006 0 0 72163 112 5 3 20 0 15 0 444260397 11107315712 162575 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2711747 162575 3631 1 0 2673805 0
[pid=1553/tid=1606] ppid=1550 vsize=10846988 memory=650300 CPUtime=699.09 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 37296 13006 0 0 69879 22 5 3 20 0 15 0 444260407 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333436955728 140333053426517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10846988 memory=8112282956445269571 CPUtime=2.8 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 3645 13006 0 0 256 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10846988 memory=1556 CPUtime=2.81 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 6613 13006 0 0 254 19 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10846988 memory=928 CPUtime=2.82 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 5246 13006 0 0 260 14 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10846988 memory=728 CPUtime=2.83 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 3562 13006 0 0 259 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10846988 memory=650300 CPUtime=2.88 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 4930 13006 0 0 266 14 5 3 20 0 15 0 444260409 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 41 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332923380960 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10846988 memory=3612 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332352135936 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10846988 memory=4100 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10846988 memory=46412 CPUtime=4.32 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 27783 13006 0 0 420 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10846988 memory=8112282956445269571 CPUtime=3.64 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 17974 13006 0 0 354 2 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10846988 memory=2832 CPUtime=1.8 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 13295 13006 0 0 168 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10846988 memory=1564 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10846988 memory=8560 CPUtime=0.44 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 533 13006 0 0 19 17 5 3 20 0 15 0 444260414 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 722.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 650300 KiB

[startup+706.402 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1687
/proc/meminfo: memFree=29259444/32770688 swapFree=66961208/67108860
[pid=1553] ppid=1550 vsize=10846988 memory=650300 CPUtime=723.64 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 123144 13006 0 0 72244 112 5 3 20 0 15 0 444260397 11107315712 162575 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2711747 162575 3631 1 0 2673805 0
[pid=1553/tid=1606] ppid=1550 vsize=10846988 memory=650300 CPUtime=699.88 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 37301 13006 0 0 69958 22 5 3 20 0 15 0 444260407 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333436955248 140333052443475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10846988 memory=8112282956445269571 CPUtime=2.81 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 3645 13006 0 0 257 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10846988 memory=2696 CPUtime=2.82 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 6613 13006 0 0 255 19 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10846988 memory=6935054825532540783 CPUtime=2.82 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 5246 13006 0 0 260 14 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10846988 memory=4126316290023845779 CPUtime=2.83 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 3562 13006 0 0 259 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10846988 memory=780 CPUtime=2.88 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 4930 13006 0 0 266 14 5 3 20 0 15 0 444260409 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10846988 memory=1708 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 41 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332923380960 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10846988 memory=1280 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332352135936 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10846988 memory=6028 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10846988 memory=780 CPUtime=4.32 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 27783 13006 0 0 420 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10846988 memory=3988 CPUtime=3.64 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 17974 13006 0 0 354 2 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10846988 memory=8112282956445269571 CPUtime=1.8 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 13295 13006 0 0 168 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10846988 memory=4100 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10846988 memory=46412 CPUtime=0.44 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 533 13006 0 0 19 17 5 3 20 0 15 0 444260414 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 723.64 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 650300 KiB

[startup+706.801 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1687
/proc/meminfo: memFree=29259444/32770688 swapFree=66961208/67108860
[pid=1553] ppid=1550 vsize=10846988 memory=650300 CPUtime=724.04 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 123146 13006 0 0 72284 112 5 3 20 0 15 0 444260397 11107315712 162575 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2711747 162575 3631 1 0 2673805 0
[pid=1553/tid=1606] ppid=1550 vsize=10846988 memory=288230596050944315 CPUtime=700.28 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 37303 13006 0 0 69998 22 5 3 20 0 15 0 444260407 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333436956352 140333052318086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10846988 memory=16098165312980445 CPUtime=2.81 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 3645 13006 0 0 257 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10846988 memory=1056 CPUtime=2.82 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 6613 13006 0 0 255 19 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10846988 memory=8112282956445269571 CPUtime=2.82 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 5246 13006 0 0 260 14 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10846988 memory=6655300316396806240 CPUtime=2.83 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 3562 13006 0 0 259 16 5 3 20 0 15 0 444260408 11107315712 162575 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10846988 memory=6655300316396806240 CPUtime=2.88 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 4930 13006 0 0 266 14 5 3 20 0 15 0 444260409 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10846988 memory=6944656575208382560 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 41 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332923380960 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10846988 memory=6944656592387989600 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332352135936 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10846988 memory=6944656592455359580 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10846988 memory=4206186544037388384 CPUtime=4.32 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 27783 13006 0 0 420 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10846988 memory=140507506283465 CPUtime=3.64 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 17974 13006 0 0 354 2 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10846988 memory=140507506748448 CPUtime=1.8 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 13295 13006 0 0 168 4 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10846988 memory=281015015038592 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.44 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 533 13006 0 0 19 17 5 3 20 0 15 0 444260414 11107315712 162575 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 724.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 650300 KiB

[startup+706.901 s]
/proc/loadavg: 1.53 1.36 1.38 3/228 1687
/proc/meminfo: memFree=29259444/32770688 swapFree=66961208/67108860
[pid=1553] ppid=1550 vsize=10846988 memory=650324 CPUtime=724.15 cores=0-3
/proc/1553/stat : 1553 (java) S 1550 1553 31537 0 -1 1077944320 123148 13006 0 0 72295 112 5 3 20 0 15 0 444260397 11107315712 162581 33554432000 4194304 4196468 140721346600512 140721346583056 140333465120503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
/proc/1553/statm: 2711747 162581 3631 1 0 2673805 0
[pid=1553/tid=1606] ppid=1550 vsize=10846988 memory=650300 CPUtime=700.38 cores=0-3
/proc/1553/task/1606/stat : 1606 (java) R 1550 1553 31537 0 -1 4202560 37304 13006 0 0 70008 22 5 3 20 0 15 0 444260407 11107315712 162581 33554432000 4194304 4196468 140721346600512 140333436955488 140333052528724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1607] ppid=1550 vsize=10846988 memory=650300 CPUtime=2.81 cores=0-3
/proc/1553/task/1607/stat : 1607 (java) S 1550 1553 31537 0 -1 1077944384 3645 13006 0 0 257 16 5 3 20 0 15 0 444260408 11107315712 162581 33554432000 4194304 4196468 140721346600512 140333469363216 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1608] ppid=1550 vsize=10846988 memory=650300 CPUtime=2.82 cores=0-3
/proc/1553/task/1608/stat : 1608 (java) S 1550 1553 31537 0 -1 1077944384 6613 13006 0 0 255 19 5 3 20 0 15 0 444260408 11107315712 162581 33554432000 4194304 4196468 140721346600512 140333368253584 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1609] ppid=1550 vsize=10846988 memory=2832 CPUtime=2.82 cores=0-3
/proc/1553/task/1609/stat : 1609 (java) S 1550 1553 31537 0 -1 1077944384 5246 13006 0 0 260 14 5 3 20 0 15 0 444260408 11107315712 162581 33554432000 4194304 4196468 140721346600512 140333367200528 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1610] ppid=1550 vsize=10846988 memory=650300 CPUtime=2.83 cores=0-3
/proc/1553/task/1610/stat : 1610 (java) S 1550 1553 31537 0 -1 1077944384 3563 13006 0 0 259 16 5 3 20 0 15 0 444260408 11107315712 162581 33554432000 4194304 4196468 140721346600512 140333366147984 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1611] ppid=1550 vsize=10846988 memory=650300 CPUtime=2.88 cores=0-3
/proc/1553/task/1611/stat : 1611 (java) S 1550 1553 31537 0 -1 1077944384 4930 13006 0 0 266 14 5 3 20 0 15 0 444260409 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332924434672 140333465131650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1612] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.08 cores=0-3
/proc/1553/task/1612/stat : 1612 (java) S 1550 1553 31537 0 -1 1077944384 41 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332923380960 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1613] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.08 cores=0-3
/proc/1553/task/1613/stat : 1613 (java) S 1550 1553 31537 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 444260410 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332352135936 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1614] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.08 cores=0-3
/proc/1553/task/1614/stat : 1614 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332044736464 140333465139099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1615] ppid=1550 vsize=10846988 memory=648184 CPUtime=4.32 cores=0-3
/proc/1553/task/1615/stat : 1615 (java) S 1550 1553 31537 0 -1 1077944384 27783 13006 0 0 420 4 5 3 20 0 15 0 444260413 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332432878320 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1616] ppid=1550 vsize=10846988 memory=650300 CPUtime=3.64 cores=0-3
/proc/1553/task/1616/stat : 1616 (java) S 1550 1553 31537 0 -1 1077944384 17974 13006 0 0 354 2 5 3 20 0 15 0 444260413 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332431825776 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1617] ppid=1550 vsize=10846988 memory=650300 CPUtime=1.8 cores=0-3
/proc/1553/task/1617/stat : 1617 (java) S 1550 1553 31537 0 -1 1077944384 13295 13006 0 0 168 4 5 3 20 0 15 0 444260413 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332430772720 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1618] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.08 cores=0-3
/proc/1553/task/1618/stat : 1618 (java) S 1550 1553 31537 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 444260413 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332011178848 140333465130709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
[pid=1553/tid=1619] ppid=1550 vsize=10846988 memory=650300 CPUtime=0.44 cores=0-3
/proc/1553/task/1619/stat : 1619 (java) S 1550 1553 31537 0 -1 1077944384 533 13006 0 0 19 17 5 3 20 0 15 0 444260414 11107315712 162581 33554432000 4194304 4196468 140721346600512 140332429720112 140333465131650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18763776 140721346607855 140721346610373 140721346610373 140721346613199 0
Current children cumulated CPU time: 724.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 650324 KiB

Child status: 0
Real time (s): 706.928
CPU time (s): 724.194
CPU user time (s): 723.023
CPU system time (s): 1.17121
CPU usage (%): 102.442
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 650324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 723.023
system time used= 1.17121
maximum resident set size= 652408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78558
involuntary context switches= 2101


# summary of solver processes directly reported to runsolver:
#   pid: 1553
#   total CPU time (s): 724.194
#   total CPU user time (s): 723.023
#   total CPU system time (s): 1.17121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.21993 second user time and 7.76318 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 03:19:06
IDJOB=4401397
IDBENCH=130150
IDSOLVER=2858
FILE ID=node116/4401397-1568683187
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
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-4401397-1568683187/watcher-4401397-1568683187 -o /tmp/evaluation-result-4401397-1568683187/solver-4401397-1568683187 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401397-1568683187.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
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:        29924108 kB
MemAvailable:   31164592 kB
Buffers:          137404 kB
Cached:          1397376 kB
SwapCached:        46592 kB
Active:          1719304 kB
Inactive:         549120 kB
Active(anon):     687576 kB
Inactive(anon):    94976 kB
Active(file):    1031728 kB
Inactive(file):   454144 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961204 kB
Dirty:             31704 kB
Writeback:          3304 kB
AnonPages:        802396 kB
Mapped:            61416 kB
Shmem:             40320 kB
Slab:             171824 kB
SReclaimable:     141340 kB
SUnreclaim:        30484 kB
KernelStack:        3984 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1968980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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:30:53