Trace number 4392056

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.10OPT55 85.7758 75.2106

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark28.5824
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
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.55	c Concrete v3.10.1560635388952 running
6.23/2.99	o 81
6.23/3.00	o 78
6.62/3.05	o 68
6.62/3.10	o 66
6.97/3.16	o 64
7.26/3.29	o 63
8.76/3.76	o 62
9.55/4.11	o 61
15.38/7.48	o 59
31.43/22.04	o 58
59.62/49.32	o 56
75.84/65.41	o 55
85.67/75.18	v <instantiation
85.67/75.18	v         cost = '55'>
85.67/75.18	v       <list>
85.67/75.18	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
85.67/75.18	v       </list>
85.67/75.18	v       <values>
85.67/75.18	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
85.67/75.18	v       </values>
85.67/75.18	v     </instantiation>
85.67/75.18	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392056-1568332850/watcher-4392056-1568332850 -o /tmp/evaluation-result-4392056-1568332850/solver-4392056-1568332850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=698795093 HOME/instance-4392056-1568332850.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 2.00 1.57 1.49 3/219 16257
/proc/meminfo: memFree=23609216/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 4353 13134 0 0 1 1 5 3 20 0 6 0 409222399 10212057088 4583 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2493178 4583 1931 1 0 2481616 0
[pid=16200/tid=16253] ppid=16197 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 2141 13134 0 0 1 0 5 3 20 0 6 0 409222408 10212057088 4649 33554432000 4194304 4196468 140720743295568 139814292067048 139814320252061 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 409222409 10212057088 4649 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=9972712 memory=140378736359040 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 409222409 10212057088 4649 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 409222409 10212057088 4649 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 409222409 10212057088 4649 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210133 s]*
/proc/loadavg: 2.00 1.57 1.49 4/228 16266
/proc/meminfo: memFree=23587452/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10818940 memory=41572 CPUtime=0.26 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 6756 13134 0 0 17 1 5 3 20 0 15 0 409222399 11078594560 10393 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2704735 10393 2969 1 0 2667149 0
[pid=16200/tid=16253] ppid=16197 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 3266 13134 0 0 11 0 5 3 20 0 15 0 409222408 11078594560 10393 33554432000 4194304 4196468 140720743295568 139814292062848 139814320242070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11078594560 10393 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10818940 memory=140378736359040 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11078594560 10393 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11078594560 10393 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11078594560 10393 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10818940 memory=140378736359040 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222410 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 409222411 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813777765408 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222411 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813667726192 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 553 13134 0 0 1 0 5 3 20 0 15 0 409222413 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 61 13134 0 0 0 0 5 3 20 0 15 0 409222413 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10818940 memory=140378736359040 CPUtime=0.11 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) R 16197 16200 8623 0 -1 4202560 623 13134 0 0 3 0 5 3 20 0 15 0 409222413 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813742103152 139814304422754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11078594560 10393 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10818940 memory=140378736359040 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222414 11078594560 10393 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41572 KiB

[startup+0.311454 s]*
/proc/loadavg: 2.00 1.57 1.49 3/228 16266
/proc/meminfo: memFree=23576828/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10820096 memory=52948 CPUtime=0.4 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 10502 13134 0 0 29 3 5 3 20 0 15 0 409222399 11079778304 13237 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2705024 13237 3223 1 0 2667149 0
[pid=16200/tid=16253] ppid=16197 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 6996 13134 0 0 19 2 5 3 20 0 15 0 409222408 11079778304 13237 33554432000 4194304 4196468 140720743295568 139814292042576 139814320252061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10820096 memory=6154291406646962790 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11079778304 13237 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11079778304 13237 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10820096 memory=7649539737018191041 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11079778304 13237 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11079778304 13237 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222410 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 409222411 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813777765408 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222411 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813667726192 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 555 13134 0 0 2 0 5 3 20 0 15 0 409222413 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 61 13134 0 0 1 0 5 3 20 0 15 0 409222413 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 632 13134 0 0 5 0 5 3 20 0 15 0 409222413 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11079778304 13237 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222414 11079778304 13237 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52948 KiB

[startup+0.700673 s]
/proc/loadavg: 2.00 1.57 1.49 5/228 16266
/proc/meminfo: memFree=23561740/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10824340 memory=82620 CPUtime=1.14 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 14366 13134 0 0 101 5 5 3 20 0 15 0 409222399 11084124160 20655 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2706085 20655 3502 1 0 2668173 0
[pid=16200/tid=16253] ppid=16197 vsize=10824340 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 10081 13134 0 0 55 3 5 3 20 0 15 0 409222408 11084124160 20655 33554432000 4194304 4196468 140720743295568 139814292057328 139814320242070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11084124160 20655 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11084124160 20655 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222409 11084124160 20655 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222409 11084124160 20655 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 409222410 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 409222411 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813777765408 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222411 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813667726192 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) R 16197 16200 8623 0 -1 1077944384 809 13134 0 0 12 0 5 3 20 0 15 0 409222413 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) R 16197 16200 8623 0 -1 4202560 423 13134 0 0 15 0 5 3 20 0 15 0 409222413 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813743155952 139814305152092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) R 16197 16200 8623 0 -1 4202560 792 13134 0 0 17 0 5 3 20 0 15 0 409222413 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813742103152 139814299619386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10824340 memory=280757180301552 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11084124160 20655 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222414 11084124160 20655 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82620 KiB

[startup+1.50451 s]
/proc/loadavg: 2.00 1.57 1.49 3/228 16266
/proc/meminfo: memFree=23517040/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10834656 memory=168564 CPUtime=2.52 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 19818 13134 0 0 234 10 5 3 20 0 15 0 409222399 11094687744 42141 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2708664 42141 3570 1 0 2670733 0
[pid=16200/tid=16253] ppid=16197 vsize=10834656 memory=20 CPUtime=1.44 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 14560 13134 0 0 131 5 5 3 20 0 15 0 409222408 11094687744 42141 33554432000 4194304 4196468 140720743295568 139814292036864 139814320242070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10834656 memory=25 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 30 13134 0 0 1 0 5 3 20 0 15 0 409222409 11094687744 42141 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 37 13134 0 0 0 0 5 3 20 0 15 0 409222409 11094687744 42141 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 16 13134 0 0 1 0 5 3 20 0 15 0 409222409 11094687744 42141 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10834656 memory=99988 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 25 13134 0 0 1 0 5 3 20 0 15 0 409222409 11094687744 42141 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 44 13134 0 0 1 0 5 3 20 0 15 0 409222410 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10834656 memory=6296985926779097184 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 33 13134 0 0 0 0 5 3 20 0 15 0 409222411 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813777765472 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10834656 memory=7163932222035225190 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 7 13134 0 0 0 0 5 3 20 0 15 0 409222411 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813667726208 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10834656 memory=7666347472035606381 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10834656 memory=5787213848656569433 CPUtime=0.35 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 921 13134 0 0 27 0 5 3 20 0 15 0 409222413 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10834656 memory=7522248780878931028 CPUtime=0.34 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 494 13134 0 0 26 0 5 3 20 0 15 0 409222413 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10834656 memory=6296985926779097184 CPUtime=0.5 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 1436 13134 0 0 42 0 5 3 20 0 15 0 409222413 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10834656 memory=6296985926779097184 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11094687744 42141 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10834656 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 409222414 11094687744 42141 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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


[startup+70.4008 s]
/proc/loadavg: 1.47 1.52 1.48 3/229 16298
/proc/meminfo: memFree=22702356/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10844916 memory=818328 CPUtime=80.91 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 91723 13134 0 0 8037 46 5 3 20 0 15 0 409222399 11105193984 204582 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2711229 204582 3620 1 0 2673293 0
[pid=16200/tid=16253] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=70.02 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 25930 13134 0 0 6975 19 5 3 20 0 15 0 409222408 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814292065184 139813897332868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10844916 memory=76 CPUtime=0.22 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 1285 13134 0 0 12 2 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10844916 memory=540 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 4004 13134 0 0 12 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10844916 memory=1304 CPUtime=0.22 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 333 13134 0 0 11 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10844916 memory=1228 CPUtime=0.22 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 670 13134 0 0 11 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10844916 memory=2352 CPUtime=0.22 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 1698 13134 0 0 13 1 5 3 20 0 15 0 409222410 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10844916 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 42 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813777765472 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10844916 memory=8612 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813667726208 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10844916 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=3.43 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 16277 13134 0 0 330 5 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10844916 memory=1536 CPUtime=3.78 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 21500 13134 0 0 366 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10844916 memory=932 CPUtime=3.08 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 17475 13134 0 0 296 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10844916 memory=2008 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10844916 memory=111636 CPUtime=0.12 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 280 13134 0 0 2 2 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 80.91 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 818328 KiB

[startup+73.6008 s]
/proc/loadavg: 1.47 1.52 1.48 3/229 16298
/proc/meminfo: memFree=22702640/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10844916 memory=818328 CPUtime=84.14 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 91739 13134 0 0 8359 47 5 3 20 0 15 0 409222399 11105193984 204582 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2711229 204582 3620 1 0 2673293 0
[pid=16200/tid=16253] ppid=16197 vsize=10844916 memory=818328 CPUtime=73.19 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 25945 13134 0 0 7292 19 5 3 20 0 15 0 409222408 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814292065728 139813896584433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10844916 memory=818328 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 1286 13134 0 0 13 2 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10844916 memory=15536319182932598 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 4004 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10844916 memory=818328 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 333 13134 0 0 12 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10844916 memory=818328 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 670 13134 0 0 12 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10844916 memory=818328 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 1698 13134 0 0 14 1 5 3 20 0 15 0 409222410 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 42 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813777765472 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10844916 memory=14 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813667726208 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10844916 memory=13 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10844916 memory=0 CPUtime=3.43 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 16277 13134 0 0 330 5 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10844916 memory=0 CPUtime=3.78 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 21500 13134 0 0 366 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=3.08 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 17475 13134 0 0 296 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10844916 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10844916 memory=1792 CPUtime=0.12 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 280 13134 0 0 2 2 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 84.14 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 818328 KiB

[startup+74.4007 s]
/proc/loadavg: 1.47 1.52 1.48 3/229 16298
/proc/meminfo: memFree=22702632/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10844916 memory=818328 CPUtime=84.95 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 91743 13134 0 0 8440 47 5 3 20 0 15 0 409222399 11105193984 204582 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2711229 204582 3620 1 0 2673293 0
[pid=16200/tid=16253] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=73.99 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 25949 13134 0 0 7372 19 5 3 20 0 15 0 409222408 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814292065552 139814302752257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10844916 memory=14288 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 1286 13134 0 0 14 2 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10844916 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 4004 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10844916 memory=1728 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 333 13134 0 0 12 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10844916 memory=924 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 670 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10844916 memory=2376 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 1698 13134 0 0 14 1 5 3 20 0 15 0 409222410 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10844916 memory=5536 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 42 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813777765472 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10844916 memory=4540 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813667726208 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10844916 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10844916 memory=1636 CPUtime=3.43 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 16277 13134 0 0 330 5 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10844916 memory=812 CPUtime=3.78 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 21500 13134 0 0 366 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10844916 memory=818328 CPUtime=3.08 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 17475 13134 0 0 296 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10844916 memory=818328 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 280 13134 0 0 2 2 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 84.95 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 818328 KiB

[startup+74.8015 s]
/proc/loadavg: 1.47 1.52 1.48 3/229 16298
/proc/meminfo: memFree=22702632/32770624 swapFree=67108848/67108860
[pid=16200] ppid=16197 vsize=10844916 memory=818328 CPUtime=85.35 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 8623 0 -1 1077944320 91746 13134 0 0 8480 47 5 3 20 0 15 0 409222399 11105193984 204582 33554432000 4194304 4196468 140720743295568 140720743278112 139814320230135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
/proc/16200/statm: 2711229 204582 3620 1 0 2673293 0
[pid=16200/tid=16253] ppid=16197 vsize=10844916 memory=6791534058613427641 CPUtime=74.38 cores=1,3,5,7
/proc/16200/task/16253/stat : 16253 (java) R 16197 16200 8623 0 -1 4202560 25951 13134 0 0 7411 19 5 3 20 0 15 0 409222408 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814292065440 139813896815385 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16254] ppid=16197 vsize=10844916 memory=288230596050944315 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16254/stat : 16254 (java) S 16197 16200 8623 0 -1 1077944384 1286 13134 0 0 14 2 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814324472976 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16255] ppid=16197 vsize=10844916 memory=15536319182932598 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16255/stat : 16255 (java) S 16197 16200 8623 0 -1 1077944384 4004 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814212746256 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16256] ppid=16197 vsize=10844916 memory=2352 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16256/stat : 16256 (java) S 16197 16200 8623 0 -1 1077944384 334 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814211693456 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16257] ppid=16197 vsize=10844916 memory=1792 CPUtime=0.24 cores=1,3,5,7
/proc/16200/task/16257/stat : 16257 (java) S 16197 16200 8623 0 -1 1077944384 670 13134 0 0 13 3 5 3 20 0 15 0 409222409 11105193984 204582 33554432000 4194304 4196468 140720743295568 139814210640656 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16258] ppid=16197 vsize=10844916 memory=8612 CPUtime=0.23 cores=1,3,5,7
/proc/16200/task/16258/stat : 16258 (java) S 16197 16200 8623 0 -1 1077944384 1698 13134 0 0 14 1 5 3 20 0 15 0 409222410 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813778819440 139814320241282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16259] ppid=16197 vsize=10844916 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16259/stat : 16259 (java) S 16197 16200 8623 0 -1 1077944384 42 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813777765472 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16260] ppid=16197 vsize=10844916 memory=5536 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16260/stat : 16260 (java) S 16197 16200 8623 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 409222411 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813667726208 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16261] ppid=16197 vsize=10844916 memory=4540 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16261/stat : 16261 (java) S 16197 16200 8623 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813063747408 139814320248731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16262] ppid=16197 vsize=10844916 memory=752 CPUtime=3.43 cores=1,3,5,7
/proc/16200/task/16262/stat : 16262 (java) S 16197 16200 8623 0 -1 1077944384 16277 13134 0 0 330 5 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813744208752 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16263] ppid=16197 vsize=10844916 memory=1636 CPUtime=3.78 cores=1,3,5,7
/proc/16200/task/16263/stat : 16263 (java) S 16197 16200 8623 0 -1 1077944384 21500 13134 0 0 366 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813743155952 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16264] ppid=16197 vsize=10844916 memory=812 CPUtime=3.08 cores=1,3,5,7
/proc/16200/task/16264/stat : 16264 (java) S 16197 16200 8623 0 -1 1077944384 17475 13134 0 0 296 4 5 3 20 0 15 0 409222413 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813742103152 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16265] ppid=16197 vsize=10844916 memory=1840 CPUtime=0.08 cores=1,3,5,7
/proc/16200/task/16265/stat : 16265 (java) S 16197 16200 8623 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139812593986272 139814320240341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
[pid=16200/tid=16266] ppid=16197 vsize=10844916 memory=1384 CPUtime=0.12 cores=1,3,5,7
/proc/16200/task/16266/stat : 16266 (java) S 16197 16200 8623 0 -1 1077944384 280 13134 0 0 2 2 5 3 20 0 15 0 409222414 11105193984 204582 33554432000 4194304 4196468 140720743295568 139813741050544 139814320241282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13631488 140720743299830 140720743302341 140720743302341 140720743305167 0
Current children cumulated CPU time: 85.35 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 818328 KiB

[startup+75.2008 s]*
/proc/loadavg: 1.52 1.53 1.48 3/214 16299
/proc/meminfo: memFree=23508196/32770624 swapFree=67108848/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): 75.2106
CPU time (s): 85.7758
CPU user time (s): 85.2575
CPU system time (s): 0.518263
CPU usage (%): 114.047
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 822404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.2575
system time used= 0.518263
maximum resident set size= 823920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17869
involuntary context switches= 169


# summary of solver processes directly reported to runsolver:
#   pid: 16200
#   total CPU time (s): 85.7758
#   total CPU user time (s): 85.2575
#   total CPU system time (s): 0.518263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.479639 second user time and 0.757537 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 02:00:09
IDJOB=4392056
IDBENCH=141371
IDSOLVER=2837
FILE ID=node143/4392056-1568332850
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392056-1568332850/watcher-4392056-1568332850 -o /tmp/evaluation-result-4392056-1568332850/solver-4392056-1568332850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=698795093 HOME/instance-4392056-1568332850.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=698795093

node143.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.73
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.73
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.73
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.73
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:        23618440 kB
MemAvailable:   31126136 kB
Buffers:          164524 kB
Cached:          7630552 kB
SwapCached:            8 kB
Active:          2838508 kB
Inactive:        5641964 kB
Active(anon):     640252 kB
Inactive(anon):   144520 kB
Active(file):    2198256 kB
Inactive(file):  5497444 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35096 kB
Writeback:            16 kB
AnonPages:        793840 kB
Mapped:            60996 kB
Shmem:             90756 kB
Slab:             269080 kB
SReclaimable:     240456 kB
SUnreclaim:        28624 kB
KernelStack:        3744 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1943192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-13 02:01:25