Trace number 4401398

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.2OPT90 2246.82 2209.45

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark226.554
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
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.73/0.55	c Concrete v3.12.2.1568631193530 running
8.34/4.47	o 107
9.87/4.95	o 106
9.87/4.95	o 105
10.21/5.03	o 104
10.21/5.04	o 99
10.41/5.20	o 97
10.41/5.20	o 95
16.74/10.34	o 92
17.17/10.63	o 91
17.17/10.64	o 90
2246.75/2209.44	v <instantiation
2246.75/2209.44	v         cost = '90'>
2246.75/2209.44	v       <list>
2246.75/2209.44	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]
2246.75/2209.44	v       </list>
2246.75/2209.44	v       <values>
2246.75/2209.44	v         0 0 25 0 6 10 10 32 17 16 49 34 25 39 58 24 34 18 36 58 46 71 76 68 59 46 50 79 68 85 71 90
2246.75/2209.44	v       </values>
2246.75/2209.44	v     </instantiation>
2246.75/2209.44	s OPTIMUM FOUND

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401398-1568683043/watcher-4401398-1568683043 -o /tmp/evaluation-result-4401398-1568683043/solver-4401398-1568683043 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401398-1568683043.xml 

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

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
solver pid=17164, runsolver pid=17161
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.31 1.48 1.52 3/217 17221
/proc/meminfo: memFree=29250076/32770624 swapFree=66922504/67108860
[pid=17164] ppid=17161 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 4450 13172 0 0 1 0 4 3 20 0 6 0 444573026 10212057088 4204 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2493178 4204 1935 1 0 2481616 0
[pid=17164/tid=17217] ppid=17161 vsize=9972712 memory=4279135704013571469 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 2255 13172 0 0 0 0 4 3 20 0 6 0 444573035 10212057088 4204 33554432000 4194304 4196468 140727241246016 139753251529296 139753263773022 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 6 0 444573036 10212057088 4204 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=9972712 memory=140352318498432 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 6 0 444573036 10212057088 4204 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 6 0 444573036 10212057088 4204 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 6 0 444573036 10212057088 4204 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210114 s]*
/proc/loadavg: 1.31 1.48 1.52 5/226 17230
/proc/meminfo: memFree=29225812/32770624 swapFree=66922504/67108860
[pid=17164] ppid=17161 vsize=10820020 memory=46336 CPUtime=0.26 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 7469 13172 0 0 17 2 4 3 20 0 15 0 444573026 11079700480 11584 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2705005 11584 3262 1 0 2667149 0
[pid=17164/tid=17217] ppid=17161 vsize=10820020 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 3969 13172 0 0 10 1 4 3 20 0 15 0 444573035 11079700480 11584 33554432000 4194304 4196468 140727241246016 139753251486592 139753279714461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10820020 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079700480 11584 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10820020 memory=140352318498432 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10820020 memory=140352318498432 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573037 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 13 13172 0 0 0 0 4 3 20 0 15 0 444573038 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752732878368 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573038 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752598660464 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) R 17161 17164 12464 0 -1 4202560 486 13172 0 0 1 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752805288304 139753272677577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 167 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10820020 memory=140352318498432 CPUtime=0.1 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 613 13172 0 0 3 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10820020 memory=140352318498432 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079700480 11584 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 46336 KiB

[startup+0.310584 s]*
/proc/loadavg: 1.31 1.48 1.52 3/226 17230
/proc/meminfo: memFree=29213688/32770624 swapFree=66922504/67108860
[pid=17164] ppid=17161 vsize=10820196 memory=54620 CPUtime=0.39 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 10868 13172 0 0 28 4 4 3 20 0 15 0 444573026 11079880704 13655 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2705049 13655 3316 1 0 2667149 0
[pid=17164/tid=17217] ppid=17161 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 7347 13172 0 0 18 3 4 3 20 0 15 0 444573035 11079880704 13655 33554432000 4194304 4196468 140727241246016 139753251501488 139753263773022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079880704 13655 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10820196 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573037 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 13 13172 0 0 0 0 4 3 20 0 15 0 444573038 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752732878368 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573038 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752598660464 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 496 13172 0 0 2 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 167 13172 0 0 1 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 621 13172 0 0 5 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573041 11079880704 13655 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54620 KiB

[startup+0.70073 s]
/proc/loadavg: 1.31 1.48 1.52 4/226 17230
/proc/meminfo: memFree=29198520/32770624 swapFree=66922504/67108860
[pid=17164] ppid=17161 vsize=10824364 memory=87368 CPUtime=1.11 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 15061 13172 0 0 98 6 4 3 20 0 15 0 444573026 11084148736 21842 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2706091 21842 3513 1 0 2668173 0
[pid=17164/tid=17217] ppid=17161 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 10442 13172 0 0 55 4 4 3 20 0 15 0 444573035 11084148736 21842 33554432000 4194304 4196468 140727241246016 139753251513768 139753279714461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11084148736 21842 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573036 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573036 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10824364 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 5 13172 0 0 0 0 4 3 20 0 15 0 444573037 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10824364 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 13 13172 0 0 0 0 4 3 20 0 15 0 444573038 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752732878368 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10824364 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573038 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752598660464 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10824364 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10824364 memory=13252 CPUtime=0.21 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) R 17161 17164 12464 0 -1 4202560 844 13172 0 0 14 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752805288304 139753263593000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10824364 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) R 17161 17164 12464 0 -1 4202560 684 13172 0 0 11 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752804235504 139753279713882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10824364 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 850 13172 0 0 17 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10824364 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10824364 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573041 11084148736 21842 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87368 KiB

[startup+1.50075 s]
/proc/loadavg: 1.31 1.48 1.52 3/226 17230
/proc/meminfo: memFree=29154844/32770624 swapFree=66922504/67108860
[pid=17164] ppid=17161 vsize=10834680 memory=175684 CPUtime=2.43 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 21837 13172 0 0 226 10 4 3 20 0 15 0 444573026 11094712320 43921 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2708670 43921 3576 1 0 2670733 0
[pid=17164/tid=17217] ppid=17161 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 15478 13172 0 0 130 6 4 3 20 0 15 0 444573035 11094712320 43921 33554432000 4194304 4196468 140727241246016 139753251487184 139753279713882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 65 13172 0 0 1 0 4 3 20 0 15 0 444573036 11094712320 43921 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 34 13172 0 0 0 0 4 3 20 0 15 0 444573036 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 351 13172 0 0 1 0 4 3 20 0 15 0 444573036 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 68 13172 0 0 1 0 4 3 20 0 15 0 444573036 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 160 13172 0 0 1 0 4 3 20 0 15 0 444573037 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10834680 memory=280704432810240 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 13 13172 0 0 0 0 4 3 20 0 15 0 444573038 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752732878368 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573038 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752598660480 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10834680 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10834680 memory=2832 CPUtime=0.3 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 994 13172 0 0 23 0 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10834680 memory=772 CPUtime=0.31 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 831 13172 0 0 24 0 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10834680 memory=1060 CPUtime=0.48 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) R 17161 17164 12464 0 -1 4202560 1626 13172 0 0 40 1 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752803182704 139753272789371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10834680 memory=1484 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10834680 memory=1096 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 444573041 11094712320 43921 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=17164/tid=17229] ppid=17161 vsize=10846988 memory=751324 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10846988 memory=928 CPUtime=1.44 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1618 13172 0 0 61 76 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2242.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751324 KiB

[startup+2208 s]*
/proc/loadavg: 1.44 1.38 1.38 3/225 17601
/proc/meminfo: memFree=29567036/32770624 swapFree=66922532/67108860
[pid=17164] ppid=17161 vsize=10846988 memory=751324 CPUtime=2245.33 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 213681 13172 0 0 224196 330 4 3 20 0 15 0 444573026 11107315712 187831 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2711747 187831 3633 1 0 2673805 0
[pid=17164/tid=17217] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=2183.27 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 63971 13172 0 0 218278 42 4 3 20 0 15 0 444573035 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753251527408 139752896578570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10846988 memory=4872558044660077418 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 8766 13172 0 0 991 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10846988 memory=6072 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 18239 13172 0 0 993 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10846988 memory=780 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 15039 13172 0 0 988 56 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10846988 memory=14008 CPUtime=10.52 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 8981 13172 0 0 990 55 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10846988 memory=24708 CPUtime=10.01 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 14709 13172 0 0 943 51 4 3 20 0 15 0 444573037 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10846988 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 14 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752732878432 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10846988 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752598660480 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10846988 memory=1408 CPUtime=3.64 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 27797 13172 0 0 353 4 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10846988 memory=3224 CPUtime=3.77 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 31519 13172 0 0 365 5 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10846988 memory=751324 CPUtime=1.68 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 20811 13172 0 0 155 6 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10846988 memory=7 CPUtime=1.44 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1618 13172 0 0 61 76 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2245.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751324 KiB

[startup+2208.8 s]
/proc/loadavg: 1.44 1.38 1.38 3/225 17601
/proc/meminfo: memFree=29567036/32770624 swapFree=66922532/67108860
[pid=17164] ppid=17161 vsize=10846988 memory=751324 CPUtime=2246.14 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 213689 13172 0 0 224277 330 4 3 20 0 15 0 444573026 11107315712 187831 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2711747 187831 3633 1 0 2673805 0
[pid=17164/tid=17217] ppid=17161 vsize=10846988 memory=751324 CPUtime=2184.05 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 63976 13172 0 0 218356 42 4 3 20 0 15 0 444573035 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753251528432 139752896578514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10846988 memory=7 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 8768 13172 0 0 991 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 18239 13172 0 0 993 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10846988 memory=1748 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 15039 13172 0 0 988 56 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10846988 memory=111632 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 8982 13172 0 0 991 55 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10846988 memory=808 CPUtime=10.01 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 14709 13172 0 0 943 51 4 3 20 0 15 0 444573037 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10846988 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 14 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752732878432 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10846988 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752598660480 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10846988 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10846988 memory=2608 CPUtime=3.64 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 27797 13172 0 0 353 4 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10846988 memory=2608 CPUtime=3.77 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 31519 13172 0 0 365 5 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10846988 memory=4100 CPUtime=1.68 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 20811 13172 0 0 155 6 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10846988 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10846988 memory=1408 CPUtime=1.44 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1618 13172 0 0 61 76 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2246.14 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751324 KiB

[startup+2209.2 s]
/proc/loadavg: 1.44 1.38 1.38 3/225 17601
/proc/meminfo: memFree=29567104/32770624 swapFree=66922532/67108860
[pid=17164] ppid=17161 vsize=10846988 memory=751324 CPUtime=2246.54 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 213693 13172 0 0 224317 330 4 3 20 0 15 0 444573026 11107315712 187831 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2711747 187831 3633 1 0 2673805 0
[pid=17164/tid=17217] ppid=17161 vsize=10846988 memory=928 CPUtime=2184.45 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 63979 13172 0 0 218396 42 4 3 20 0 15 0 444573035 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753251528464 139752896525585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10846988 memory=1984 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 8768 13172 0 0 991 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 18239 13172 0 0 993 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10846988 memory=1560 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 15040 13172 0 0 988 56 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10846988 memory=500 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 8982 13172 0 0 991 55 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10846988 memory=928 CPUtime=10.01 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 14709 13172 0 0 943 51 4 3 20 0 15 0 444573037 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10846988 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 14 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752732878432 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10846988 memory=2364 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752598660480 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10846988 memory=1540 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10846988 memory=828 CPUtime=3.64 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 27797 13172 0 0 353 4 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10846988 memory=111632 CPUtime=3.77 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 31519 13172 0 0 365 5 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10846988 memory=808 CPUtime=1.68 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 20811 13172 0 0 155 6 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10846988 memory=751324 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10846988 memory=916 CPUtime=1.44 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1618 13172 0 0 61 76 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2246.54 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751324 KiB

[startup+2209.4 s]
/proc/loadavg: 1.44 1.38 1.38 3/225 17601
/proc/meminfo: memFree=29567104/32770624 swapFree=66922532/67108860
[pid=17164] ppid=17161 vsize=10846988 memory=751324 CPUtime=2246.75 cores=0,2,4,6
/proc/17164/stat : 17164 (java) S 17161 17164 12464 0 -1 1077944320 213694 13172 0 0 224338 330 4 3 20 0 15 0 444573026 11107315712 187831 33554432000 4194304 4196468 140727241246016 140727241228560 139753279692535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
/proc/17164/statm: 2711747 187831 3633 1 0 2673805 0
[pid=17164/tid=17217] ppid=17161 vsize=10846988 memory=2608 CPUtime=2184.64 cores=0,2,4,6
/proc/17164/task/17217/stat : 17217 (java) R 17161 17164 12464 0 -1 4202560 63980 13172 0 0 218415 42 4 3 20 0 15 0 444573035 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753251527424 139752896891073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17218] ppid=17161 vsize=10846988 memory=2608 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17218/stat : 17218 (java) S 17161 17164 12464 0 -1 1077944384 8768 13172 0 0 991 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139753283934864 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17219] ppid=17161 vsize=10846988 memory=4100 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17219/stat : 17219 (java) S 17161 17164 12464 0 -1 1077944384 18239 13172 0 0 993 53 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752853395984 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17220] ppid=17161 vsize=10846988 memory=1408 CPUtime=10.51 cores=0,2,4,6
/proc/17164/task/17220/stat : 17220 (java) S 17161 17164 12464 0 -1 1077944384 15040 13172 0 0 988 56 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752852343184 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17221] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=10.53 cores=0,2,4,6
/proc/17164/task/17221/stat : 17221 (java) S 17161 17164 12464 0 -1 1077944384 8982 13172 0 0 991 55 4 3 20 0 15 0 444573036 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752851290384 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17222] ppid=17161 vsize=10846988 memory=4096 CPUtime=10.01 cores=0,2,4,6
/proc/17164/task/17222/stat : 17222 (java) S 17161 17164 12464 0 -1 1077944384 14709 13172 0 0 943 51 4 3 20 0 15 0 444573037 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752806341488 139753279703682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17223] ppid=17161 vsize=10846988 memory=751280 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17223/stat : 17223 (java) S 17161 17164 12464 0 -1 1077944384 14 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752732878432 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17224] ppid=17161 vsize=10846988 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17224/stat : 17224 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573038 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752598660480 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17225] ppid=17161 vsize=10846988 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17225/stat : 17225 (java) S 17161 17164 12464 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751994681680 139753279711131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17226] ppid=17161 vsize=10846988 memory=15823283127847325 CPUtime=3.64 cores=0,2,4,6
/proc/17164/task/17226/stat : 17226 (java) S 17161 17164 12464 0 -1 1077944384 27797 13172 0 0 353 4 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752805288304 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17227] ppid=17161 vsize=10846988 memory=3284 CPUtime=3.77 cores=0,2,4,6
/proc/17164/task/17227/stat : 17227 (java) S 17161 17164 12464 0 -1 1077944384 31519 13172 0 0 365 5 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752804235504 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17228] ppid=17161 vsize=10846988 memory=801292 CPUtime=1.68 cores=0,2,4,6
/proc/17164/task/17228/stat : 17228 (java) S 17161 17164 12464 0 -1 1077944384 20811 13172 0 0 155 6 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752803182704 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 86 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17229] ppid=17161 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17164/task/17229/stat : 17229 (java) S 17161 17164 12464 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139751524919520 139753279702741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
[pid=17164/tid=17230] ppid=17161 vsize=10846988 memory=4872558044660077418 CPUtime=1.44 cores=0,2,4,6
/proc/17164/task/17230/stat : 17230 (java) S 17161 17164 12464 0 -1 1077944384 1618 13172 0 0 61 76 4 3 20 0 15 0 444573041 11107315712 187831 33554432000 4194304 4196468 140727241246016 139752802131120 139753279703682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22474752 140727241251567 140727241254085 140727241254085 140727241256911 0
Current children cumulated CPU time: 2246.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 751324 KiB

Child status: 0
Real time (s): 2209.45
CPU time (s): 2246.82
CPU user time (s): 2243.47
CPU system time (s): 3.35258
CPU usage (%): 101.692
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 751324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2243.47
system time used= 3.35258
maximum resident set size= 753384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266509
involuntary context switches= 8640


# summary of solver processes directly reported to runsolver:
#   pid: 17164
#   total CPU time (s): 2246.82
#   total CPU user time (s): 2243.47
#   total CPU system time (s): 3.35258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4397 second user time and 20.6766 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 03:19:15
IDJOB=4401398
IDBENCH=129796
IDSOLVER=2858
FILE ID=node139/4401398-1568683043
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401398-1568683043/watcher-4401398-1568683043 -o /tmp/evaluation-result-4401398-1568683043/solver-4401398-1568683043 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401398-1568683043.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=1917960574

node139.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.57
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.57
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.57
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.57
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:        29257044 kB
MemAvailable:   29986200 kB
Buffers:          115376 kB
Cached:           904884 kB
SwapCached:        78128 kB
Active:          2484616 kB
Inactive:         457828 kB
Active(anon):    1847584 kB
Inactive(anon):   117796 kB
Active(file):     637032 kB
Inactive(file):   340032 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922504 kB
Dirty:             35620 kB
Writeback:             0 kB
AnonPages:       2010740 kB
Mapped:            61736 kB
Shmem:             34444 kB
Slab:             164668 kB
SReclaimable:     135856 kB
SUnreclaim:        28812 kB
KernelStack:        3968 kB
PageTables:         9628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2983440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 03:56:05