Trace number 4387249

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.10OPT90 1217.87 1192.02

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 benchmark324.466
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.72/0.54	c Concrete v3.10.1560635388952 running
8.27/3.62	o 131
8.27/3.67	o 118
9.20/3.93	o 110
9.20/3.99	o 107
9.51/4.05	o 102
9.51/4.09	o 99
10.04/4.30	o 94
10.57/4.65	o 93
10.57/4.66	o 92
17.63/9.56	o 91
41.91/31.37	o 90
1217.73/1192.00	v <instantiation
1217.73/1192.00	v         cost = '90'>
1217.73/1192.00	v       <list>
1217.73/1192.00	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]
1217.73/1192.00	v       </list>
1217.73/1192.00	v       <values>
1217.73/1192.00	v         0 0 25 0 6 10 10 35 17 16 52 32 25 45 61 23 35 17 40 61 37 74 72 58 62 33 50 79 42 85 71 90
1217.73/1192.00	v       </values>
1217.73/1192.00	v     </instantiation>
1217.73/1192.00	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 (4908 MiB free)
  memory of node 1: 16384 MiB (10180 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387249-1568296813/watcher-4387249-1568296813 -o /tmp/evaluation-result-4387249-1568296813/solver-4387249-1568296813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4542 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2025000271 HOME/instance-4387249-1568296813.xml 

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

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

solver pid=9166, runsolver pid=9163

[startup+0.100062 s]*
/proc/loadavg: 1.33 1.34 1.34 3/218 9223
/proc/meminfo: memFree=15442980/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 4486 13153 0 0 1 0 5 2 20 0 6 0 405946176 10212057088 4715 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2493178 4715 1935 1 0 2481616 0
[pid=9166/tid=9219] ppid=9163 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 2305 13153 0 0 1 0 5 2 20 0 6 0 405946185 10212057088 4780 33554432000 4194304 4196468 140726243501184 140039950074448 140039963549689 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 6 0 405946185 10212057088 4780 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=9972712 memory=13985334613059224 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 6 0 405946185 10212057088 4780 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 6 0 405946185 10212057088 4780 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 6 0 405946185 10212057088 4780 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210461 s]*
/proc/loadavg: 1.33 1.34 1.34 3/227 9232
/proc/meminfo: memFree=15421276/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10818940 memory=42396 CPUtime=0.26 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 6916 13153 0 0 17 2 5 2 20 0 15 0 405946176 11078594560 10599 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2704735 10599 2982 1 0 2667149 0
[pid=9166/tid=9219] ppid=9163 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 3408 13153 0 0 10 1 5 2 20 0 15 0 405946185 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039950070928 140039962318174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10818940 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10818940 memory=140077081119563 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10818940 memory=140077081110144 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946187 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 13 13153 0 0 0 0 5 2 20 0 15 0 405946187 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039421945120 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11078594560 10599 33554432000 4194304 4196468 140726243501184 140039287727728 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11078594560 10599 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 358 13153 0 0 1 0 5 2 20 0 15 0 405946190 11079643136 10599 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 288 13153 0 0 1 0 5 2 20 0 15 0 405946190 11079643136 10664 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10819964 memory=140077081110144 CPUtime=0.1 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) R 9163 9166 3654 0 -1 4202560 632 13153 0 0 3 0 5 2 20 0 15 0 405946190 11079643136 10664 33554432000 4194304 4196468 140726243501184 140039501707632 140039962318174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11079643136 10664 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10819964 memory=140077081110144 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946191 11079643136 10664 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42396 KiB

[startup+0.310716 s]*
/proc/loadavg: 1.33 1.34 1.34 3/227 9232
/proc/meminfo: memFree=15411248/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10820096 memory=53816 CPUtime=0.39 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 10643 13153 0 0 29 3 5 2 20 0 15 0 405946176 11079778304 13454 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2705024 13454 3284 1 0 2667149 0
[pid=9166/tid=9219] ppid=9163 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 7101 13153 0 0 19 2 5 2 20 0 15 0 405946185 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039950059088 140039978249622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10820096 memory=140077081110143 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946187 11079778304 13454 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 13 13153 0 0 0 0 5 2 20 0 15 0 405946187 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039421945120 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039287727728 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11079929856 13454 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 360 13153 0 0 1 0 5 2 20 0 15 0 405946190 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 288 13153 0 0 1 0 5 2 20 0 15 0 405946190 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10820244 memory=140077081110144 CPUtime=0.12 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) S 9163 9166 3654 0 -1 1077944384 657 13153 0 0 5 0 5 2 20 0 15 0 405946190 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039501707632 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11079929856 13454 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10820244 memory=140077081110144 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946191 11079929856 13454 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53816 KiB

[startup+0.700803 s]
/proc/loadavg: 1.33 1.34 1.34 5/227 9232
/proc/meminfo: memFree=15394276/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10825364 memory=84896 CPUtime=1.14 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 14985 13153 0 0 102 5 5 2 20 0 15 0 405946176 11085172736 21224 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2706341 21224 3499 1 0 2668429 0
[pid=9166/tid=9219] ppid=9163 vsize=10824340 memory=2020 CPUtime=0.66 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 10630 13153 0 0 55 4 5 2 20 0 15 0 405946185 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039950055648 140039970954791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10824340 memory=1432 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10824340 memory=9536 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946185 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10824340 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10824340 memory=140077081109025 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946185 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 5 13153 0 0 0 0 5 2 20 0 15 0 405946187 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 13 13153 0 0 0 0 5 2 20 0 15 0 405946187 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039421945120 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039287727728 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11084124160 21224 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 648 13153 0 0 12 0 5 2 20 0 15 0 405946190 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 632 13153 0 0 15 0 5 2 20 0 15 0 405946190 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) R 9163 9166 3654 0 -1 4202560 862 13153 0 0 17 0 5 2 20 0 15 0 405946190 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039501707632 140039978249622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11084124160 21224 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10824340 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946191 11084124160 21224 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 84896 KiB

[startup+1.50116 s]
/proc/loadavg: 1.33 1.34 1.34 3/227 9232
/proc/meminfo: memFree=15351028/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10834656 memory=170612 CPUtime=2.45 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 21972 13153 0 0 227 11 5 2 20 0 15 0 405946176 11094687744 42653 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2708664 42653 3579 1 0 2670733 0
[pid=9166/tid=9219] ppid=9163 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 15197 13153 0 0 129 7 5 2 20 0 15 0 405946185 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039950044624 140039978249622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10834656 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 451 13153 0 0 1 0 5 2 20 0 15 0 405946185 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10834656 memory=9536 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 37 13153 0 0 1 0 5 2 20 0 15 0 405946185 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10834656 memory=280153871627360 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 109 13153 0 0 1 0 5 2 20 0 15 0 405946185 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 143 13153 0 0 1 0 5 2 20 0 15 0 405946185 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10834656 memory=6944656591801717918 CPUtime=0.08 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 654 13153 0 0 1 0 5 2 20 0 15 0 405946187 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10834656 memory=6944656592455360569 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 14 13153 0 0 0 0 5 2 20 0 15 0 405946187 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039421945184 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10834656 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039287727744 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10834656 memory=280153872050656 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11094687744 42653 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10834656 memory=179430848743386 CPUtime=0.31 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 874 13153 0 0 24 0 5 2 20 0 15 0 405946190 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10834656 memory=179430848743387 CPUtime=0.31 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) R 9163 9166 3654 0 -1 4202560 710 13153 0 0 24 0 5 2 20 0 15 0 405946190 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039502738544 140039958937984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10834656 memory=179430848743388 CPUtime=0.48 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) R 9163 9166 3654 0 -1 4202560 1580 13153 0 0 41 0 5 2 20 0 15 0 405946190 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039501707632 140039957636451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10834656 memory=179430848743389 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11094687744 42653 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10834656 memory=179430848743390 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946191 11094687744 42653 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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


[startup+1187.2 s]
/proc/loadavg: 1.29 1.43 1.42 3/229 9494
/proc/meminfo: memFree=15096808/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10846964 memory=667816 CPUtime=1212.96 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 163002 13153 0 0 121100 189 5 2 20 0 15 0 405946176 11107291136 166954 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2711741 166954 3627 1 0 2673805 0
[pid=9166/tid=9219] ppid=9163 vsize=10846964 memory=3580 CPUtime=1174.88 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 45106 13153 0 0 117455 26 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039950073648 140039585945144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10846964 memory=667816 CPUtime=5.21 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 9246 13153 0 0 487 27 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10846964 memory=3580 CPUtime=5.22 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 8262 13153 0 0 482 33 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10846964 memory=3580 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 8945 13153 0 0 488 28 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10846964 memory=36916 CPUtime=5.21 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 5885 13153 0 0 489 25 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10846964 memory=667816 CPUtime=5.52 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 9818 13153 0 0 517 28 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10846964 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 15 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039421945184 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10846964 memory=992 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039287727744 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10846964 memory=5976 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10846964 memory=1544 CPUtime=4.38 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 23759 13153 0 0 426 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10846964 memory=8112282956445269571 CPUtime=3.96 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 23905 13153 0 0 384 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10846964 memory=4132 CPUtime=3.17 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) S 9163 9166 3654 0 -1 1077944384 25320 13153 0 0 304 6 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039501707632 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10846964 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10846964 memory=1712 CPUtime=0.71 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 526 13153 0 0 25 39 5 2 20 0 15 0 405946191 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 1212.96 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 667816 KiB

[startup+1190.4 s]
/proc/loadavg: 1.29 1.43 1.42 3/229 9495
/proc/meminfo: memFree=15096768/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10846964 memory=667816 CPUtime=1216.21 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 163047 13153 0 0 121424 190 5 2 20 0 15 0 405946176 11107291136 166954 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2711741 166954 3627 1 0 2673805 0
[pid=9166/tid=9219] ppid=9163 vsize=10846964 memory=667816 CPUtime=1178.04 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 45134 13153 0 0 117771 26 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039950073648 140039584879554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10846964 memory=1056 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 9246 13153 0 0 489 27 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10846964 memory=667816 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 8273 13153 0 0 483 33 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10846964 memory=1408 CPUtime=5.24 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 8947 13153 0 0 489 28 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10846964 memory=3196 CPUtime=5.22 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 5885 13153 0 0 490 25 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10846964 memory=0 CPUtime=5.54 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 9822 13153 0 0 519 28 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10846964 memory=5865188000529146989 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 15 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039421945184 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10846964 memory=7800344859672537426 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039287727744 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10846964 memory=36916 CPUtime=4.38 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 23759 13153 0 0 426 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10846964 memory=3580 CPUtime=3.96 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 23905 13153 0 0 384 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10846964 memory=36916 CPUtime=3.17 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) S 9163 9166 3654 0 -1 1077944384 25320 13153 0 0 304 6 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039501707632 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10846964 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10846964 memory=1056 CPUtime=0.71 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 526 13153 0 0 25 39 5 2 20 0 15 0 405946191 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 1216.21 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 667816 KiB

[startup+1191.2 s]
/proc/loadavg: 1.26 1.42 1.41 3/229 9495
/proc/meminfo: memFree=15096768/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10846964 memory=667816 CPUtime=1217.02 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 163054 13153 0 0 121505 190 5 2 20 0 15 0 405946176 11107291136 166954 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2711741 166954 3627 1 0 2673805 0
[pid=9166/tid=9219] ppid=9163 vsize=10846964 memory=988 CPUtime=1178.84 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 45139 13153 0 0 117851 26 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039950072560 140039585943564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10846964 memory=2020 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 9246 13153 0 0 489 27 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10846964 memory=8112282956445269571 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 8273 13153 0 0 483 33 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10846964 memory=924 CPUtime=5.25 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 8947 13153 0 0 490 28 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10846964 memory=3848 CPUtime=5.22 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 5885 13153 0 0 490 25 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10846964 memory=2600 CPUtime=5.54 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 9824 13153 0 0 519 28 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 15 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039421945184 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10846964 memory=667816 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039287727744 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10846964 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10846964 memory=667816 CPUtime=4.38 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 23759 13153 0 0 426 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10846964 memory=667816 CPUtime=3.96 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 23905 13153 0 0 384 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10846964 memory=667816 CPUtime=3.17 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) S 9163 9166 3654 0 -1 1077944384 25320 13153 0 0 304 6 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039501707632 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10846964 memory=692 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10846964 memory=4132 CPUtime=0.71 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 526 13153 0 0 25 39 5 2 20 0 15 0 405946191 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 1217.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 667816 KiB

[startup+1191.6 s]
/proc/loadavg: 1.26 1.42 1.41 3/229 9495
/proc/meminfo: memFree=15096768/32770624 swapFree=66999904/67108860
[pid=9166] ppid=9163 vsize=10846964 memory=667816 CPUtime=1217.42 cores=1,3,5,7
/proc/9166/stat : 9166 (java) S 9163 9166 3654 0 -1 1077944320 163057 13153 0 0 121545 190 5 2 20 0 15 0 405946176 11107291136 166954 33554432000 4194304 4196468 140726243501184 140726243483728 140039978237687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
/proc/9166/statm: 2711741 166954 3627 1 0 2673805 0
[pid=9166/tid=9219] ppid=9163 vsize=10846964 memory=667816 CPUtime=1179.23 cores=1,3,5,7
/proc/9166/task/9219/stat : 9219 (java) R 9163 9166 3654 0 -1 4202560 45142 13153 0 0 117890 26 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039950072784 140039584249408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9220] ppid=9163 vsize=10846964 memory=5976 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9220/stat : 9220 (java) S 9163 9166 3654 0 -1 1077944384 9246 13153 0 0 489 27 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039982479760 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9221] ppid=9163 vsize=10846964 memory=8112282956445269571 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9221/stat : 9221 (java) S 9163 9166 3654 0 -1 1077944384 8273 13153 0 0 483 33 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039897299216 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9222] ppid=9163 vsize=10846964 memory=988 CPUtime=5.25 cores=1,3,5,7
/proc/9166/task/9222/stat : 9222 (java) S 9163 9166 3654 0 -1 1077944384 8947 13153 0 0 490 28 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039896246928 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9223] ppid=9163 vsize=10846964 memory=2020 CPUtime=5.23 cores=1,3,5,7
/proc/9166/task/9223/stat : 9223 (java) S 9163 9166 3654 0 -1 1077944384 5885 13153 0 0 491 25 5 2 20 0 15 0 405946185 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039895194128 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9224] ppid=9163 vsize=10846964 memory=1432 CPUtime=5.55 cores=1,3,5,7
/proc/9166/task/9224/stat : 9224 (java) S 9163 9166 3654 0 -1 1077944384 9824 13153 0 0 520 28 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039504865904 140039978248834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9225] ppid=9163 vsize=10846964 memory=9536 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9225/stat : 9225 (java) S 9163 9166 3654 0 -1 1077944384 15 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039421945184 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9226] ppid=9163 vsize=10846964 memory=692 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9226/stat : 9226 (java) S 9163 9166 3654 0 -1 1077944384 1 13153 0 0 0 0 5 2 20 0 15 0 405946187 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039287727744 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9227] ppid=9163 vsize=10846964 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9227/stat : 9227 (java) S 9163 9166 3654 0 -1 1077944384 2 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038683748944 140039978256283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9228] ppid=9163 vsize=10846964 memory=33 CPUtime=4.38 cores=1,3,5,7
/proc/9166/task/9228/stat : 9228 (java) S 9163 9166 3654 0 -1 1077944384 23759 13153 0 0 426 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039503812720 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9229] ppid=9163 vsize=10846964 memory=1408 CPUtime=3.96 cores=1,3,5,7
/proc/9166/task/9229/stat : 9229 (java) S 9163 9166 3654 0 -1 1077944384 23905 13153 0 0 384 5 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039502759920 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9230] ppid=9163 vsize=10846964 memory=3184 CPUtime=3.17 cores=1,3,5,7
/proc/9166/task/9230/stat : 9230 (java) S 9163 9166 3654 0 -1 1077944384 25320 13153 0 0 304 6 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039501707632 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9231] ppid=9163 vsize=10846964 memory=667816 CPUtime=0.07 cores=1,3,5,7
/proc/9166/task/9231/stat : 9231 (java) S 9163 9166 3654 0 -1 1077944384 3 13153 0 0 0 0 5 2 20 0 15 0 405946190 11107291136 166954 33554432000 4194304 4196468 140726243501184 140038213986784 140039978247893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
[pid=9166/tid=9232] ppid=9163 vsize=10846964 memory=1408 CPUtime=0.71 cores=1,3,5,7
/proc/9166/task/9232/stat : 9232 (java) S 9163 9166 3654 0 -1 1077944384 526 13153 0 0 25 39 5 2 20 0 15 0 405946191 11107291136 166954 33554432000 4194304 4196468 140726243501184 140039500655536 140039978248834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30670848 140726243502837 140726243505349 140726243505349 140726243508175 0
Current children cumulated CPU time: 1217.42 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 667816 KiB

[startup+1192 s]*
/proc/loadavg: 1.26 1.42 1.41 3/229 9495
/proc/meminfo: memFree=15096900/32770624 swapFree=66999904/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1192.02
CPU time (s): 1217.87
CPU user time (s): 1215.92
CPU system time (s): 1.9494
CPU usage (%): 102.169
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 667816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1215.92
system time used= 1.9494
maximum resident set size= 669884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149305
involuntary context switches= 3297


# summary of solver processes directly reported to runsolver:
#   pid: 9166
#   total CPU time (s): 1217.87
#   total CPU user time (s): 1215.92
#   total CPU system time (s): 1.9494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.54561 second user time and 11.6502 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 15:59:34
IDJOB=4387249
IDBENCH=129796
IDSOLVER=2823
FILE ID=node123/4387249-1568296813
RUNJOBID= node123-1568285996-4542
PBS_JOBID= 21701081
Free space on /tmp= 52480 MiB

SOLVER NAME= Concrete 3.10
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-4387249-1568296813/watcher-4387249-1568296813 -o /tmp/evaluation-result-4387249-1568296813/solver-4387249-1568296813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4542 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2025000271 HOME/instance-4387249-1568296813.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=2025000271

node123.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.49
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.49
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.49
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.49
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:        15451292 kB
MemAvailable:   30913264 kB
Buffers:          185736 kB
Cached:         15333160 kB
SwapCached:         7400 kB
Active:          2715404 kB
Inactive:       13756700 kB
Active(anon):     949188 kB
Inactive(anon):    45308 kB
Active(file):    1766216 kB
Inactive(file): 13711392 kB
Unevictable:      106696 kB
Mlocked:          106696 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             35196 kB
Writeback:             0 kB
AnonPages:       1053580 kB
Mapped:            56256 kB
Shmem:             32668 kB
Slab:             441932 kB
SReclaimable:     412824 kB
SUnreclaim:        29108 kB
KernelStack:        3680 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2106892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 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 /tmp at the end= 52444 MiB
End job on node123 at 2019-09-12 16:19:26