Trace number 4396175

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.2OPT44 125.752 115.403

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark38.0272
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
10.54/4.21	o 65
10.54/4.24	o 59
10.87/4.30	o 57
11.18/4.42	o 56
11.49/4.50	o 55
11.49/4.56	o 53
12.12/4.74	o 52
12.43/4.86	o 48
14.97/6.73	o 47
22.88/13.82	o 45
23.54/14.49	o 44
125.63/115.39	v <instantiation
125.63/115.39	v         cost = '44'>
125.63/115.39	v       <list>
125.63/115.39	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8]
125.63/115.39	v       </list>
125.63/115.39	v       <values>
125.63/115.39	v         0 3 9 17 19 32 39 43 44
125.63/115.39	v       </values>
125.63/115.39	v     </instantiation>
125.63/115.39	s OPTIMUM FOUND

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396175-1568398869/watcher-4396175-1568398869 -o /tmp/evaluation-result-4396175-1568398869/solver-4396175-1568398869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=251835178 HOME/instance-4396175-1568398869.xml 

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

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


[startup+0.102 s]*
/proc/loadavg: 1.25 1.41 1.49 3/222 19214
/proc/meminfo: memFree=28564032/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=9972712 memory=15180 CPUtime=0.09 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 4580 13374 0 0 1 0 5 3 20 0 6 0 416137413 10212057088 3795 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2493178 3795 1935 1 0 2481616 0
[pid=19157/tid=19210] ppid=19154 vsize=9972712 memory=4279135703913365132 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 2384 13374 0 0 1 0 5 3 20 0 6 0 416137422 10212057088 3861 33554432000 4194304 4196468 140721572175696 140025498210896 140025511686137 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 6 0 416137423 10212057088 3861 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=9972712 memory=140401441277568 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 6 0 416137423 10212057088 3861 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 6 0 416137423 10212057088 3861 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 6 0 416137423 10212057088 3861 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210427 s]*
/proc/loadavg: 1.25 1.41 1.49 3/231 19223
/proc/meminfo: memFree=28544316/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10819664 memory=41972 CPUtime=0.26 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 7271 13374 0 0 17 1 5 3 20 0 15 0 416137413 11079335936 10493 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2704916 10493 3184 1 0 2667149 0
[pid=19157/tid=19210] ppid=19154 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 3665 13374 0 0 11 1 5 3 20 0 15 0 416137422 11079335936 10493 33554432000 4194304 4196468 140721572175696 140025498189136 140025510454622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079335936 10493 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10819664 memory=288370777592989312 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079335936 10493 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079335936 10493 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079335936 10493 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10819664 memory=140401441277568 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137424 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 33 13374 0 0 0 0 5 3 20 0 15 0 416137425 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024984848032 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024859321584 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 616 13374 0 0 1 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 66 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10819664 memory=140401441277568 CPUtime=0.11 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) R 19154 19157 15665 0 -1 4202560 670 13374 0 0 3 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024949184496 140025505078886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10819664 memory=140401441277568 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079335936 10493 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41972 KiB

[startup+0.310877 s]*
/proc/loadavg: 1.25 1.41 1.49 3/231 19223
/proc/meminfo: memFree=28531276/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10820148 memory=50888 CPUtime=0.41 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 10969 13374 0 0 30 3 5 3 20 0 15 0 416137413 11079831552 12722 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2705037 12722 3316 1 0 2667149 0
[pid=19157/tid=19210] ppid=19154 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 7297 13374 0 0 19 2 5 3 20 0 15 0 416137422 11079831552 12722 33554432000 4194304 4196468 140721572175696 140025498174048 140025512108643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079831552 12722 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079831552 12722 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079831552 12722 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137423 11079831552 12722 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137424 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 33 13374 0 0 0 0 5 3 20 0 15 0 416137425 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024984848032 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024859321584 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 622 13374 0 0 2 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 83 13374 0 0 1 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10820148 memory=140401441277568 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) R 19154 19157 15665 0 -1 4202560 711 13374 0 0 5 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024949184496 140025526395482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10820148 memory=140401441277568 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137428 11079831552 12722 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50888 KiB

[startup+0.70068 s]
/proc/loadavg: 1.25 1.41 1.49 3/231 19223
/proc/meminfo: memFree=28516068/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10824360 memory=82836 CPUtime=1.15 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 15442 13374 0 0 102 5 5 3 20 0 15 0 416137413 11084144640 20709 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2706090 20709 3511 1 0 2668173 0
[pid=19157/tid=19210] ppid=19154 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 10447 13374 0 0 55 4 5 3 20 0 15 0 416137422 11084144640 20709 33554432000 4194304 4196468 140721572175696 140025498203680 140025130692732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11084144640 20709 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11084144640 20709 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10824360 memory=140401340199696 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137423 11084144640 20709 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10824360 memory=140402480906842 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137423 11084144640 20709 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10824360 memory=8300 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 5 13374 0 0 0 0 5 3 20 0 15 0 416137424 11084144640 20709 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10824360 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 33 13374 0 0 0 0 5 3 20 0 15 0 416137425 11084144640 20709 33554432000 4194304 4196468 140721572175696 140024984848032 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024859321584 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10824360 memory=20300 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10824360 memory=12036 CPUtime=0.24 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 1197 13374 0 0 16 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10824360 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 516 13374 0 0 12 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10824360 memory=500 CPUtime=0.25 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 1022 13374 0 0 17 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10824360 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137428 11084144640 21221 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82836 KiB

[startup+1.50074 s]
/proc/loadavg: 1.25 1.41 1.49 4/232 19224
/proc/meminfo: memFree=28481432/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10834676 memory=174388 CPUtime=2.5 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 22025 13374 0 0 232 10 5 3 20 0 15 0 416137413 11094708224 43597 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2708669 43597 3589 1 0 2670733 0
[pid=19157/tid=19210] ppid=19154 vsize=10834676 memory=69044 CPUtime=1.44 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 15348 13374 0 0 130 6 5 3 20 0 15 0 416137422 11094708224 43597 33554432000 4194304 4196468 140721572175696 140025498197408 140025510454622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 64 13374 0 0 1 0 5 3 20 0 15 0 416137423 11094708224 43597 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10834676 memory=280802680430752 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 76 13374 0 0 1 0 5 3 20 0 15 0 416137423 11094708224 43597 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 32 13374 0 0 1 0 5 3 20 0 15 0 416137423 11094708224 43597 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 346 13374 0 0 1 0 5 3 20 0 15 0 416137423 11094708224 43597 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 129 13374 0 0 1 0 5 3 20 0 15 0 416137424 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 34 13374 0 0 0 0 5 3 20 0 15 0 416137425 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024984848096 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024859321600 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10834676 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 1393 13374 0 0 28 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10834676 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 703 13374 0 0 25 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10834676 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 1686 13374 0 0 41 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10834676 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10834676 memory=280802680675200 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137428 11094708224 43597 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834676 KiB

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

[pid=19157/tid=19222] ppid=19154 vsize=10846984 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10846984 memory=1712 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 374 13374 0 0 2 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 123.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 720796 KiB

[startup+114.401 s]
/proc/loadavg: 1.51 1.47 1.50 3/232 19234
/proc/meminfo: memFree=27860236/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10846984 memory=720796 CPUtime=124.72 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 91971 13374 0 0 12422 42 5 3 20 0 15 0 416137413 11107311616 180199 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2711746 180199 3630 1 0 2673805 0
[pid=19157/tid=19210] ppid=19154 vsize=10846984 memory=2044 CPUtime=113.79 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 30389 13374 0 0 11355 16 5 3 20 0 15 0 416137422 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025498209344 140025146112640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10846984 memory=6791534058613427641 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1080 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10846984 memory=1398720917958146503 CPUtime=0.33 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1912 13374 0 0 22 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10846984 memory=1408 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 807 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10846984 memory=3240 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 4655 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.3 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 4688 13374 0 0 21 1 5 3 20 0 15 0 416137424 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 38 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024984848096 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024859321600 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10846984 memory=992 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10846984 memory=2044 CPUtime=3.92 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 18314 13374 0 0 382 2 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10846984 memory=1296 CPUtime=3.87 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 15536 13374 0 0 376 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10846984 memory=280802681098656 CPUtime=1.97 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 11962 13374 0 0 186 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10846984 memory=4202394030716471841 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10846984 memory=1296 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 374 13374 0 0 2 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 124.72 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 720796 KiB

[startup+114.801 s]
/proc/loadavg: 1.51 1.47 1.50 3/232 19234
/proc/meminfo: memFree=27860236/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10846984 memory=720796 CPUtime=125.13 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 91973 13374 0 0 12463 42 5 3 20 0 15 0 416137413 11107311616 180199 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2711746 180199 3630 1 0 2673805 0
[pid=19157/tid=19210] ppid=19154 vsize=10846984 memory=288230596050944315 CPUtime=114.18 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 30391 13374 0 0 11394 16 5 3 20 0 15 0 416137422 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025498209280 140025146406548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10846984 memory=13564886244395449 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1080 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10846984 memory=2422 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1912 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10846984 memory=2 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 807 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10846984 memory=648 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 4655 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10846984 memory=1158 CPUtime=0.31 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 4688 13374 0 0 22 1 5 3 20 0 15 0 416137424 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 38 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024984848096 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10846984 memory=280802682007184 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024859321600 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10846984 memory=140401340979552 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10846984 memory=280802681942240 CPUtime=3.92 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 18314 13374 0 0 382 2 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10846984 memory=140401340987812 CPUtime=3.87 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 15536 13374 0 0 376 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10846984 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 11962 13374 0 0 186 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10846984 memory=6468220748985 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 374 13374 0 0 2 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 125.13 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 720796 KiB

[startup+115.201 s]
/proc/loadavg: 1.51 1.47 1.50 3/232 19234
/proc/meminfo: memFree=27860348/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10846984 memory=720796 CPUtime=125.53 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 91977 13374 0 0 12503 42 5 3 20 0 15 0 416137413 11107311616 180199 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2711746 180199 3630 1 0 2673805 0
[pid=19157/tid=19210] ppid=19154 vsize=10846984 memory=1682204 CPUtime=114.58 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 30393 13374 0 0 11434 16 5 3 20 0 15 0 416137422 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025498209600 140025146336898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10846984 memory=1412 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1081 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10846984 memory=3000 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1913 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.35 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 807 13374 0 0 24 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10846984 memory=14012 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 4655 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10846984 memory=20300 CPUtime=0.31 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 4688 13374 0 0 22 1 5 3 20 0 15 0 416137424 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10846984 memory=3628 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 38 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024984848096 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10846984 memory=38916 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024859321600 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10846984 memory=38916 CPUtime=3.92 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 18314 13374 0 0 382 2 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10846984 memory=992 CPUtime=3.87 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 15536 13374 0 0 376 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10846984 memory=2044 CPUtime=1.97 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 11962 13374 0 0 186 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10846984 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10846984 memory=38916 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 374 13374 0 0 2 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 125.53 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 720796 KiB

[startup+115.301 s]
/proc/loadavg: 1.51 1.47 1.50 3/232 19234
/proc/meminfo: memFree=27860348/32770624 swapFree=66916528/67108860
[pid=19157] ppid=19154 vsize=10846984 memory=720796 CPUtime=125.63 cores=0,2,4,6
/proc/19157/stat : 19157 (java) S 19154 19157 15665 0 -1 1077944320 91977 13374 0 0 12513 42 5 3 20 0 15 0 416137413 11107311616 180199 33554432000 4194304 4196468 140721572175696 140721572158240 140025526374135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
/proc/19157/statm: 2711746 180199 3630 1 0 2673805 0
[pid=19157/tid=19210] ppid=19154 vsize=10846984 memory=164 CPUtime=114.68 cores=0,2,4,6
/proc/19157/task/19210/stat : 19210 (java) R 19154 19157 15665 0 -1 4202560 30393 13374 0 0 11444 16 5 3 20 0 15 0 416137422 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025498209488 140025145555999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19211] ppid=19154 vsize=10846984 memory=280802681461392 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19211/stat : 19211 (java) S 19154 19157 15665 0 -1 1077944384 1081 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025530616336 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19212] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19212/stat : 19212 (java) S 19154 19157 15665 0 -1 1077944384 1913 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025464658576 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19213] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.35 cores=0,2,4,6
/proc/19157/task/19213/stat : 19213 (java) S 19154 19157 15665 0 -1 1077944384 807 13374 0 0 24 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025098766608 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19214] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.34 cores=0,2,4,6
/proc/19157/task/19214/stat : 19214 (java) S 19154 19157 15665 0 -1 1077944384 4655 13374 0 0 23 3 5 3 20 0 15 0 416137423 11107311616 180199 33554432000 4194304 4196468 140721572175696 140025097714064 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19215] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.31 cores=0,2,4,6
/proc/19157/task/19215/stat : 19215 (java) S 19154 19157 15665 0 -1 1077944384 4688 13374 0 0 22 1 5 3 20 0 15 0 416137424 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024985901808 140025526385282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19216] ppid=19154 vsize=10846984 memory=3628 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19216/stat : 19216 (java) S 19154 19157 15665 0 -1 1077944384 38 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024984848096 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19217] ppid=19154 vsize=10846984 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19217/stat : 19217 (java) S 19154 19157 15665 0 -1 1077944384 1 13374 0 0 0 0 5 3 20 0 15 0 416137425 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024859321600 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19218] ppid=19154 vsize=10846984 memory=720796 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19218/stat : 19218 (java) S 19154 19157 15665 0 -1 1077944384 2 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024255343056 140025526392731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19219] ppid=19154 vsize=10846984 memory=3628 CPUtime=3.92 cores=0,2,4,6
/proc/19157/task/19219/stat : 19219 (java) S 19154 19157 15665 0 -1 1077944384 18314 13374 0 0 382 2 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024951290096 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19220] ppid=19154 vsize=10846984 memory=620 CPUtime=3.87 cores=0,2,4,6
/proc/19157/task/19220/stat : 19220 (java) S 19154 19157 15665 0 -1 1077944384 15536 13374 0 0 376 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024950237552 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19221] ppid=19154 vsize=10846984 memory=4000 CPUtime=1.97 cores=0,2,4,6
/proc/19157/task/19221/stat : 19221 (java) S 19154 19157 15665 0 -1 1077944384 11962 13374 0 0 186 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024949184496 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19222] ppid=19154 vsize=10846984 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/19157/task/19222/stat : 19222 (java) S 19154 19157 15665 0 -1 1077944384 3 13374 0 0 0 0 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140023785580896 140025526384341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
[pid=19157/tid=19223] ppid=19154 vsize=10846984 memory=1712 CPUtime=0.13 cores=0,2,4,6
/proc/19157/task/19223/stat : 19223 (java) S 19154 19157 15665 0 -1 1077944384 374 13374 0 0 2 3 5 3 20 0 15 0 416137428 11107311616 180199 33554432000 4194304 4196468 140721572175696 140024948132912 140025526385282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9998336 140721572182768 140721572185285 140721572185285 140721572188111 0
Current children cumulated CPU time: 125.63 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 720796 KiB

Child status: 0
Real time (s): 115.403
CPU time (s): 125.752
CPU user time (s): 125.287
CPU system time (s): 0.464992
CPU usage (%): 108.968
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 728976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.287
system time used= 0.464992
maximum resident set size= 730520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106400
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13606
involuntary context switches= 433


# summary of solver processes directly reported to runsolver:
#   pid: 19157
#   total CPU time (s): 125.752
#   total CPU user time (s): 125.287
#   total CPU system time (s): 0.464992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.640488 second user time and 1.21887 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 20:20:27
IDJOB=4396175
IDBENCH=126243
IDSOLVER=2846
FILE ID=node134/4396175-1568398869
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396175-1568398869/watcher-4396175-1568398869 -o /tmp/evaluation-result-4396175-1568398869/solver-4396175-1568398869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=251835178 HOME/instance-4396175-1568398869.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=251835178

node134.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.76
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.76
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.76
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.76
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:        28570880 kB
MemAvailable:   30125828 kB
Buffers:          180552 kB
Cached:          1641288 kB
SwapCached:        90688 kB
Active:          2186060 kB
Inactive:        1395460 kB
Active(anon):    1692628 kB
Inactive(anon):   106556 kB
Active(file):     493432 kB
Inactive(file):  1288904 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916528 kB
Dirty:             35380 kB
Writeback:             0 kB
AnonPages:       1845080 kB
Mapped:            57252 kB
Shmem:             30980 kB
Slab:             207556 kB
SReclaimable:     176896 kB
SUnreclaim:        30660 kB
KernelStack:        4048 kB
PageTables:         9624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2769524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1667072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-13 20:22:23