Trace number 4403167

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.3OPT5549 125.546 111.359

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr18a.xml
MD5SUM7a8b402fb105147dc13a1900b7358194
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5549
Best CPU time to get the best result obtained on this benchmark12.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints18
Number of domains2
Minimum domain size18
Maximum domain size75
Distribution of domain sizes[{"size":18,"count":18},{"size":75,"count":17}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":307},{"degree":2,"count":24},{"degree":3,"count":6},{"degree":4,"count":5}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":17},{"arity":18,"count":1}]
Number of extensional constraints17
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
7.22/3.33	o 10043
7.22/3.34	o 10040
7.22/3.35	o 10027
7.22/3.39	o 9950
7.56/3.40	o 9603
7.56/3.41	o 9221
7.56/3.42	o 9213
7.56/3.48	o 8264
7.90/3.56	o 8172
7.90/3.57	o 8064
7.90/3.58	o 7578
8.55/3.77	o 7535
8.55/3.79	o 7437
9.23/3.94	o 6920
9.23/3.99	o 6526
10.39/4.35	o 6190
10.61/4.42	o 5929
10.99/4.61	o 5834
12.65/5.61	o 5748
13.17/5.83	o 5549
125.48/111.33	v <instantiation
125.48/111.33	v         cost = '5549'>
125.48/111.33	v       <list>
125.48/111.33	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[2][4] d[2][5] d[3][6] d[3][7] d[5][8] d[6][9] d[7][10] d[8][11] d[8][12] d[10][13] d[10][14] d[12][15] d[14][16] d[15][17]
125.48/111.33	v       </list>
125.48/111.33	v       <values>
125.48/111.33	v         2 12 5 3 17 11 9 4 0 10 7 6 16 13 8 15 14 1 1 3 2 13 19 12 12 4 43 1 1 2 16 4 12 14 13
125.48/111.33	v       </values>
125.48/111.33	v     </instantiation>
125.48/111.33	s OPTIMUM FOUND

Verifier Data

OK	5549

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403167-1568970855/watcher-4403167-1568970855 -o /var/tmp/evaluation-result-4403167-1568970855/solver-4403167-1568970855 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4403167-1568970855.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
Current StackSize limit: 8192 KiB

solver pid=27232, runsolver pid=27229

[startup+0.100157 s]*
/proc/loadavg: 1.32 1.41 1.52 3/219 27289
/proc/meminfo: memFree=3814200/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=9972712 memory=15440 CPUtime=0.1 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 4600 13462 0 0 1 1 5 3 20 0 6 0 473025624 10212057088 3860 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2493178 3860 1957 1 0 2481616 0
[pid=27232/tid=27285] ppid=27229 vsize=9972712 memory=4279135703913103756 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 2390 13462 0 0 1 0 5 3 20 0 6 0 473025633 10212057088 3860 33554432000 4194304 4196468 140725555296416 140498413818448 140498435078523 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 6 0 473025634 10212057088 3860 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=9972712 memory=140403199465088 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 6 0 473025634 10212057088 3860 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 6 0 473025634 10212057088 3860 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 6 0 473025634 10212057088 3860 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.215629 s]*
/proc/loadavg: 1.32 1.41 1.52 3/228 27298
/proc/meminfo: memFree=3790416/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10820196 memory=43568 CPUtime=0.28 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 7884 13462 0 0 18 2 5 3 20 0 15 0 473025624 11079880704 10892 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2705049 10892 3310 1 0 2667149 0
[pid=27232/tid=27285] ppid=27229 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 4276 13462 0 0 11 1 5 3 20 0 15 0 473025633 11079880704 10892 33554432000 4194304 4196468 140725555296416 140498413795872 140498442003613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079880704 10892 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10820196 memory=288370779351176832 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079880704 10892 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079880704 10892 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079880704 10892 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10820196 memory=140403199465088 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 33 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497900229664 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497775485808 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 500 13462 0 0 1 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 208 13462 0 0 1 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10820196 memory=140403199465088 CPUtime=0.11 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 646 13462 0 0 3 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10820196 memory=140403199465088 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079880704 10892 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43568 KiB

[startup+0.320296 s]*
/proc/loadavg: 1.32 1.41 1.52 6/228 27298
/proc/meminfo: memFree=3780640/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10820220 memory=52276 CPUtime=0.42 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 11279 13462 0 0 30 4 5 3 20 0 15 0 473025624 11079905280 13069 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2705055 13069 3334 1 0 2667149 0
[pid=27232/tid=27285] ppid=27229 vsize=10820220 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 7621 13462 0 0 19 3 5 3 20 0 15 0 473025633 11079905280 13069 33554432000 4194304 4196468 140725555296416 140498413788192 140498434659701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079950336 13069 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079950336 13069 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079950336 13069 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025634 11079950336 13069 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079950336 13069 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 33 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079950336 13069 33554432000 4194304 4196468 140725555296416 140497900229664 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11079950336 13069 33554432000 4194304 4196468 140725555296416 140497775485808 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079950336 13069 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 512 13462 0 0 2 0 5 3 20 0 15 0 473025639 11079954432 13069 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10820268 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 210 13462 0 0 1 0 5 3 20 0 15 0 473025639 11079954432 13069 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10820268 memory=140403199465088 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 682 13462 0 0 5 0 5 3 20 0 15 0 473025639 11079954432 13069 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079954432 13069 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10820268 memory=140403199465088 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025639 11079954432 13069 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820220 KiB
Current children cumulated memory: 52276 KiB

[startup+0.705261 s]
/proc/loadavg: 1.32 1.41 1.52 4/227 27298
/proc/meminfo: memFree=3764908/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10824364 memory=86224 CPUtime=1.15 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 15338 13462 0 0 101 6 5 3 20 0 15 0 473025624 11084148736 21556 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2706091 21556 3502 1 0 2668173 0
[pid=27232/tid=27285] ppid=27229 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 10408 13462 0 0 55 5 5 3 20 0 15 0 473025633 11084148736 21556 33554432000 4194304 4196468 140725555296416 140498413811232 140498442003613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11084148736 21556 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11084148736 21556 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10824364 memory=7517783488068102537 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025634 11084148736 21556 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10824364 memory=6370456474177334892 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025634 11084148736 21556 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10824364 memory=7453282923495516522 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 5 13462 0 0 0 0 5 3 20 0 15 0 473025636 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10824364 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 33 13462 0 0 0 0 5 3 20 0 15 0 473025636 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497900229664 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497775485808 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 914 13462 0 0 12 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) R 27229 27232 26267 0 -1 4202560 780 13462 0 0 16 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497865608448 140498425368475 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 979 13462 0 0 17 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025639 11084148736 21556 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86224 KiB

[startup+1.50189 s]
/proc/loadavg: 1.32 1.41 1.52 3/227 27298
/proc/meminfo: memFree=3718688/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10834680 memory=172260 CPUtime=2.5 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 22082 13462 0 0 231 11 5 3 20 0 15 0 473025624 11094712320 43065 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2708670 43065 3581 1 0 2670733 0
[pid=27232/tid=27285] ppid=27229 vsize=10834680 memory=7679655038287491394 CPUtime=1.45 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 15349 13462 0 0 130 7 5 3 20 0 15 0 473025633 11094712320 43065 33554432000 4194304 4196468 140725555296416 140498413781456 140498045550901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10834680 memory=4951091520830867572 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 68 13462 0 0 1 0 5 3 20 0 15 0 473025634 11094712320 43065 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10834680 memory=-5153075247926373247 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 340 13462 0 0 0 0 5 3 20 0 15 0 473025634 11094712320 43065 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10834680 memory=-7522641676857743254 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 62 13462 0 0 1 0 5 3 20 0 15 0 473025634 11094712320 43065 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10834680 memory=126824 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 25 13462 0 0 1 0 5 3 20 0 15 0 473025634 11094712320 43065 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 158 13462 0 0 1 0 5 3 20 0 15 0 473025636 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 34 13462 0 0 0 0 5 3 20 0 15 0 473025636 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497900229664 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10834680 memory=280806169838048 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497775485808 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10834680 memory=280806170252896 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10834680 memory=140403688910049 CPUtime=0.3 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 981 13462 0 0 22 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10834680 memory=2448735340033 CPUtime=0.39 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 1044 13462 0 0 31 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10834680 memory=1216 CPUtime=0.48 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) R 27229 27232 26267 0 -1 4202560 1810 13462 0 0 40 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497864567408 140498423545191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10834680 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10834680 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025639 11094712320 43065 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834680 KiB

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

[pid=27232/tid=27297] ppid=27229 vsize=10849048 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10849048 memory=2008 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 397 13462 0 0 2 3 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 122.91 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 758492 KiB

[startup+110.401 s]
/proc/loadavg: 1.47 1.47 1.54 3/229 27307
/proc/meminfo: memFree=3057300/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10849048 memory=758492 CPUtime=124.55 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 115630 13462 1 0 12387 60 5 3 20 0 15 0 473025624 11109425152 189623 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2712262 189623 3628 1 0 2674317 0
[pid=27232/tid=27285] ppid=27229 vsize=10849048 memory=1660 CPUtime=109.72 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 32749 13462 1 0 10945 19 5 3 20 0 15 0 473025633 11109425152 189623 33554432000 4194304 4196468 140725555296416 140498413817008 140498054793184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10849048 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1529 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189623 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10849048 memory=988 CPUtime=0.36 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 1892 13462 0 0 23 5 5 3 20 0 15 0 473025634 11109425152 189623 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10849048 memory=2008 CPUtime=0.34 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 2379 13462 0 0 22 4 5 3 20 0 15 0 473025634 11109425152 189623 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10849048 memory=1436 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2816 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189623 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10849048 memory=758492 CPUtime=0.31 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 5684 13462 0 0 20 3 5 3 20 0 15 0 473025636 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10849048 memory=580 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 39 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497900229792 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10849048 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497775485824 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10849048 memory=10604 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10849048 memory=758492 CPUtime=4.64 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 17738 13462 0 0 451 5 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10849048 memory=6791534058613427641 CPUtime=4.71 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 23447 13462 0 0 458 5 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10849048 memory=3620 CPUtime=4.25 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 24747 13462 0 0 410 7 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10849048 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10849048 memory=55396 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 397 13462 0 0 2 3 5 3 20 0 15 0 473025639 11109425152 189623 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 124.55 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 758492 KiB

[startup+110.801 s]
/proc/loadavg: 1.47 1.47 1.54 3/229 27307
/proc/meminfo: memFree=3057300/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10849048 memory=758664 CPUtime=124.97 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 118760 13462 1 0 12429 60 5 3 20 0 15 0 473025624 11109425152 189666 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2712262 189666 3628 1 0 2674317 0
[pid=27232/tid=27285] ppid=27229 vsize=10849048 memory=928 CPUtime=110.12 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 33447 13462 1 0 10985 19 5 3 20 0 15 0 473025633 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498413816288 140498057663233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10849048 memory=1772 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1632 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10849048 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 2972 13462 0 0 23 5 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10849048 memory=6084 CPUtime=0.34 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 2396 13462 0 0 22 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10849048 memory=1060 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2901 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10849048 memory=2828 CPUtime=0.32 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 5884 13462 0 0 21 3 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10849048 memory=1216 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 39 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497900229792 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10849048 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497775485824 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10849048 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10849048 memory=2928 CPUtime=4.64 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 17741 13462 0 0 451 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10849048 memory=1404 CPUtime=4.71 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 24170 13462 0 0 458 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10849048 memory=3164 CPUtime=4.25 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 24964 13462 0 0 410 7 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10849048 memory=903296 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10849048 memory=1408 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 401 13462 0 0 2 3 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 124.97 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 758664 KiB

[startup+111.201 s]
/proc/loadavg: 1.47 1.47 1.54 3/229 27307
/proc/meminfo: memFree=3055676/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10849048 memory=758664 CPUtime=125.38 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 119473 13462 1 0 12470 60 5 3 20 0 15 0 473025624 11109425152 189666 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2712262 189666 3628 1 0 2674317 0
[pid=27232/tid=27285] ppid=27229 vsize=10849048 memory=6791534058613427641 CPUtime=110.51 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 33491 13462 1 0 11024 19 5 3 20 0 15 0 473025633 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498413816960 140498057243775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10849048 memory=776 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1642 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10849048 memory=1564 CPUtime=0.36 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 2979 13462 0 0 23 5 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10849048 memory=6084 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 2399 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10849048 memory=1060 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2910 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10849048 memory=580 CPUtime=0.32 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 5893 13462 0 0 21 3 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10849048 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 39 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497900229792 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10849048 memory=10604 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497775485824 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10849048 memory=3636 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10849048 memory=776 CPUtime=4.65 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 17794 13462 0 0 452 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10849048 memory=758492 CPUtime=4.72 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 24449 13462 0 0 459 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10849048 memory=55396 CPUtime=4.26 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 25263 13462 0 0 411 7 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10849048 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10849048 memory=2008 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 401 13462 0 0 2 3 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 125.38 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 758664 KiB

[startup+111.301 s]
/proc/loadavg: 1.47 1.47 1.54 3/229 27307
/proc/meminfo: memFree=3055676/32770624 swapFree=66976736/67108860
[pid=27232] ppid=27229 vsize=10849048 memory=758664 CPUtime=125.48 cores=1,3,5,7
/proc/27232/stat : 27232 (java) S 27229 27232 26267 0 -1 1077944320 119479 13462 1 0 12480 60 5 3 20 0 15 0 473025624 11109425152 189666 33554432000 4194304 4196468 140725555296416 140725555278960 140498441981687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
/proc/27232/statm: 2712262 189666 3628 1 0 2674317 0
[pid=27232/tid=27285] ppid=27229 vsize=10849048 memory=758664 CPUtime=110.61 cores=1,3,5,7
/proc/27232/task/27285/stat : 27285 (java) R 27229 27232 26267 0 -1 4202560 33492 13462 1 0 11034 19 5 3 20 0 15 0 473025633 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498413813952 140498060797220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27286] ppid=27229 vsize=10849048 memory=758428 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27286/stat : 27286 (java) S 27229 27232 26267 0 -1 1077944384 1642 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498446224528 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27287] ppid=27229 vsize=10849048 memory=758492 CPUtime=0.36 cores=1,3,5,7
/proc/27232/task/27287/stat : 27287 (java) S 27229 27232 26267 0 -1 1077944384 2980 13462 0 0 23 5 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498014931984 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27288] ppid=27229 vsize=10849048 memory=6944656592455360604 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27288/stat : 27288 (java) S 27229 27232 26267 0 -1 1077944384 2400 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498013879184 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27289] ppid=27229 vsize=10849048 memory=6944656592455359580 CPUtime=0.35 cores=1,3,5,7
/proc/27232/task/27289/stat : 27289 (java) S 27229 27232 26267 0 -1 1077944384 2910 13462 0 0 23 4 5 3 20 0 15 0 473025634 11109425152 189666 33554432000 4194304 4196468 140725555296416 140498012826384 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27290] ppid=27229 vsize=10849048 memory=758428 CPUtime=0.32 cores=1,3,5,7
/proc/27232/task/27290/stat : 27290 (java) S 27229 27232 26267 0 -1 1077944384 5896 13462 0 0 21 3 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497901283696 140498441992834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27291] ppid=27229 vsize=10849048 memory=758428 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27291/stat : 27291 (java) S 27229 27232 26267 0 -1 1077944384 39 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497900229792 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27292] ppid=27229 vsize=10849048 memory=758428 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27292/stat : 27292 (java) S 27229 27232 26267 0 -1 1077944384 1 13462 0 0 0 0 5 3 20 0 15 0 473025636 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497775485824 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27293] ppid=27229 vsize=10849048 memory=758428 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27293/stat : 27293 (java) S 27229 27232 26267 0 -1 1077944384 2 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497171507024 140498442000283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27294] ppid=27229 vsize=10849048 memory=758428 CPUtime=4.65 cores=1,3,5,7
/proc/27232/task/27294/stat : 27294 (java) S 27229 27232 26267 0 -1 1077944384 17794 13462 0 0 452 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497866673008 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27295] ppid=27229 vsize=10849048 memory=14 CPUtime=4.72 cores=1,3,5,7
/proc/27232/task/27295/stat : 27295 (java) S 27229 27232 26267 0 -1 1077944384 24449 13462 0 0 459 5 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497865620208 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27296] ppid=27229 vsize=10849048 memory=14048 CPUtime=4.26 cores=1,3,5,7
/proc/27232/task/27296/stat : 27296 (java) S 27229 27232 26267 0 -1 1077944384 25263 13462 0 0 411 7 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497864567408 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27297] ppid=27229 vsize=10849048 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/27232/task/27297/stat : 27297 (java) S 27229 27232 26267 0 -1 1077944384 3 13462 0 0 0 0 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140496701745888 140498441991893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
[pid=27232/tid=27298] ppid=27229 vsize=10849048 memory=500 CPUtime=0.13 cores=1,3,5,7
/proc/27232/task/27298/stat : 27298 (java) S 27229 27232 26267 0 -1 1077944384 401 13462 0 0 2 3 5 3 20 0 15 0 473025639 11109425152 189666 33554432000 4194304 4196468 140725555296416 140497863514800 140498441992834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 24711168 140725555305060 140725555307701 140725555307701 140725555310543 0
Current children cumulated CPU time: 125.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 758664 KiB

Child status: 0
Real time (s): 111.359
CPU time (s): 125.546
CPU user time (s): 124.898
CPU system time (s): 0.648043
CPU usage (%): 112.74
Max. virtual memory (cumulated for all children) (KiB): 10853220
Max. memory (cumulated for all children) (KiB): 781572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.898
system time used= 0.648043
maximum resident set size= 783620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134230
page faults= 1
swaps= 0
block input operations= 232
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23103
involuntary context switches= 293


# summary of solver processes directly reported to runsolver:
#   pid: 27232
#   total CPU time (s): 125.546
#   total CPU user time (s): 124.898
#   total CPU system time (s): 0.648043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.688973 second user time and 1.1128 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 11:13:34
IDJOB=4403167
IDBENCH=123027
IDSOLVER=2862
FILE ID=node124/4403167-1568970855
RUNJOBID= node124-1568967597-26299
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr18a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403167-1568970855/watcher-4403167-1568970855 -o /var/tmp/evaluation-result-4403167-1568970855/solver-4403167-1568970855 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26299 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=799927705 HOME/instance-4403167-1568970855.xml

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

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=799927705

node124.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.47
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.47
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.47
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.47
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:         3820872 kB
MemAvailable:   30948708 kB
Buffers:          136272 kB
Cached:         26921168 kB
SwapCached:        28940 kB
Active:         14296336 kB
Inactive:       13672468 kB
Active(anon):     876852 kB
Inactive(anon):    83892 kB
Active(file):   13419484 kB
Inactive(file): 13588576 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66976736 kB
Dirty:             35468 kB
Writeback:             0 kB
AnonPages:       1005892 kB
Mapped:            65840 kB
Shmem:             40880 kB
Slab:             577040 kB
SReclaimable:     548236 kB
SUnreclaim:        28804 kB
KernelStack:        4000 kB
PageTables:         7624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2165180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node124 at 2019-09-20 11:15:26