Trace number 4402896

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.3OPT73 774.911 758.574

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark192.289
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
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.77/0.55	c Concrete v3.12.3.1568965526260 running
7.12/3.47	o 157
7.54/4.44	o 123
7.54/4.45	o 122
7.54/4.45	o 91
7.54/4.47	o 85
7.54/4.48	o 83
7.87/4.52	o 78
9.09/4.90	o 76
9.42/5.01	o 75
9.42/5.03	o 74
20.37/13.92	o 73
774.82/758.56	v <instantiation
774.82/758.56	v         cost = '73'>
774.82/758.56	v       <list>
774.82/758.56	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]
774.82/758.56	v       </list>
774.82/758.56	v       <values>
774.82/758.56	v         0 4 0 0 7 11 20 12 4 9 12 46 51 15 34 4 42 11 22 37 55 59 27 49 46 30 69 59 61 71 69 73
774.82/758.56	v       </values>
774.82/758.56	v     </instantiation>
774.82/758.56	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402896-1568977669/watcher-4402896-1568977669 -o /tmp/evaluation-result-4402896-1568977669/solver-4402896-1568977669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402896-1568977669.xml 

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

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


[startup+0.110466 s]*
/proc/loadavg: 1.36 1.45 1.54 3/217 26233
/proc/meminfo: memFree=9280932/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10088128 memory=19920 CPUtime=0.09 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 4696 13179 0 0 2 0 5 2 20 0 7 0 474021132 10330243072 4980 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2522032 4980 2064 1 0 2510470 0
[pid=26176/tid=26229] ppid=26173 vsize=10088128 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 1077944384 2481 13179 0 0 1 0 5 2 20 0 8 0 474021141 10330243072 5492 33554432000 4194304 4196468 140725799754944 139629040873904 139629069043413 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10088128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 8 0 474021141 10330243072 5492 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10088128 memory=139813686953896 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 8 0 474021141 10330243072 5492 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10153664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 8 0 474021141 10397351936 5492 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10153664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 8 0 474021141 10397351936 5492 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10153664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 8 0 474021143 10397351936 5492 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10153664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 12 13179 0 0 0 0 5 2 20 0 8 0 474021144 10397351936 5492 33554432000 4194304 4196468 140725799754944 139628514369488 139629069043413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088128 KiB
Current children cumulated memory: 19920 KiB

[startup+0.211457 s]*
/proc/loadavg: 1.36 1.45 1.54 4/226 26242
/proc/meminfo: memFree=9264688/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10820164 memory=43436 CPUtime=0.25 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 7319 13179 0 0 17 1 5 2 20 0 15 0 474021132 11079847936 10859 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2705041 10859 3292 1 0 2667149 0
[pid=26176/tid=26229] ppid=26173 vsize=10820164 memory=720575944405811505 CPUtime=0.18 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 3825 13179 0 0 10 1 5 2 20 0 15 0 474021141 11079847936 10859 33554432000 4194304 4196468 140725799754944 139629040844240 139629069055133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079847936 10859 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10820164 memory=139813686953896 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 474021143 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 474021144 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628514370592 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021144 11079847936 10859 33554432000 4194304 4196468 140725799754944 139627910390640 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 361 13179 0 0 1 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 303 13179 0 0 1 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10820164 memory=139813686929024 CPUtime=0.1 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 593 13179 0 0 3 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10820164 memory=139813686929024 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079847936 10859 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 43436 KiB

[startup+0.310882 s]*
/proc/loadavg: 1.36 1.45 1.54 4/226 26242
/proc/meminfo: memFree=9251012/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10820196 memory=52004 CPUtime=0.39 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 10736 13179 0 0 29 3 5 2 20 0 15 0 474021132 11079880704 13001 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2705049 13001 3317 1 0 2667149 0
[pid=26176/tid=26229] ppid=26173 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 7213 13179 0 0 19 2 5 2 20 0 15 0 474021141 11079880704 13001 33554432000 4194304 4196468 140725799754944 139629040842128 139629053113694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10820196 memory=1398720917958146503 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079880704 13001 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10820196 memory=139813686936017 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 474021141 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 474021143 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 474021144 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628514370592 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021144 11079880704 13001 33554432000 4194304 4196468 140725799754944 139627910390640 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 370 13179 0 0 1 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 304 13179 0 0 1 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10820196 memory=139813686929024 CPUtime=0.12 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 614 13179 0 0 5 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10820196 memory=139813686929024 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021147 11079880704 13001 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52004 KiB

[startup+0.700626 s]
/proc/loadavg: 1.36 1.45 1.54 3/226 26242
/proc/meminfo: memFree=9236128/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10824364 memory=85396 CPUtime=1.13 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 15080 13179 0 0 101 5 5 2 20 0 15 0 474021132 11084148736 21349 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2706091 21349 3507 1 0 2668173 0
[pid=26176/tid=26229] ppid=26173 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 10450 13179 0 0 55 4 5 2 20 0 15 0 474021141 11084148736 21349 33554432000 4194304 4196468 140725799754944 139629040862752 139629069045142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11084148736 21349 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10824364 memory=279627067116256 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10824364 memory=348 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021141 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 474021141 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10824364 memory=7007711329568511062 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 5 13179 0 0 0 0 5 2 20 0 15 0 474021143 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10824364 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 474021144 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628514370592 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10824364 memory=628 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021144 11084148736 21349 33554432000 4194304 4196468 140725799754944 139627910390640 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10824364 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10824364 memory=1720 CPUtime=0.23 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) R 26173 26176 22219 0 -1 4202560 863 13179 0 0 16 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628594568048 139629069054554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10824364 memory=6048 CPUtime=0.18 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) R 26173 26176 22219 0 -1 4202560 725 13179 0 0 11 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628593515248 139629062018249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10824364 memory=14012 CPUtime=0.24 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) R 26173 26176 22219 0 -1 1077944384 801 13179 0 0 17 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10824364 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10824364 memory=43120 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021147 11084148736 21349 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85396 KiB

[startup+1.50064 s]
/proc/loadavg: 1.36 1.45 1.54 3/226 26242
/proc/meminfo: memFree=9192452/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10834680 memory=171720 CPUtime=2.44 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 21852 13179 0 0 227 10 5 2 20 0 15 0 474021132 11094712320 42930 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2708670 42930 3582 1 0 2670733 0
[pid=26176/tid=26229] ppid=26173 vsize=10834680 memory=279627067305840 CPUtime=1.43 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 15340 13179 0 0 130 6 5 2 20 0 15 0 474021141 11094712320 42930 33554432000 4194304 4196468 140725799754944 139629040831728 139629069045142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 405 13179 0 0 1 0 5 2 20 0 15 0 474021141 11094712320 42930 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 69 13179 0 0 0 0 5 2 20 0 15 0 474021141 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10834680 memory=8546864036052574154 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 69 13179 0 0 1 0 5 2 20 0 15 0 474021141 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10834680 memory=-3694791604485309319 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 32 13179 0 0 1 0 5 2 20 0 15 0 474021141 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10834680 memory=-7165351541977658656 CPUtime=0.08 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 132 13179 0 0 1 0 5 2 20 0 15 0 474021143 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10834680 memory=-5082702989052053089 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 474021144 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628514370656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 474021144 11094712320 42930 33554432000 4194304 4196468 140725799754944 139627910390656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10834680 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11094712320 42930 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10834680 memory=6944652177228980320 CPUtime=0.37 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 1141 13179 0 0 30 0 5 2 20 0 15 0 474021147 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10834680 memory=8128038100524230256 CPUtime=0.26 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) R 26173 26176 22219 0 -1 1077944384 832 13179 0 0 19 0 5 2 20 0 15 0 474021147 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10834680 memory=-7965959121690140575 CPUtime=0.47 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) R 26173 26176 22219 0 -1 4202560 1600 13179 0 0 40 0 5 2 20 0 15 0 474021147 11094712320 42930 33554432000 4194304 4196468 140725799754944 139628592462448 139629047477953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11094712320 42930 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0

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

[pid=26176/tid=26241] ppid=26173 vsize=10846988 memory=1980 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10846988 memory=6791534058613427641 CPUtime=0.46 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1197 13179 0 0 18 21 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 773.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 695928 KiB

[startup+757.601 s]
/proc/loadavg: 1.26 1.34 1.44 3/226 26309
/proc/meminfo: memFree=8665120/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10846988 memory=695928 CPUtime=773.91 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 125128 13179 0 0 77259 125 5 2 20 0 15 0 474021132 11107315712 173982 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2711747 173982 3629 1 0 2673805 0
[pid=26176/tid=26229] ppid=26173 vsize=10846988 memory=2116 CPUtime=749.03 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 38250 13179 0 0 74875 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629040868368 139628677730551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 3675 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10846988 memory=1556 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 8229 13179 0 0 308 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10846988 memory=500 CPUtime=3.34 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 3907 13179 0 0 310 17 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10846988 memory=3624 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 4602 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10846988 memory=43132 CPUtime=3.25 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 5599 13179 0 0 301 17 5 2 20 0 15 0 474021143 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10846988 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 18 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628514370720 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627910390656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10846988 memory=1720 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10846988 memory=6048 CPUtime=3.39 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 22100 13179 0 0 330 2 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 23147 13179 0 0 326 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10846988 memory=285 CPUtime=1.58 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 12174 13179 0 0 148 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 87 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10846988 memory=313 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10846988 memory=271547 CPUtime=0.46 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1197 13179 0 0 18 21 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 773.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 695928 KiB

[startup+758.001 s]*
/proc/loadavg: 1.26 1.34 1.44 3/226 26309
/proc/meminfo: memFree=8665120/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10846988 memory=695928 CPUtime=774.32 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 125129 13179 0 0 77300 125 5 2 20 0 15 0 474021132 11107315712 173982 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2711747 173982 3629 1 0 2673805 0
[pid=26176/tid=26229] ppid=26173 vsize=10846988 memory=8317482817917895235 CPUtime=749.43 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 38251 13179 0 0 74915 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629040868240 139628678530592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10846988 memory=288230617509003574 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 3675 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10846988 memory=14972261127948741 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 8229 13179 0 0 308 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10846988 memory=1128 CPUtime=3.34 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 3907 13179 0 0 310 17 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10846988 memory=772 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 4602 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10846988 memory=3648 CPUtime=3.25 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 5599 13179 0 0 301 17 5 2 20 0 15 0 474021143 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10846988 memory=948 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 18 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628514370720 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627910390656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10846988 memory=9492 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10846988 memory=1548 CPUtime=3.39 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 22100 13179 0 0 330 2 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10846988 memory=628 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 23147 13179 0 0 326 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10846988 memory=1056 CPUtime=1.58 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 12174 13179 0 0 148 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 87 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10846988 memory=1720 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10846988 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1197 13179 0 0 18 21 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 774.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 695928 KiB

[startup+758.401 s]
/proc/loadavg: 1.26 1.34 1.44 3/226 26309
/proc/meminfo: memFree=8665120/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10846988 memory=695928 CPUtime=774.72 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 125132 13179 0 0 77340 125 5 2 20 0 15 0 474021132 11107315712 173982 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2711747 173982 3629 1 0 2673805 0
[pid=26176/tid=26229] ppid=26173 vsize=10846988 memory=9492 CPUtime=749.82 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 38253 13179 0 0 74954 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629040868496 139628676660108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10846988 memory=1548 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 3675 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10846988 memory=628 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 8229 13179 0 0 308 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10846988 memory=1056 CPUtime=3.34 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 3907 13179 0 0 310 17 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10846988 memory=1720 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 4602 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10846988 memory=6048 CPUtime=3.25 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 5600 13179 0 0 301 17 5 2 20 0 15 0 474021143 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10846988 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 18 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628514370720 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10846988 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627910390656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10846988 memory=18340 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10846988 memory=6791534058613427641 CPUtime=3.39 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 22100 13179 0 0 330 2 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10846988 memory=3648 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 23147 13179 0 0 326 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10846988 memory=948 CPUtime=1.58 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 12174 13179 0 0 148 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 87 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10846988 memory=1808 CPUtime=0.46 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1197 13179 0 0 18 21 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 774.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 695928 KiB

[startup+758.501 s]
/proc/loadavg: 1.26 1.34 1.44 3/226 26309
/proc/meminfo: memFree=8665120/32770624 swapFree=66998064/67108860
[pid=26176] ppid=26173 vsize=10846988 memory=695928 CPUtime=774.82 cores=0,2,4,6
/proc/26176/stat : 26176 (java) S 26173 26176 22219 0 -1 1077944320 125132 13179 0 0 77350 125 5 2 20 0 15 0 474021132 11107315712 173982 33554432000 4194304 4196468 140725799754944 140725799737488 139629069033207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
/proc/26176/statm: 2711747 173982 3629 1 0 2673805 0
[pid=26176/tid=26229] ppid=26173 vsize=10846988 memory=695928 CPUtime=749.92 cores=0,2,4,6
/proc/26176/task/26229/stat : 26229 (java) R 26173 26176 22219 0 -1 4202560 38253 13179 0 0 74964 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629040868496 139628672810952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26230] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26230/stat : 26230 (java) S 26173 26176 22219 0 -1 1077944384 3675 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139629073276048 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26231] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26231/stat : 26231 (java) S 26173 26176 22219 0 -1 1077944384 8229 13179 0 0 308 21 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628988095504 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26232] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.34 cores=0,2,4,6
/proc/26176/task/26232/stat : 26232 (java) S 26173 26176 22219 0 -1 1077944384 3907 13179 0 0 310 17 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628987042704 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26233] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.33 cores=0,2,4,6
/proc/26176/task/26233/stat : 26233 (java) S 26173 26176 22219 0 -1 1077944384 4602 13179 0 0 308 18 5 2 20 0 15 0 474021141 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628985989904 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26234] ppid=26173 vsize=10846988 memory=695928 CPUtime=3.25 cores=0,2,4,6
/proc/26176/task/26234/stat : 26234 (java) S 26173 26176 22219 0 -1 1077944384 5600 13179 0 0 301 17 5 2 20 0 15 0 474021143 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628595620208 139629069044354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26235] ppid=26173 vsize=10846988 memory=695928 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26235/stat : 26235 (java) S 26173 26176 22219 0 -1 1077944384 18 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628514370720 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26236] ppid=26173 vsize=10846988 memory=695928 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26236/stat : 26236 (java) S 26173 26176 22219 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 474021144 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627910390656 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26237] ppid=26173 vsize=10846988 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26237/stat : 26237 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627602990928 139629069051803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26238] ppid=26173 vsize=10846988 memory=1128 CPUtime=3.39 cores=0,2,4,6
/proc/26176/task/26238/stat : 26238 (java) S 26173 26176 22219 0 -1 1077944384 22100 13179 0 0 330 2 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628594568048 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26239] ppid=26173 vsize=10846988 memory=3624 CPUtime=3.36 cores=0,2,4,6
/proc/26176/task/26239/stat : 26239 (java) S 26173 26176 22219 0 -1 1077944384 23147 13179 0 0 326 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628593515248 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26240] ppid=26173 vsize=10846988 memory=43132 CPUtime=1.58 cores=0,2,4,6
/proc/26176/task/26240/stat : 26240 (java) S 26173 26176 22219 0 -1 1077944384 12174 13179 0 0 148 3 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628592462448 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 87 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26241] ppid=26173 vsize=10846988 memory=628 CPUtime=0.07 cores=0,2,4,6
/proc/26176/task/26241/stat : 26241 (java) S 26173 26176 22219 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139627569433312 139629069043413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
[pid=26176/tid=26242] ppid=26173 vsize=10846988 memory=1056 CPUtime=0.46 cores=0,2,4,6
/proc/26176/task/26242/stat : 26242 (java) S 26173 26176 22219 0 -1 1077944384 1197 13179 0 0 18 21 5 2 20 0 15 0 474021147 11107315712 173982 33554432000 4194304 4196468 140725799754944 139628591409840 139629069044354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29310976 140725799762671 140725799765189 140725799765189 140725799768015 0
Current children cumulated CPU time: 774.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 695928 KiB

Child status: 0
Real time (s): 758.574
CPU time (s): 774.911
CPU user time (s): 773.616
CPU system time (s): 1.29537
CPU usage (%): 102.154
Max. virtual memory (cumulated for all children) (KiB): 10849216
Max. memory (cumulated for all children) (KiB): 695928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 773.616
system time used= 1.29537
maximum resident set size= 698016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90729
involuntary context switches= 3613


# summary of solver processes directly reported to runsolver:
#   pid: 26176
#   total CPU time (s): 774.911
#   total CPU user time (s): 773.616
#   total CPU system time (s): 1.29537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32511 second user time and 7.1482 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 12:06:27
IDJOB=4402896
IDBENCH=129976
IDSOLVER=2861
FILE ID=node106/4402896-1568977669
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402896-1568977669/watcher-4402896-1568977669 -o /tmp/evaluation-result-4402896-1568977669/solver-4402896-1568977669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402896-1568977669.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=1419008473

node106.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.79
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.79
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.79
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.79
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:         9291504 kB
MemAvailable:   30724192 kB
Buffers:           88084 kB
Cached:         21351536 kB
SwapCached:         3980 kB
Active:         11788500 kB
Inactive:       10789136 kB
Active(anon):    1132460 kB
Inactive(anon):    48264 kB
Active(file):   10656040 kB
Inactive(file): 10740872 kB
Unevictable:      108676 kB
Mlocked:          108676 kB
SwapTotal:      67108860 kB
SwapFree:       66998064 kB
Dirty:             35572 kB
Writeback:             0 kB
AnonPages:       1288096 kB
Mapped:            61848 kB
Shmem:             33828 kB
Slab:             493088 kB
SReclaimable:     464236 kB
SUnreclaim:        28852 kB
KernelStack:        3968 kB
PageTables:         8520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2312808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 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= 23212 MiB
End job on node106 at 2019-09-20 12:19:06