Trace number 4304517

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.9.2OPT2 9.33736 4.78536

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-2_c18.xml
MD5SUM44fbe0987cd748884024830a876a5560
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.65126
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints21
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":1101,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":5,"count":6},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.13/4.22	o 2
9.13/4.23	v <instantiation cost="2">
9.13/4.23	v       <list>
9.13/4.23	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4]
9.13/4.23	v       </list>
9.13/4.23	v       <values>
9.13/4.23	v         1 1 1 0 3 0 0 1 4 1 6 0 0 0 0 6 0 0 0 0 6 0 0 0 0 275 220 0 0 0 1 1 0 0 0
9.13/4.23	v       </values>
9.13/4.23	v     </instantiation>
9.13/4.23	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304517-1534100295/watcher-4304517-1534100295 -o /tmp/evaluation-result-4304517-1534100295/solver-4304517-1534100295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1011885588 HOME/instance-4304517-1534100295.xml 

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

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


[startup+0.102226 s]*
/proc/loadavg: 1.13 1.19 1.29 2/206 26372
/proc/meminfo: memFree=27882368/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=10005480 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 4243 13383 0 0 1 0 5 3 20 0 6 0 227592669 10245611520 4583 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2501370 4583 1930 1 0 2489808 0
[pid=26315/tid=26368] ppid=26312 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 2049 13383 0 0 0 0 5 3 20 0 6 0 227592678 10245611520 4583 33554432000 4194304 4196468 140736179219792 140538364240464 140538378086195 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 6 0 227592679 10245611520 4583 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=10005480 memory=139805417629312 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 6 0 227592679 10245611520 4583 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 6 0 227592679 10245611520 4583 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 6 0 227592679 10245611520 4583 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.20997 s]*
/proc/loadavg: 1.13 1.19 1.29 3/215 26381
/proc/meminfo: memFree=27862832/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=10982744 memory=44428 CPUtime=0.26 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 7306 13383 0 0 16 2 5 3 20 0 15 0 227592669 11246329856 11107 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2745686 11107 2947 1 0 2708109 0
[pid=26315/tid=26368] ppid=26312 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 3916 13383 0 0 10 1 5 3 20 0 15 0 227592678 11246329856 11173 33554432000 4194304 4196468 140736179219792 140538364196128 140538372679517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246329856 11173 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=10982744 memory=3763239457789404832 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246329856 11173 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246329856 11173 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246329856 11173 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26373] ppid=26312 vsize=10982744 memory=139805417629312 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26373/stat : 26373 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246329856 11173 33554432000 4194304 4196468 140736179219792 140537817405424 140538392414850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246329856 11173 33554432000 4194304 4196468 140736179219792 140537235497888 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246329856 11173 33554432000 4194304 4196468 140736179219792 140537034171376 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246329856 11173 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 361 13383 0 0 1 0 5 3 20 0 15 0 227592684 11246329856 11239 33554432000 4194304 4196468 140736179219792 140537816353264 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 241 13383 0 0 1 0 5 3 20 0 15 0 227592684 11246329856 11239 33554432000 4194304 4196468 140736179219792 140537815300720 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=10982744 memory=139805417629312 CPUtime=0.11 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 618 13383 0 0 3 0 5 3 20 0 15 0 227592684 11246329856 11239 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246329856 11239 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=10982744 memory=139805417629312 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246329856 11239 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44428 KiB

[startup+0.310287 s]*
/proc/loadavg: 1.13 1.19 1.29 3/215 26381
/proc/meminfo: memFree=27850056/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=10983192 memory=56976 CPUtime=0.39 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 10285 13383 0 0 28 3 5 3 20 0 15 0 227592669 11246788608 14244 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2745798 14244 3066 1 0 2708109 0
[pid=26315/tid=26368] ppid=26312 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 6835 13383 0 0 18 2 5 3 20 0 15 0 227592678 11246788608 14244 33554432000 4194304 4196468 140736179219792 140538364215712 140538392425629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 14244 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 14244 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 14244 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 14244 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26373] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26373/stat : 26373 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537817405424 140538392414850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537235497888 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537034171376 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 362 13383 0 0 2 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537816353264 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 241 13383 0 0 1 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537815300720 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=10983192 memory=139805417629312 CPUtime=0.13 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 628 13383 0 0 5 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=10983192 memory=139805417629312 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 14244 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56976 KiB

[startup+0.700731 s]
/proc/loadavg: 1.13 1.19 1.29 3/215 26381
/proc/meminfo: memFree=27839264/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=10983192 memory=88924 CPUtime=0.99 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 16401 13383 0 0 87 4 5 3 20 0 15 0 227592669 11246788608 22231 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2745798 22231 3238 1 0 2708109 0
[pid=26315/tid=26368] ppid=26312 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 11865 13383 0 0 55 3 5 3 20 0 15 0 227592678 11246788608 22231 33554432000 4194304 4196468 140736179219792 140538364224528 140538392425629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 22231 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 22231 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=10983192 memory=139805279269648 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 22231 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=10983192 memory=139805480452681 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592679 11246788608 22295 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26373] ppid=26312 vsize=10983192 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26373/stat : 26373 (java) S 26312 26315 25256 0 -1 1077944384 6 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537817405424 140538392414850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537235497888 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537034171376 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=10983192 memory=2228 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=10983192 memory=30564 CPUtime=0.18 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 978 13383 0 0 10 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537816353264 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=10983192 memory=11904 CPUtime=0.15 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 647 13383 0 0 7 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537815300720 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=10983192 memory=492 CPUtime=0.21 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) R 26312 26315 25256 0 -1 4202560 688 13383 0 0 13 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537814248176 140538371247306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=10983192 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=10983192 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592684 11246788608 22295 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88924 KiB

[startup+1.50081 s]
/proc/loadavg: 1.13 1.19 1.29 4/215 26381
/proc/meminfo: memFree=27793180/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=11000140 memory=180408 CPUtime=2.26 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 23594 13383 0 0 208 10 5 3 20 0 15 0 227592669 11264143360 45102 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2750035 45102 3472 1 0 2711693 0
[pid=26315/tid=26368] ppid=26312 vsize=11000140 memory=65576 CPUtime=1.43 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 17457 13383 0 0 129 6 5 3 20 0 15 0 227592678 11264143360 45102 33554432000 4194304 4196468 140736179219792 140538364218640 140538376484190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=11000140 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 73 13383 0 0 1 0 5 3 20 0 15 0 227592679 11264143360 45102 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=11000140 memory=279610558570656 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 251 13383 0 0 1 0 5 3 20 0 15 0 227592679 11264143360 45102 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 17 13383 0 0 1 0 5 3 20 0 15 0 227592679 11264143360 45102 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 34 13383 0 0 0 0 5 3 20 0 15 0 227592679 11264143360 45102 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26373] ppid=26312 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26315/task/26373/stat : 26373 (java) S 26312 26315 25256 0 -1 1077944384 53 13383 0 0 1 0 5 3 20 0 15 0 227592681 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537817405424 140538392414850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 15 0 227592681 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11000140 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11000140 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 1171 13383 0 0 21 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537816353264 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11000140 memory=10 CPUtime=0.29 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 1176 13383 0 0 21 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537815300720 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 1150 13383 0 0 29 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11000140 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=11000140 memory=279610558815168 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592684 11264143360 45102 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

[pid=26315/tid=26374] ppid=26312 vsize=11008352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 15 0 227592681 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11008352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11008352 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) R 26312 26315 25256 0 -1 4202560 2068 13383 0 0 81 1 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537816353360 140538378098769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11008352 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) R 26312 26315 25256 0 -1 4202560 4063 13383 0 0 110 0 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537815300816 140538372065968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11008352 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 3411 13383 0 0 107 1 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=11008352 memory=244 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592684 11272552448 69564 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 278256 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.28 1.22 1.29 4/215 26381
/proc/meminfo: memFree=27578440/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=11080256 memory=327732 CPUtime=8.57 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 69663 13383 0 0 830 19 5 3 20 0 15 0 227592669 11346182144 81933 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2770064 81933 3499 1 0 2731717 0
[pid=26315/tid=26368] ppid=26312 vsize=11080256 memory=0 CPUtime=3.88 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) R 26312 26315 25256 0 -1 4202560 47587 13383 0 0 369 11 5 3 20 0 15 0 227592678 11346182144 81933 33554432000 4194304 4196468 140736179219792 140538364234816 140538392415638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=11080256 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 98 13383 0 0 2 0 5 3 20 0 15 0 227592679 11346182144 81933 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=11080256 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 262 13383 0 0 2 0 5 3 20 0 15 0 227592679 11346182144 81933 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=11080256 memory=279610558468640 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 36 13383 0 0 2 0 5 3 20 0 15 0 227592679 11346182144 81933 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=11080256 memory=139805279318063 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 48 13383 0 0 2 0 5 3 20 0 15 0 227592679 11346182144 81933 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26373] ppid=26312 vsize=11080256 memory=279610696947344 CPUtime=0.11 cores=1,3,5,7
/proc/26315/task/26373/stat : 26373 (java) S 26312 26315 25256 0 -1 1077944384 299 13383 0 0 3 0 5 3 20 0 15 0 227592681 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537817405424 140538392414850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=11080256 memory=139805279322671 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 15 0 227592681 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11080256 memory=279610558649952 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 227592681 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11080256 memory=279610558654560 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140536726771920 140538392422299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11080256 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) R 26312 26315 25256 0 -1 1077944384 4050 13383 0 0 126 1 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537816353264 140538392414850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11080256 memory=67 CPUtime=1.87 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) R 26312 26315 25256 0 -1 4202560 8502 13383 0 0 179 0 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537815286224 140538373947921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11080256 memory=279610696958912 CPUtime=1.46 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) R 26312 26315 25256 0 -1 4202560 6568 13383 0 0 137 1 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537814248176 140538378084401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11080256 memory=67 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26381] ppid=26312 vsize=11080256 memory=279610696965824 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26381/stat : 26381 (java) S 26312 26315 25256 0 -1 1077944384 6 13383 0 0 0 0 5 3 20 0 15 0 227592684 11346182144 81933 33554432000 4194304 4196468 140736179219792 140537813195056 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 11080256 KiB
Current children cumulated memory: 327732 KiB

[startup+4.40069 s]
/proc/loadavg: 1.28 1.22 1.29 4/215 26381
/proc/meminfo: memFree=27578440/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=11144540 memory=329808 CPUtime=9.3 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 73152 13383 0 0 903 19 5 3 20 0 13 0 227592669 11412008960 82452 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2786135 82452 3502 1 0 2747788 0
[pid=26315/tid=26368] ppid=26312 vsize=11144540 memory=7739276948477931370 CPUtime=4.11 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) D 26312 26315 25256 0 -1 4202560 48112 13383 0 0 392 11 5 3 20 0 13 0 227592678 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538364247352 140538385089335 0 0 0 16800975 18446744072099953797 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=11144540 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 98 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=11144540 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 262 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=11144540 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 36 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=11144540 memory=576461251985632562 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 48 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=11144540 memory=288284489334129494 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11144540 memory=1030506 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11144540 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 6 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536726771568 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11144540 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 4123 13383 0 0 140 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537816333664 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11144540 memory=-8970745359494625598 CPUtime=2.15 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 10915 13383 0 0 206 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537815285776 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11144540 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 6801 13383 0 0 148 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11144540 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 11144540 KiB
Current children cumulated memory: 329808 KiB

[startup+4.60059 s]
/proc/loadavg: 1.28 1.22 1.29 4/215 26381
/proc/meminfo: memFree=27578440/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=11144540 memory=329808 CPUtime=9.3 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 73152 13383 0 0 903 19 5 3 20 0 13 0 227592669 11412008960 82452 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2786135 82452 3502 1 0 2747788 0
[pid=26315/tid=26368] ppid=26312 vsize=11144540 memory=0 CPUtime=4.11 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) D 26312 26315 25256 0 -1 4202560 48112 13383 0 0 392 11 5 3 20 0 13 0 227592678 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538364247352 140538385089335 0 0 0 16800975 18446744072099953797 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=11144540 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 98 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=11144540 memory=-3535359994705172875 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 262 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=11144540 memory=-6800859132029471843 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 36 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=11144540 memory=6944656592387989600 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 48 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=11144540 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11144540 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11144540 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 6 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536726771568 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11144540 memory=6944656592455360604 CPUtime=1.49 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 4123 13383 0 0 140 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537816333664 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11144540 memory=6944652177228980320 CPUtime=2.15 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 10915 13383 0 0 206 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537815285776 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11144540 memory=6944656592455097440 CPUtime=1.57 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 6801 13383 0 0 148 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11144540 memory=139805279375425 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 11144540 KiB
Current children cumulated memory: 329808 KiB

[startup+4.70062 s]
/proc/loadavg: 1.28 1.22 1.29 4/215 26381
/proc/meminfo: memFree=27578440/32770624 swapFree=67030652/67108860
[pid=26315] ppid=26312 vsize=11144540 memory=329808 CPUtime=9.3 cores=1,3,5,7
/proc/26315/stat : 26315 (java) S 26312 26315 25256 0 -1 1077944320 73152 13383 0 0 903 19 5 3 20 0 13 0 227592669 11412008960 82452 33554432000 4194304 4196468 140736179219792 140736179202336 140538392403703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
/proc/26315/statm: 2786135 82452 3502 1 0 2747788 0
[pid=26315/tid=26368] ppid=26312 vsize=11144540 memory=329808 CPUtime=4.11 cores=1,3,5,7
/proc/26315/task/26368/stat : 26368 (java) D 26312 26315 25256 0 -1 4202560 48112 13383 0 0 392 11 5 3 20 0 13 0 227592678 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538364247352 140538385089335 0 0 0 16800975 18446744072099953797 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26369] ppid=26312 vsize=11144540 memory=329808 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26369/stat : 26369 (java) S 26312 26315 25256 0 -1 1077944384 98 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538396646160 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26370] ppid=26312 vsize=11144540 memory=8 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26370/stat : 26370 (java) S 26312 26315 25256 0 -1 1077944384 262 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538251365264 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26371] ppid=26312 vsize=11144540 memory=279610558900032 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26371/stat : 26371 (java) S 26312 26315 25256 0 -1 1077944384 36 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538250312720 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26372] ppid=26312 vsize=11144540 memory=1 CPUtime=0.1 cores=1,3,5,7
/proc/26315/task/26372/stat : 26372 (java) S 26312 26315 25256 0 -1 1077944384 48 13383 0 0 2 0 5 3 20 0 13 0 227592679 11412008960 82452 33554432000 4194304 4196468 140736179219792 140538249260176 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26374] ppid=26312 vsize=11144540 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26374/stat : 26374 (java) S 26312 26315 25256 0 -1 1077944384 14 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537235497952 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26375] ppid=26312 vsize=11144540 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26375/stat : 26375 (java) S 26312 26315 25256 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 13 0 227592681 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537034171392 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26376] ppid=26312 vsize=11144540 memory=8259212075158705020 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26376/stat : 26376 (java) S 26312 26315 25256 0 -1 1077944384 6 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536726771568 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26377] ppid=26312 vsize=11144540 memory=-8412656558948453747 CPUtime=1.49 cores=1,3,5,7
/proc/26315/task/26377/stat : 26377 (java) S 26312 26315 25256 0 -1 1077944384 4123 13383 0 0 140 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537816333664 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26378] ppid=26312 vsize=11144540 memory=6656426216303648864 CPUtime=2.15 cores=1,3,5,7
/proc/26315/task/26378/stat : 26378 (java) S 26312 26315 25256 0 -1 1077944384 10915 13383 0 0 206 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537815285776 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26379] ppid=26312 vsize=11144540 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/26315/task/26379/stat : 26379 (java) S 26312 26315 25256 0 -1 1077944384 6801 13383 0 0 148 1 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140537814248176 140538392414850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
[pid=26315/tid=26380] ppid=26312 vsize=11144540 memory=-3472574513799858009 CPUtime=0.08 cores=1,3,5,7
/proc/26315/task/26380/stat : 26380 (java) S 26312 26315 25256 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 13 0 227592684 11412008960 82452 33554432000 4194304 4196468 140736179219792 140536295976032 140538392413909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18731008 140736179227244 140736179230044 140736179230044 140736179232719 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 11144540 KiB
Current children cumulated memory: 329808 KiB

Child status: 0
Real time (s): 4.78536
CPU time (s): 9.33736
CPU user time (s): 9.09015
CPU system time (s): 0.247218
CPU usage (%): 195.124
Max. virtual memory (cumulated for all children) (KiB): 11144540
Max. memory (cumulated for all children) (KiB): 331828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.09015
system time used= 0.247218
maximum resident set size= 334480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6849
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 26315
#   total CPU time (s): 9.33736
#   total CPU user time (s): 9.09015
#   total CPU system time (s): 0.247218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050125 second user time and 0.086376 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 20:58:15
IDJOB=4304517
IDBENCH=141356
IDSOLVER=2780
FILE ID=node102/4304517-1534100295
RUNJOBID= node102-1534095354-25288
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304517-1534100295/watcher-4304517-1534100295 -o /tmp/evaluation-result-4304517-1534100295/solver-4304517-1534100295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1011885588 HOME/instance-4304517-1534100295.xml

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

MD5SUM BENCH= 44fbe0987cd748884024830a876a5560
RANDOM SEED=1011885588

node102.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.51
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.51
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.51
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.51
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:        27892840 kB
MemAvailable:   30855412 kB
Buffers:          140536 kB
Cached:          3070392 kB
SwapCached:        51252 kB
Active:          2670696 kB
Inactive:        1642224 kB
Active(anon):    1026756 kB
Inactive(anon):   126912 kB
Active(file):    1643940 kB
Inactive(file):  1515312 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             26752 kB
Writeback:             0 kB
AnonPages:       1024292 kB
Mapped:            63436 kB
Shmem:             48976 kB
Slab:             260968 kB
SReclaimable:     231780 kB
SUnreclaim:        29188 kB
KernelStack:        3808 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2245040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-12 20:58:20