Trace number 4402895

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.3OPT103 1717.46 1687.33

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
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 benchmark117.755
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"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.78/0.55	c Concrete v3.12.3.1568965526260 running
7.11/3.42	o 113
7.11/3.44	o 108
14.85/8.26	o 107
17.83/10.88	o 106
25.01/17.81	o 105
25.72/18.56	o 104
27.47/20.26	o 103
1717.41/1687.31	v <instantiation
1717.41/1687.31	v         cost = '103'>
1717.41/1687.31	v       <list>
1717.41/1687.31	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]
1717.41/1687.31	v       </list>
1717.41/1687.31	v       <values>
1717.41/1687.31	v         0 0 29 33 9 16 20 30 37 47 48 30 47 57 43 64 65 36 52 80 84 65 73 82 52 80 56 84 98 92 92 103
1717.41/1687.31	v       </values>
1717.41/1687.31	v     </instantiation>
1717.41/1687.31	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: 16374 MiB (4810 MiB free)
  memory of node 1: 16384 MiB (3577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402895-1568977598/watcher-4402895-1568977598 -o /var/tmp/evaluation-result-4402895-1568977598/solver-4402895-1568977598 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402895-1568977598.xml 

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

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


[startup+0.11044 s]*
/proc/loadavg: 1.29 1.49 1.54 3/220 1587
/proc/meminfo: memFree=8578884/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10186436 memory=20440 CPUtime=0.1 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 4851 13295 0 0 2 1 5 2 20 0 8 0 473698174 10430910464 5110 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2546609 5110 2076 1 0 2535047 0
[pid=1529/tid=1582] ppid=1526 vsize=10355560 memory=4627829660337606006 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 2693 13295 0 0 1 0 5 2 20 0 9 0 473698182 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198610030448 140198638216349 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10355560 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 9 0 473698183 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10355560 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 9 0 473698183 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 9 0 473698183 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 9 0 473698183 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10355560 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 9 0 473698185 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 9 0 473698185 10604093440 5671 33554432000 4194304 4196468 140720988243648 140198000190624 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 9 0 473698185 10604093440 5671 33554432000 4194304 4196468 140720988243648 140197396210480 140198638204629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10186436 KiB
Current children cumulated memory: 20440 KiB

[startup+0.210258 s]*
/proc/loadavg: 1.29 1.49 1.54 3/228 1595
/proc/meminfo: memFree=8559900/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10820184 memory=44424 CPUtime=0.26 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 7512 13295 0 0 17 2 5 2 20 0 15 0 473698174 11079868416 11106 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2705047 11106 3290 1 0 2667149 0
[pid=1529/tid=1582] ppid=1526 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 4049 13295 0 0 11 1 5 2 20 0 15 0 473698182 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198610005456 140198619588157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10820196 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10820196 memory=140198793907450 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10820196 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198000190624 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 11106 33554432000 4194304 4196468 140720988243648 140197396210416 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11079880704 11106 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) R 1526 1529 29867 0 -1 4202560 496 13295 0 0 1 0 5 2 20 0 15 0 473698188 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198096411376 140198638215770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 158 13295 0 0 0 0 5 2 20 0 15 0 473698188 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10820196 memory=140198793885312 CPUtime=0.1 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 610 13295 0 0 3 0 5 2 20 0 15 0 473698188 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11079880704 11106 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10820196 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698189 11079880704 11106 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 44424 KiB

[startup+0.310648 s]*
/proc/loadavg: 1.29 1.49 1.54 4/228 1595
/proc/meminfo: memFree=8547952/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10820196 memory=52628 CPUtime=0.39 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 10879 13295 0 0 29 3 5 2 20 0 15 0 473698174 11079880704 13157 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2705049 13157 3316 1 0 2667149 0
[pid=1529/tid=1582] ppid=1526 vsize=10820196 memory=1398720917958146503 CPUtime=0.28 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 7379 13295 0 0 19 2 5 2 20 0 15 0 473698182 11079880704 13157 33554432000 4194304 4196468 140720988243648 140198610003344 140198622274910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10820196 memory=140198671395311 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10820196 memory=140198671383759 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10820196 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10820196 memory=67 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198000190624 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698185 11079880704 13222 33554432000 4194304 4196468 140720988243648 140197396210416 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11079880704 13222 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 498 13295 0 0 2 0 5 2 20 0 15 0 473698188 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 158 13295 0 0 1 0 5 2 20 0 15 0 473698188 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 618 13295 0 0 5 0 5 2 20 0 15 0 473698188 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10820196 memory=140198793885312 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11079880704 13222 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698189 11079880704 13222 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52628 KiB

[startup+0.702934 s]
/proc/loadavg: 1.43 1.51 1.55 3/228 1595
/proc/meminfo: memFree=8532916/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10824364 memory=85536 CPUtime=1.15 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 15060 13295 0 0 102 6 5 2 20 0 15 0 473698174 11084148736 21384 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2706091 21384 3513 1 0 2668173 0
[pid=1529/tid=1582] ppid=1526 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 10412 13295 0 0 55 4 5 2 20 0 15 0 473698182 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198610019680 140198622274910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698183 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10824364 memory=2484839908865 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10824364 memory=31606838 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698183 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10824364 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 5 13295 0 0 0 0 5 2 20 0 15 0 473698185 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10824364 memory=3644 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198000190624 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10824364 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698185 11084148736 21384 33554432000 4194304 4196468 140720988243648 140197396210416 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10824364 memory=1048 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11084148736 21384 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10824364 memory=6016 CPUtime=0.2 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) R 1526 1529 29867 0 -1 1077944384 932 13295 0 0 13 0 5 2 20 0 15 0 473698188 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10824364 memory=612 CPUtime=0.22 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 678 13295 0 0 15 0 5 2 20 0 15 0 473698188 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10824364 memory=7302135314614015845 CPUtime=0.24 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) R 1526 1529 29867 0 -1 4202560 804 13295 0 0 17 0 5 2 20 0 15 0 473698188 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198094300352 140198638215770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10824364 memory=7235703887618402641 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11084148736 21384 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10824364 memory=14060 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1 13295 0 0 0 0 5 2 20 0 15 0 473698189 11084148736 21384 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85536 KiB

[startup+1.50075 s]
/proc/loadavg: 1.43 1.51 1.55 5/228 1595
/proc/meminfo: memFree=8487752/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10834680 memory=171216 CPUtime=2.48 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 21730 13295 0 0 231 10 5 2 20 0 15 0 473698174 11094712320 42804 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2708670 42804 3576 1 0 2670733 0
[pid=1529/tid=1582] ppid=1526 vsize=10834680 memory=3624 CPUtime=1.43 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 15358 13295 0 0 130 6 5 2 20 0 15 0 473698182 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198609993568 140198638206358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10834680 memory=2273 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 61 13295 0 0 1 0 5 2 20 0 15 0 473698183 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 76 13295 0 0 0 0 5 2 20 0 15 0 473698183 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10834680 memory=6009299885825681769 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 371 13295 0 0 1 0 5 2 20 0 15 0 473698183 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10834680 memory=7307184289356141158 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 29 13295 0 0 1 0 5 2 20 0 15 0 473698183 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10834680 memory=6155111612155188326 CPUtime=0.08 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 131 13295 0 0 1 0 5 2 20 0 15 0 473698185 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 14 13295 0 0 0 0 5 2 20 0 15 0 473698185 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198000190688 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 2 13295 0 0 0 0 5 2 20 0 15 0 473698185 11094712320 42804 33554432000 4194304 4196468 140720988243648 140197396210432 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10834680 memory=140198671575194 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11094712320 42804 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10834680 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 1130 13295 0 0 27 0 5 2 20 0 15 0 473698188 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10834680 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 808 13295 0 0 25 0 5 2 20 0 15 0 473698188 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10834680 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) R 1526 1529 29867 0 -1 4202560 1543 13295 0 0 40 0 5 2 20 0 15 0 473698188 11094712320 42804 33554432000 4194304 4196468 140720988243648 140198094305776 140198630431550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0

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

[pid=1529/tid=1594] ppid=1526 vsize=10846988 memory=699436 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10846988 memory=288230574492221466 CPUtime=1.01 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1451 13295 0 0 46 48 5 2 20 0 15 0 473698189 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1714.89 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 699436 KiB

[startup+1686.4 s]
/proc/loadavg: 1.00 1.29 1.42 3/228 1755
/proc/meminfo: memFree=8700552/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10846988 memory=699436 CPUtime=1716.5 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 191196 13295 0 0 171378 265 5 2 20 0 15 0 473698174 11107315712 174859 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2711747 174859 3632 1 0 2673805 0
[pid=1529/tid=1582] ppid=1526 vsize=10846988 memory=699436 CPUtime=1668.26 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 53224 13295 0 0 166781 38 5 2 20 0 15 0 473698182 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198610029248 140198232422608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10846988 memory=2828 CPUtime=7.94 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 10264 13295 0 0 741 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 9022 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.96 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 12369 13295 0 0 752 37 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10846988 memory=8112282956445269571 CPUtime=7.94 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 12199 13295 0 0 743 44 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10846988 memory=14004 CPUtime=7.64 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 9832 13295 0 0 717 40 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10846988 memory=14060 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 22 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198000190688 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10846988 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197396210432 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10846988 memory=772 CPUtime=3.07 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 27269 13295 0 0 296 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10846988 memory=10596 CPUtime=3.59 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 33791 13295 0 0 346 6 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10846988 memory=1712 CPUtime=1.67 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 19532 13295 0 0 156 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10846988 memory=988 CPUtime=1.01 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1451 13295 0 0 46 48 5 2 20 0 15 0 473698189 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1716.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 699436 KiB

[startup+1686.8 s]
/proc/loadavg: 1.00 1.29 1.42 3/228 1755
/proc/meminfo: memFree=8700552/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10846988 memory=699436 CPUtime=1716.9 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 191197 13295 0 0 171418 265 5 2 20 0 15 0 473698174 11107315712 174859 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2711747 174859 3632 1 0 2673805 0
[pid=1529/tid=1582] ppid=1526 vsize=10846988 memory=2129682 CPUtime=1668.66 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 53225 13295 0 0 166821 38 5 2 20 0 15 0 473698182 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198610030240 140198219424887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10846988 memory=7770224 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 10264 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10846988 memory=-6800859132029471843 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 9022 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10846988 memory=9023629670928638048 CPUtime=7.96 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 12369 13295 0 0 752 37 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10846988 memory=532 CPUtime=7.94 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 12199 13295 0 0 743 44 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10846988 memory=1556 CPUtime=7.64 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 9832 13295 0 0 717 40 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10846988 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 22 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198000190688 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10846988 memory=3680 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197396210432 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10846988 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10846988 memory=3204 CPUtime=3.07 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 27269 13295 0 0 296 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10846988 memory=1472160 CPUtime=3.59 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 33791 13295 0 0 346 6 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10846988 memory=699436 CPUtime=1.67 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 19532 13295 0 0 156 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10846988 memory=699436 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10846988 memory=6016 CPUtime=1.01 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1451 13295 0 0 46 48 5 2 20 0 15 0 473698189 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1716.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 699436 KiB

[startup+1687.2 s]
/proc/loadavg: 1.00 1.29 1.42 3/228 1755
/proc/meminfo: memFree=8700552/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10846988 memory=699436 CPUtime=1717.31 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 191199 13295 0 0 171459 265 5 2 20 0 15 0 473698174 11107315712 174859 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2711747 174859 3632 1 0 2673805 0
[pid=1529/tid=1582] ppid=1526 vsize=10846988 memory=3624 CPUtime=1669.05 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 53227 13295 0 0 166860 38 5 2 20 0 15 0 473698182 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198610030336 140198230443128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 10264 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10846988 memory=1424 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 9022 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10846988 memory=8112282956445269571 CPUtime=7.96 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 12369 13295 0 0 752 37 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10846988 memory=1424 CPUtime=7.94 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 12199 13295 0 0 743 44 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10846988 memory=1540 CPUtime=7.64 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 9832 13295 0 0 717 40 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10846988 memory=772 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 22 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198000190688 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10846988 memory=10596 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197396210432 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10846988 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10846988 memory=8112282956445269571 CPUtime=3.07 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 27269 13295 0 0 296 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10846988 memory=3644 CPUtime=3.59 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 33791 13295 0 0 346 6 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10846988 memory=2828 CPUtime=1.67 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 19532 13295 0 0 156 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10846988 memory=1048 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10846988 memory=6016 CPUtime=1.01 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1451 13295 0 0 46 48 5 2 20 0 15 0 473698189 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1717.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 699436 KiB

[startup+1687.3 s]
/proc/loadavg: 1.00 1.29 1.42 3/228 1755
/proc/meminfo: memFree=8700552/32770624 swapFree=66997160/67108860
[pid=1529] ppid=1526 vsize=10846988 memory=699436 CPUtime=1717.41 cores=1,3,5,7
/proc/1529/stat : 1529 (java) S 1526 1529 29867 0 -1 1077944320 191200 13295 0 0 171469 265 5 2 20 0 15 0 473698174 11107315712 174859 33554432000 4194304 4196468 140720988243648 140720988226192 140198638194423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
/proc/1529/statm: 2711747 174859 3632 1 0 2673805 0
[pid=1529/tid=1582] ppid=1526 vsize=10846988 memory=699436 CPUtime=1669.15 cores=1,3,5,7
/proc/1529/task/1582/stat : 1582 (java) R 1526 1529 29867 0 -1 4202560 53228 13295 0 0 166870 38 5 2 20 0 15 0 473698182 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198610029744 140198231132545 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1583] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1583/stat : 1583 (java) S 1526 1529 29867 0 -1 1077944384 10264 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198642437136 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1584] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.95 cores=1,3,5,7
/proc/1529/task/1584/stat : 1584 (java) S 1526 1529 29867 0 -1 1077944384 9022 13295 0 0 742 46 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198541327504 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1585] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.96 cores=1,3,5,7
/proc/1529/task/1585/stat : 1585 (java) S 1526 1529 29867 0 -1 1077944384 12369 13295 0 0 752 37 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198540274448 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1586] ppid=1526 vsize=10846988 memory=699436 CPUtime=7.94 cores=1,3,5,7
/proc/1529/task/1586/stat : 1586 (java) S 1526 1529 29867 0 -1 1077944384 12199 13295 0 0 743 44 5 2 20 0 15 0 473698183 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198539221904 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1587] ppid=1526 vsize=10846988 memory=699392 CPUtime=7.64 cores=1,3,5,7
/proc/1529/task/1587/stat : 1587 (java) S 1526 1529 29867 0 -1 1077944384 9832 13295 0 0 717 40 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198097463536 140198638205570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1588] ppid=1526 vsize=10846988 memory=699392 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1588/stat : 1588 (java) S 1526 1529 29867 0 -1 1077944384 22 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198000190688 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1589] ppid=1526 vsize=10846988 memory=699436 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1589/stat : 1589 (java) S 1526 1529 29867 0 -1 1077944384 13 13295 0 0 0 0 5 2 20 0 15 0 473698185 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197396210432 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1590] ppid=1526 vsize=10846988 memory=699436 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1590/stat : 1590 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140197256579024 140198638213019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1591] ppid=1526 vsize=10846988 memory=612 CPUtime=3.07 cores=1,3,5,7
/proc/1529/task/1591/stat : 1591 (java) S 1526 1529 29867 0 -1 1077944384 27269 13295 0 0 296 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198096411376 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1592] ppid=1526 vsize=10846988 memory=699436 CPUtime=3.59 cores=1,3,5,7
/proc/1529/task/1592/stat : 1592 (java) S 1526 1529 29867 0 -1 1077944384 33791 13295 0 0 346 6 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198095358832 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1593] ppid=1526 vsize=10846988 memory=3624 CPUtime=1.67 cores=1,3,5,7
/proc/1529/task/1593/stat : 1593 (java) S 1526 1529 29867 0 -1 1077944384 19532 13295 0 0 156 4 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198094305776 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1594] ppid=1526 vsize=10846988 memory=54252 CPUtime=0.07 cores=1,3,5,7
/proc/1529/task/1594/stat : 1594 (java) S 1526 1529 29867 0 -1 1077944384 3 13295 0 0 0 0 5 2 20 0 15 0 473698188 11107315712 174859 33554432000 4194304 4196468 140720988243648 140196859341664 140198638204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
[pid=1529/tid=1595] ppid=1526 vsize=10846988 memory=54252 CPUtime=1.01 cores=1,3,5,7
/proc/1529/task/1595/stat : 1595 (java) S 1526 1529 29867 0 -1 1077944384 1451 13295 0 0 46 48 5 2 20 0 15 0 473698189 11107315712 174859 33554432000 4194304 4196468 140720988243648 140198093253168 140198638205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25608192 140720988252771 140720988255413 140720988255413 140720988258255 0
Current children cumulated CPU time: 1717.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 699436 KiB

Child status: 0
Real time (s): 1687.33
CPU time (s): 1717.46
CPU user time (s): 1714.76
CPU system time (s): 2.7006
CPU usage (%): 101.786
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 699436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1714.76
system time used= 2.7006
maximum resident set size= 701516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204461
involuntary context switches= 8035


# summary of solver processes directly reported to runsolver:
#   pid: 1529
#   total CPU time (s): 1717.46
#   total CPU user time (s): 1714.76
#   total CPU system time (s): 2.7006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97828 second user time and 16.1329 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 13:05:57
IDJOB=4402895
IDBENCH=129880
IDSOLVER=2861
FILE ID=node140/4402895-1568977598
RUNJOBID= node140-1568967597-29899
PBS_JOBID= 21704617
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402895-1568977598/watcher-4402895-1568977598 -o /var/tmp/evaluation-result-4402895-1568977598/solver-4402895-1568977598 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402895-1568977598.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=2142651045

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8588360 kB
MemAvailable:   29586952 kB
Buffers:          143828 kB
Cached:         20796880 kB
SwapCached:         2420 kB
Active:         12666392 kB
Inactive:       10545292 kB
Active(anon):    2262976 kB
Inactive(anon):    54632 kB
Active(file):   10403416 kB
Inactive(file): 10490660 kB
Unevictable:      106480 kB
Mlocked:          106480 kB
SwapTotal:      67108860 kB
SwapFree:       66997160 kB
Dirty:             35348 kB
Writeback:             0 kB
AnonPages:       2451516 kB
Mapped:            65020 kB
Shmem:             38264 kB
Slab:             561580 kB
SReclaimable:     532976 kB
SUnreclaim:        28604 kB
KernelStack:        4016 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3372280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2263040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 13:34:05