Trace number 4396354

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.2OPT22 71.6987 63.219

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-14.xml
MD5SUMbb3a1ca81e7aea213eb86a812d55e65a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark4.78559
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints110
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":42},{"size":9,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":12}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.58	c Concrete v3.12.2.1568380929293 running
8.75/3.87	o 16
9.08/3.92	o 17
9.76/4.11	o 19
10.08/4.24	o 20
11.32/4.77	o 21
18.13/10.54	o 22
71.67/63.20	v <instantiation
71.67/63.20	v         cost = '22'>
71.67/63.20	v       <list>
71.67/63.20	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13]
71.67/63.20	v       </list>
71.67/63.20	v       <values>
71.67/63.20	v         0 1 1 0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 1 1 0 1 0 1 0 1 0 1 1 1 0 0 0 0 0 0 1 1 0 1 1 0 2 3 2 4 3 3 4 2 3 2 2 2 3 2 3 6 3 4 3 3 4 3 6 3 4 3 6 3 2 3 2 2 2 2 2 2 3 2 4 2 3 2
71.67/63.20	v       </values>
71.67/63.20	v     </instantiation>
71.67/63.20	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396354-1568394052/watcher-4396354-1568394052 -o /tmp/evaluation-result-4396354-1568394052/solver-4396354-1568394052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2041695160 HOME/instance-4396354-1568394052.xml 

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

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

solver pid=23952, runsolver pid=23948

[startup+0.100062 s]*
/proc/loadavg: 1.71 1.89 1.93 14/230 24042
/proc/meminfo: memFree=31619648/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=113256 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/23952/stat : 23952 (bash) S 23948 23952 22378 0 -1 4202496 924 10977 1 1 0 0 5 2 20 0 1 0 415658348 115974144 404 33554432000 4194304 5098028 140731343366224 140731343359448 139924086680576 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 33939456 140731343373332 140731343373457 140731343373457 140731343376366 0
/proc/23952/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.209776 s]*
/proc/loadavg: 1.71 1.89 1.93 3/227 24088
/proc/meminfo: memFree=31610088/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10819664 memory=35288 CPUtime=0.19 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 6694 13012 1 1 10 1 5 3 20 0 15 0 415658348 11079335936 8822 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2704916 8822 3051 1 0 2667149 0
[pid=23952/tid=24061] ppid=23948 vsize=10819664 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 3533 13012 0 1 8 0 5 3 20 0 15 0 415658360 11079335936 8822 33554432000 4194304 4196468 140733288761472 140076460888392 140076080246572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10819664 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079335936 8888 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10819664 memory=139742061115828 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079335936 8888 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079335936 8888 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079335936 8888 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10819664 memory=139742057842304 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658362 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415658363 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075459404832 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658363 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075258078064 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 303 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) R 23948 23952 22378 0 -1 1077944384 129 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10819664 memory=139742057842304 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) R 23948 23952 22378 0 -1 4202560 550 13012 0 1 1 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075689843312 140076468035161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10819664 memory=139742057842304 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079335936 8888 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35288 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.71 1.89 1.93 3/227 24088
/proc/meminfo: memFree=31576304/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10820148 memory=49796 CPUtime=0.37 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 10071 13012 1 1 26 3 5 3 20 0 15 0 415658348 11079831552 12449 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2705037 12449 3261 1 0 2667149 0
[pid=23952/tid=24061] ppid=23948 vsize=10820148 memory=8317482817917895235 CPUtime=0.26 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 6644 13012 0 1 16 2 5 3 20 0 15 0 415658360 11079831552 12449 33554432000 4194304 4196468 140733288761472 140076460875328 140076473144670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079831552 12449 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079831552 12449 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079831552 12449 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11079831552 12449 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658362 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415658363 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075459404832 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658363 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075258078064 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) R 23948 23952 22378 0 -1 1077944384 376 13012 0 1 1 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) R 23948 23952 22378 0 -1 4202560 190 13012 0 1 1 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075690896112 140076468750721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) R 23948 23952 22378 0 -1 4202560 628 13012 0 1 5 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075689843312 140076467601021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658366 11079831552 12449 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49796 KiB

[startup+0.700644 s]
/proc/loadavg: 1.71 1.89 1.93 4/227 24088
/proc/meminfo: memFree=31547788/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10822312 memory=77512 CPUtime=1.02 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 14540 13012 1 1 89 5 5 3 20 0 15 0 415658348 11082047488 19378 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2705578 19378 3493 1 0 2667661 0
[pid=23952/tid=24061] ppid=23948 vsize=10822312 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) D 23948 23952 22378 0 -1 4202560 9916 13012 0 1 49 4 5 3 20 0 15 0 415658360 11082047488 19378 33554432000 4194304 4196468 140733288761472 140076460886048 140076489086109 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 2 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11082047488 19378 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10822312 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658361 11082047488 19378 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10822312 memory=39700 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11082047488 19378 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10822312 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658361 11082047488 19378 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10822312 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 5 13012 0 1 0 0 5 3 20 0 15 0 415658362 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415658363 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075459404832 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658363 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075258078064 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10822312 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10822312 memory=16401 CPUtime=0.21 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) R 23948 23952 22378 0 -1 4202560 919 13012 0 1 13 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075691936464 140076470608417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10822312 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) R 23948 23952 22378 0 -1 4202560 619 13012 0 1 10 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075690883136 140076470585365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10822312 memory=7307210974912622034 CPUtime=0.23 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 844 13012 0 1 15 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10822312 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658366 11082047488 19378 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77512 KiB

[startup+1.50074 s]
/proc/loadavg: 1.71 1.89 1.93 6/227 24088
/proc/meminfo: memFree=31475008/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10834676 memory=168028 CPUtime=2.3 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 21469 13012 1 1 211 11 5 3 20 0 15 0 415658348 11094708224 42007 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2708669 42007 3576 1 0 2670733 0
[pid=23952/tid=24061] ppid=23948 vsize=10834676 memory=4351193298436183896 CPUtime=1.34 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 15145 13012 0 1 120 6 5 3 20 0 15 0 415658360 11094708224 42007 33554432000 4194304 4196468 140733288761472 140076460882944 140076473144670 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10834676 memory=91336 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 75 13012 0 1 1 0 5 3 20 0 15 0 415658361 11094708224 42007 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 346 13012 0 1 0 0 5 3 20 0 15 0 415658361 11094708224 42007 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 28 13012 0 1 1 0 5 3 20 0 15 0 415658361 11094708224 42007 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 62 13012 0 1 1 0 5 3 20 0 15 0 415658361 11094708224 42007 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10834676 memory=-2127762131109486124 CPUtime=0.09 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 137 13012 0 1 1 0 5 3 20 0 15 0 415658362 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10834676 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 13 13012 0 1 0 0 5 3 20 0 15 0 415658363 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075459404832 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 2 13012 0 1 0 0 5 3 20 0 15 0 415658363 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075258078080 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10834676 memory=8316868033356759116 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10834676 memory=20569 CPUtime=0.35 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 1066 13012 0 1 27 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10834676 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) S 23948 23952 22378 0 -1 1077944384 858 13012 0 1 21 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10834676 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 1521 13012 0 1 35 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10834676 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 1 13012 0 1 0 0 5 3 20 0 15 0 415658366 11094708224 42007 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 168028 KiB

[startup+3.11024 s]
/proc/loadavg: 1.90 1.93 1.95 6/227 24088
/proc/meminfo: memFree=31198200/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10844936 memory=244884 CPUtime=6.46 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 38637 13012 2 1 621 17 5 3 20 0 15 0 415658348 11105214464 61155 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2711234 61155 3602 1 0 2673293 0
[pid=23952/tid=24061] ppid=23948 vsize=10844936 memory=193880 CPUtime=2.88 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 21268 13012 1 1 271 9 5 3 20 0 15 0 415658360 11105214464 61221 33554432000 4194304 4196468 140733288761472 140076460898032 140076473144670 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0

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

[pid=23952/tid=24085] ppid=23948 vsize=10849032 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181890 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10849032 memory=1560 CPUtime=0.1 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 367 13012 0 1 1 1 5 3 20 0 15 0 415658366 11109408768 181890 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 66.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 727560 KiB

[startup+60.8007 s]
/proc/loadavg: 1.71 1.88 1.93 3/228 24100
/proc/meminfo: memFree=30271968/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10849032 memory=726536 CPUtime=69.23 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 94425 13012 2 1 6875 40 5 3 20 0 15 0 415658348 11109408768 181634 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2712258 181634 3623 1 0 2674317 0
[pid=23952/tid=24061] ppid=23948 vsize=10849032 memory=727048 CPUtime=60.39 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 29735 13012 1 1 6014 17 5 3 20 0 15 0 415658360 11109408768 181634 33554432000 4194304 4196468 140733288761472 140076460900224 140076087200118 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10849032 memory=727048 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 987 13012 0 1 8 3 5 3 20 0 15 0 415658361 11109408768 181634 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10849032 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 589 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181634 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10849032 memory=2012 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 4502 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181634 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10849032 memory=1388 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 809 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181634 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10849032 memory=776 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 3828 13012 0 1 9 1 5 3 20 0 15 0 415658362 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10849032 memory=3972 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 15 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075459404960 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10849032 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 4 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075258078080 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10849032 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10849032 memory=1060 CPUtime=3.12 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 18415 13012 0 1 302 2 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10849032 memory=1548 CPUtime=3.47 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) S 23948 23952 22378 0 -1 1077944384 17264 13012 0 1 336 3 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10849032 memory=8560 CPUtime=1.85 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 15693 13012 0 1 173 4 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10849032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10849032 memory=7810487940423440486 CPUtime=0.1 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 369 13012 0 1 1 1 5 3 20 0 15 0 415658366 11109408768 181634 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 69.23 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 726536 KiB

[startup+62.4008 s]
/proc/loadavg: 1.71 1.88 1.93 3/228 24100
/proc/meminfo: memFree=30273200/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10849032 memory=726024 CPUtime=70.86 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 96510 13012 2 1 7038 40 5 3 20 0 15 0 415658348 11109408768 181506 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2712258 181506 3623 1 0 2674317 0
[pid=23952/tid=24061] ppid=23948 vsize=10849032 memory=6791534058613427641 CPUtime=61.98 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 29759 13012 1 1 6173 17 5 3 20 0 15 0 415658360 11109408768 181506 33554432000 4194304 4196468 140733288761472 140076460900384 140076092868883 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10849032 memory=288230583166042426 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 987 13012 0 1 8 3 5 3 20 0 15 0 415658361 11109408768 181506 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10849032 memory=3504 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 589 13012 0 1 9 2 5 3 20 0 15 0 415658361 11109408768 181506 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10849032 memory=39724 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 4503 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181506 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10849032 memory=726024 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 809 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181506 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10849032 memory=3028 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 3830 13012 0 1 9 1 5 3 20 0 15 0 415658362 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10849032 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 15 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075459404960 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10849032 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 4 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075258078080 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10849032 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10849032 memory=3972 CPUtime=3.13 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 19670 13012 0 1 303 2 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10849032 memory=2828 CPUtime=3.49 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) S 23948 23952 22378 0 -1 1077944384 18067 13012 0 1 338 3 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10849032 memory=1560 CPUtime=1.85 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 15693 13012 0 1 173 4 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10849032 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10849032 memory=3624 CPUtime=0.11 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 369 13012 0 1 1 2 5 3 20 0 15 0 415658366 11109408768 181506 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 70.86 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 726024 KiB

[startup+62.8007 s]
/proc/loadavg: 1.71 1.88 1.93 3/228 24100
/proc/meminfo: memFree=30273200/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10849032 memory=725508 CPUtime=71.27 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 96512 13012 2 1 7079 40 5 3 20 0 15 0 415658348 11109408768 181377 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2712258 181377 3623 1 0 2674317 0
[pid=23952/tid=24061] ppid=23948 vsize=10849032 memory=8560 CPUtime=62.38 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 29760 13012 1 1 6213 17 5 3 20 0 15 0 415658360 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076460899456 140076095766048 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10849032 memory=1668 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 988 13012 0 1 8 3 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10849032 memory=1112 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 589 13012 0 1 9 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10849032 memory=279483857837872 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 4503 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10849032 memory=8257237230052613020 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 809 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10849032 memory=-7522837583129307271 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 3830 13012 0 1 9 1 5 3 20 0 15 0 415658362 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10849032 memory=6944613755495348631 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 15 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075459404960 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10849032 memory=-7385037615309293161 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 4 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075258078080 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10849032 memory=4137293581110450563 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10849032 memory=6656426216303648864 CPUtime=3.13 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 19670 13012 0 1 303 2 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10849032 memory=6944656575208382560 CPUtime=3.49 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) S 23948 23952 22378 0 -1 1077944384 18067 13012 0 1 338 3 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10849032 memory=7451894300419318880 CPUtime=1.85 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 15693 13012 0 1 173 4 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10849032 memory=5948 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10849032 memory=14004 CPUtime=0.11 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 369 13012 0 1 1 2 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 71.27 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 725508 KiB

[startup+63.2007 s]
/proc/loadavg: 1.65 1.86 1.93 3/228 24100
/proc/meminfo: memFree=30273720/32770624 swapFree=66996932/67108860
[pid=23952] ppid=23948 vsize=10849032 memory=725508 CPUtime=71.67 cores=1,3,5,7
/proc/23952/stat : 23952 (java) S 23948 23952 22378 0 -1 1077944320 96512 13012 2 1 7119 40 5 3 20 0 15 0 415658348 11109408768 181377 33554432000 4194304 4196468 140733288761472 140733288744016 140076489064183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
/proc/23952/statm: 2712258 181377 3623 1 0 2674317 0
[pid=23952/tid=24061] ppid=23948 vsize=10849032 memory=1060 CPUtime=62.78 cores=1,3,5,7
/proc/23952/task/24061/stat : 24061 (java) R 23948 23952 22378 0 -1 4202560 29760 13012 1 1 6253 17 5 3 20 0 15 0 415658360 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076460899456 140076093753792 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24063] ppid=23948 vsize=10849032 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24063/stat : 24063 (java) S 23948 23952 22378 0 -1 1077944384 988 13012 0 1 8 3 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076493307024 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24064] ppid=23948 vsize=10849032 memory=2012 CPUtime=0.19 cores=1,3,5,7
/proc/23952/task/24064/stat : 24064 (java) S 23948 23952 22378 0 -1 1077944384 589 13012 0 1 9 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076408126480 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24065] ppid=23948 vsize=10849032 memory=1388 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24065/stat : 24065 (java) S 23948 23952 22378 0 -1 1077944384 4503 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076407073680 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24067] ppid=23948 vsize=10849032 memory=279483857341344 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24067/stat : 24067 (java) S 23948 23952 22378 0 -1 1077944384 809 13012 0 1 8 2 5 3 20 0 15 0 415658361 11109408768 181377 33554432000 4194304 4196468 140733288761472 140076406020880 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24071] ppid=23948 vsize=10849032 memory=932 CPUtime=0.18 cores=1,3,5,7
/proc/23952/task/24071/stat : 24071 (java) S 23948 23952 22378 0 -1 1077944384 3830 13012 0 1 9 1 5 3 20 0 15 0 415658362 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075693001072 140076489075330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24074] ppid=23948 vsize=10849032 memory=726024 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24074/stat : 24074 (java) S 23948 23952 22378 0 -1 1077944384 15 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075459404960 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24076] ppid=23948 vsize=10849032 memory=2512 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24076/stat : 24076 (java) S 23948 23952 22378 0 -1 1077944384 4 13012 0 1 0 0 5 3 20 0 15 0 415658363 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075258078080 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24077] ppid=23948 vsize=10849032 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24077/stat : 24077 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075017787216 140076489082779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24078] ppid=23948 vsize=10849032 memory=812 CPUtime=3.13 cores=1,3,5,7
/proc/23952/task/24078/stat : 24078 (java) S 23948 23952 22378 0 -1 1077944384 19670 13012 0 1 303 2 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075691948912 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24079] ppid=23948 vsize=10849032 memory=3504 CPUtime=3.49 cores=1,3,5,7
/proc/23952/task/24079/stat : 24079 (java) S 23948 23952 22378 0 -1 1077944384 18067 13012 0 1 338 3 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075690896112 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24081] ppid=23948 vsize=10849032 memory=39724 CPUtime=1.85 cores=1,3,5,7
/proc/23952/task/24081/stat : 24081 (java) S 23948 23952 22378 0 -1 1077944384 15693 13012 0 1 173 4 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075689843312 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24085] ppid=23948 vsize=10849032 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/23952/task/24085/stat : 24085 (java) S 23948 23952 22378 0 -1 1077944384 3 13012 0 1 0 0 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140074984229600 140076489074389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
[pid=23952/tid=24087] ppid=23948 vsize=10849032 memory=1060 CPUtime=0.11 cores=1,3,5,7
/proc/23952/task/24087/stat : 24087 (java) S 23948 23952 22378 0 -1 1077944384 369 13012 0 1 1 2 5 3 20 0 15 0 415658366 11109408768 181377 33554432000 4194304 4196468 140733288761472 140075688790704 140076489075330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140733288766191 140733288768709 140733288768709 140733288771535 0
Current children cumulated CPU time: 71.67 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 725508 KiB

Child status: 0
Real time (s): 63.219
CPU time (s): 71.6987
CPU user time (s): 71.2496
CPU system time (s): 0.449095
CPU usage (%): 113.413
Max. virtual memory (cumulated for all children) (KiB): 10852172
Max. memory (cumulated for all children) (KiB): 741412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.2496
system time used= 0.449095
maximum resident set size= 742416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110465
page faults= 3
swaps= 0
block input operations= 13640
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9759
involuntary context switches= 257


# summary of solver processes directly reported to runsolver:
#   pid: 23952
#   total CPU time (s): 71.6987
#   total CPU user time (s): 71.2496
#   total CPU system time (s): 0.449095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.406962 second user time and 0.631346 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 18:59:53
IDJOB=4396354
IDBENCH=115951
IDSOLVER=2847
FILE ID=node103/4396354-1568394052
RUNJOBID= node103-1568393993-23928
PBS_JOBID= 21701854
Free space on /tmp= 61720 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396354-1568394052/watcher-4396354-1568394052 -o /tmp/evaluation-result-4396354-1568394052/solver-4396354-1568394052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2041695160 HOME/instance-4396354-1568394052.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=2041695160

node103.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.74
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.74
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.74
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.74
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:        31652160 kB
MemAvailable:   31893968 kB
Buffers:           61452 kB
Cached:           464332 kB
SwapCached:         9140 kB
Active:           436676 kB
Inactive:          99956 kB
Active(anon):       5276 kB
Inactive(anon):    46792 kB
Active(file):     431400 kB
Inactive(file):    53164 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996932 kB
Dirty:             70544 kB
Writeback:             0 kB
AnonPages:        262232 kB
Mapped:            44256 kB
Shmem:             32620 kB
Slab:             174964 kB
SReclaimable:     146160 kB
SUnreclaim:        28804 kB
KernelStack:        3648 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 61648 MiB
End job on node103 at 2019-09-13 19:00:57