Trace number 4402881

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.3SAT (TO)38 2520.16 2483.06

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.7674
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
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.85/2.30	c Concrete v3.12.3.1568965526260 running
8.53/11.75	o 28
8.53/11.78	o 33
8.90/11.87	o 34
12.31/13.17	o 35
12.45/13.21	o 36
12.69/13.36	o 37
426.52/422.11	o 38
2520.09/2483.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2483.01		at concrete.MAC.mac(MAC.scala:192)
2520.09/2483.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2483.01		at scala.util.Try$.apply(Try.scala:210)
2520.09/2483.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2483.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2483.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2483.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2483.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2483.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2483.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2483.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2483.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2483.01		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2483.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2483.01		at scala.util.Success.map(Try.scala:262)
2520.09/2483.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2483.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2483.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2483.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2483.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2483.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2483.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2483.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2483.01		at scala.App.$anonfun$main$1(App.scala:73)
2520.09/2483.01		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.09/2483.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2483.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2483.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.09/2483.01		at scala.App.main(App.scala:73)
2520.09/2483.01		at scala.App.main$(App.scala:71)
2520.09/2483.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2483.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2483.02	v <instantiation
2520.09/2483.02	v         cost = '38'>
2520.09/2483.02	v       <list>
2520.09/2483.02	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[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[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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] 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[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[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[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11]
2520.09/2483.02	v       </list>
2520.09/2483.02	v       <values>
2520.09/2483.02	v         1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 2 4 3 2 4 2 2 2 2 2 2 2 2 3 5 3 5 3 5 4 3 5 6 3 4 5 5 3 5 4 3 3 4 3 3 2 2 3 3 4 3 3 4 5 3 5 5 4 3 6 5 3 4 5 3 5 3 5 3 2 2 2 2 2 2 2 2 4 2 3 4 2
2520.09/2483.02	v       </values>
2520.09/2483.02	v     </instantiation>
2520.09/2483.02	s SATISFIABLE

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402881-1568967638/watcher-4402881-1568967638 -o /var/tmp/evaluation-result-4402881-1568967638/solver-4402881-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402881-1568967638.xml 

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

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

solver pid=29931, runsolver pid=29927

[startup+0.100114 s]*
/proc/loadavg: 0.45 0.11 0.08 1/205 29946
/proc/meminfo: memFree=188492/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=113256 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29931/stat : 29931 (bash) S 29927 29931 29867 0 -1 4202496 693 0 1 0 0 0 0 0 20 0 1 0 472703259 115974144 364 33554432000 4194304 5098028 140727534328896 140727534326536 140130170125312 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29931/statm: 28314 364 290 221 0 119 0
[pid=29937] ppid=29931 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/29937/stat : 29937 (bash) S 29931 29931 29867 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 472703262 115974144 177 33554432000 4194304 5098028 140727534328896 140727534325064 140130169950844 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29937/statm: 28314 177 101 221 0 119 0
[pid=29939] ppid=29937 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/29939/stat : 29939 (bash) S 29937 29931 29867 0 -1 4202560 209 428 0 0 0 0 0 0 20 0 1 0 472703262 115974144 222 33554432000 4194304 5098028 140727534328896 140727534322360 140130170125312 0 0 4096 65538 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29939/statm: 28314 222 146 221 0 119 0
[pid=29945] ppid=29939 vsize=113256 memory=492 CPUtime=0 cores=1,3,5,7
/proc/29945/stat : 29945 (bash) D 29939 29931 29867 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 1 0 472703267 115974144 123 33554432000 4194304 5098028 140727534328896 140727534321416 140130170123637 0 0 4096 65538 18446744072101576228 0 0 17 3 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29945/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3544 KiB

[startup+0.210312 s]*
/proc/loadavg: 0.45 0.11 0.08 1/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/29931/stat : 29931 (bash) S 29927 29931 29867 0 -1 4202496 885 5672 1 0 0 0 0 1 20 0 1 0 472703259 115974144 404 33554432000 4194304 5098028 140727534328896 140727534322904 140130170125312 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29931/statm: 28314 404 320 221 0 119 0
[pid=29988] ppid=29931 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/29988/stat : 29988 (bash) S 29931 29931 29867 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140727534328896 140727534321576 140130169950844 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29988/statm: 28314 178 94 221 0 119 0
[pid=29990] ppid=29988 vsize=113256 memory=528 CPUtime=0 cores=1,3,5,7
/proc/29990/stat : 29990 (bash) D 29988 29931 29867 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 132 33554432000 4194304 5098028 140727534328896 140727534321352 140130170123637 0 0 4096 65538 18446744072101576228 0 0 17 1 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29990/statm: 28314 132 48 221 0 119 0
[pid=29992] ppid=29988 vsize=113256 memory=520 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (bash) D 29988 29931 29867 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 130 33554432000 4194304 5098028 140727534328896 140727534321352 140130170123637 0 0 4096 65538 18446744072101576228 0 0 17 3 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29992/statm: 28314 130 46 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3376 KiB

[startup+0.309954 s]*
/proc/loadavg: 0.45 0.11 0.08 1/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/29931/stat : 29931 (bash) S 29927 29931 29867 0 -1 4202496 885 5672 1 0 0 0 0 1 20 0 1 0 472703259 115974144 404 33554432000 4194304 5098028 140727534328896 140727534322904 140130170125312 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29931/statm: 28314 404 320 221 0 119 0
[pid=29988] ppid=29931 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/29988/stat : 29988 (bash) S 29931 29931 29867 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140727534328896 140727534321576 140130169950844 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29988/statm: 28314 178 94 221 0 119 0
[pid=29990] ppid=29988 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/29990/stat : 29990 (java) D 29988 29931 29867 0 -1 1077936128 153 0 0 0 0 0 0 0 20 0 1 0 472703278 303104 1 33554432000 4194304 4196468 140721816044496 140721816041768 139739150239431 0 0 4096 0 18446744072101576228 0 0 17 3 0 0 0 0 0 6293624 6294260 13017088 140721816048764 140721816048778 140721816048778 140721816051663 0
/proc/29990/statm: 74 1 0 1 0 38 0
[pid=29992] ppid=29988 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (awk) S 29988 29931 29867 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472703278 116211712 243 33554432000 4194304 4609284 140722144750064 140722144749240 140097941400576 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 39579648 140722144752812 140722144752842 140722144752842 140722144755695 0
/proc/29992/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.70052 s]
/proc/loadavg: 0.45 0.11 0.08 1/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/29931/stat : 29931 (bash) S 29927 29931 29867 0 -1 4202496 885 5672 1 0 0 0 0 1 20 0 1 0 472703259 115974144 404 33554432000 4194304 5098028 140727534328896 140727534322904 140130170125312 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29931/statm: 28314 404 320 221 0 119 0
[pid=29988] ppid=29931 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/29988/stat : 29988 (bash) S 29931 29931 29867 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140727534328896 140727534321576 140130169950844 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10924032 140727534334976 140727534335105 140727534335105 140727534338030 0
/proc/29988/statm: 28314 178 94 221 0 119 0
[pid=29990] ppid=29988 vsize=30188 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29990/stat : 29990 (java) D 29988 29931 29867 0 -1 4202496 359 0 1 0 0 0 0 0 20 0 1 0 472703278 30912512 199 33554432000 4194304 4196468 140721816044496 140721816025976 139739150186121 0 0 4096 0 18446744071580431491 0 0 17 3 0 0 0 0 0 6293624 6294260 13017088 140721816048764 140721816048778 140721816048778 140721816051663 0
/proc/29990/statm: 7547 199 161 1 0 159 0
[pid=29992] ppid=29988 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (awk) S 29988 29931 29867 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472703278 116211712 243 33554432000 4194304 4609284 140722144750064 140722144749240 140097941400576 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 39579648 140722144752812 140722144752842 140722144752842 140722144755695 0
/proc/29992/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50033 s]
/proc/loadavg: 0.45 0.11 0.08 1/207 29994
/proc/meminfo: memFree=210140/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=10819716 memory=39856 CPUtime=0.27 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 7251 13120 1 2 15 3 6 3 20 0 15 0 472703259 11079389184 9964 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2704929 9964 3202 1 0 2667149 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39856 KiB

[startup+3.11 s]
/proc/loadavg: 0.66 0.16 0.09 1/227 30066
/proc/meminfo: memFree=216128/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=10822316 memory=75160 CPUtime=0.98 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 14536 13120 2 2 81 8 6 3 20 0 15 0 472703259 11082051584 18790 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2705579 18790 3485 1 0 2667661 0
[pid=29931/tid=30040] ppid=29927 vsize=10822316 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/29931/task/30040/stat : 30040 (java) D 29927 29931 29867 0 -1 4202560 10277 13120 0 2 49 6 6 3 20 0 15 0 472703389 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715876834288 139715905037469 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 109 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10822316 memory=4639059895069856102 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 2 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10822316 memory=6745738645062271054 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10822316 memory=1616 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10822316 memory=712 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 2 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10822316 memory=4620 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 6 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10822316 memory=972 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 13 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715084805024 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10822316 memory=72628 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 18790 33554432000 4194304 4196468 140721178978192 139714950587376 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10822316 memory=51908 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11082051584 18790 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10822316 memory=56 CPUtime=0.16 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 873 13120 0 2 7 0 6 3 20 0 15 0 472703397 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10822316 memory=10596 CPUtime=0.17 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 421 13120 0 2 8 0 6 3 20 0 15 0 472703397 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10822316 memory=1712 CPUtime=0.25 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 731 13120 1 2 15 1 6 3 20 0 15 0 472703397 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11082051584 18790 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10822316 memory=279396212619056 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703402 11082051584 18790 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75160 KiB
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 0.66 0.16 0.09 1/227 30066
/proc/meminfo: memFree=187156/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=10822316 memory=76928 CPUtime=1.11 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 14992 13120 2 2 93 9 6 3 20 0 15 0 472703259 11082051584 19232 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2705579 19232 3494 1 0 2667661 0
[pid=29931/tid=30040] ppid=29927 vsize=10822316 memory=279396212940640 CPUtime=0.68 cores=1,3,5,7
/proc/29931/task/30040/stat : 30040 (java) D 29927 29931 29867 0 -1 4202560 10683 13120 0 2 53 6 6 3 20 0 15 0 472703389 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715876841936 139715905037469 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 343 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 2 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10822316 memory=7597685182856913236 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10822316 memory=279396212626752 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 2 13120 0 2 0 0 6 3 20 0 15 0 472703390 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10822316 memory=-2827449378222515572 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 6 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10822316 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 13 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715084805024 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10822316 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11082051584 19232 33554432000 4194304 4196468 140721178978192 139714950587376 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10822316 memory=76928 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11082051584 19232 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10822316 memory=33 CPUtime=0.19 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 877 13120 0 2 10 0 6 3 20 0 15 0 472703397 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10822316 memory=7682744562847679290 CPUtime=0.2 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 449 13120 0 2 11 0 6 3 20 0 15 0 472703397 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10822316 memory=4206468019014099040 CPUtime=0.26 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 747 13120 1 2 16 1 6 3 20 0 15 0 472703397 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10822316 memory=1712 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11082051584 19232 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10822316 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703402 11082051584 19232 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76928 KiB
heavy processes:

[startup+12.7093 s]
/proc/loadavg: 0.76 0.19 0.10 7/228 30069
/proc/meminfo: memFree=213080/32770624 swapFree=66997136/67108860
[pid=29931] ppid=29927 vsize=10849036 memory=321532 CPUtime=11.58 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 81329 13120 3 2 1108 41 6 3 20 0 15 0 472703259 11109412864 80383 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2712259 80383 3624 1 0 2674317 0

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

/proc/29931/task/30040/stat : 30040 (java) R 29927 29931 29867 0 -1 4202560 1074905 13120 1 2 228784 171 6 3 20 0 15 0 472703389 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715876851632 139715520271377 0 4 0 16800975 0 0 0 -1 1 0 0 598 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10849036 memory=1481696 CPUtime=11.91 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 32187 13120 0 2 1124 58 6 3 20 0 15 0 472703390 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10849036 memory=1481696 CPUtime=11.95 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 31345 13120 0 2 1129 57 6 3 20 0 15 0 472703390 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10849036 memory=1481696 CPUtime=11.89 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 25893 13120 0 2 1123 57 6 3 20 0 15 0 472703390 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10849036 memory=1481696 CPUtime=11.92 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 28291 13120 0 2 1125 58 6 3 20 0 15 0 472703390 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10849036 memory=1481696 CPUtime=10.36 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 25069 13120 0 2 970 57 6 3 20 0 15 0 472703392 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10849036 memory=1481696 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 15 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715084805088 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10849036 memory=1481696 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370424 33554432000 4194304 4196468 140721178978192 139714950587392 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10849036 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370424 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10849036 memory=1481696 CPUtime=3.15 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 18296 13120 0 2 302 4 6 3 20 0 15 0 472703397 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10849036 memory=303430223234596890 CPUtime=3.3 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 20063 13120 0 2 318 3 6 3 20 0 15 0 472703397 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10849036 memory=288230583166042425 CPUtime=1.94 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 13984 13120 1 2 179 6 6 3 20 0 15 0 472703397 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10849036 memory=3680 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370424 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10849036 memory=848 CPUtime=1.35 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 1081 13120 0 2 58 68 6 3 20 0 15 0 472703402 11109412864 370424 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 2356.71 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1481696 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.43 1.37 3/227 31170
/proc/meminfo: memFree=1050852/32770624 swapFree=66997140/67108860
[pid=29931] ppid=29927 vsize=10849036 memory=1482396 CPUtime=2417.69 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 1282813 13120 3 2 241268 492 6 3 20 0 15 0 472703259 11109412864 370599 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2712259 370599 3625 1 0 2674317 0
[pid=29931/tid=30040] ppid=29927 vsize=10849036 memory=1482208 CPUtime=2348.95 cores=1,3,5,7
/proc/29931/task/30040/stat : 30040 (java) R 29927 29931 29867 0 -1 4202560 1079855 13120 1 2 234713 173 6 3 20 0 15 0 472703389 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715876851296 139715519427485 0 4 0 16800975 0 0 0 -1 1 0 0 598 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10849036 memory=1482208 CPUtime=12.25 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 33580 13120 0 2 1157 59 6 3 20 0 15 0 472703390 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10849036 memory=1482396 CPUtime=12.29 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 31712 13120 0 2 1162 58 6 3 20 0 15 0 472703390 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10849036 memory=1482396 CPUtime=12.23 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 27282 13120 0 2 1155 59 6 3 20 0 15 0 472703390 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10849036 memory=1482396 CPUtime=12.26 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 29228 13120 0 2 1157 60 6 3 20 0 15 0 472703390 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10849036 memory=1482200 CPUtime=10.64 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 25478 13120 0 2 997 58 6 3 20 0 15 0 472703392 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10849036 memory=27372 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 15 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715084805088 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10849036 memory=1482396 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370599 33554432000 4194304 4196468 140721178978192 139714950587392 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10849036 memory=1482208 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370599 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10849036 memory=27372 CPUtime=3.15 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 18298 13120 0 2 302 4 6 3 20 0 15 0 472703397 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10849036 memory=1482200 CPUtime=3.3 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 20065 13120 0 2 318 3 6 3 20 0 15 0 472703397 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10849036 memory=54040 CPUtime=1.94 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 13987 13120 1 2 179 6 6 3 20 0 15 0 472703397 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10849036 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370599 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10849036 memory=2540 CPUtime=1.39 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 1105 13120 0 2 59 71 6 3 20 0 15 0 472703402 11109412864 370599 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 2417.69 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1482396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.46 1.38 3/229 31184
/proc/meminfo: memFree=1045988/32770624 swapFree=66997140/67108860
[pid=29931] ppid=29927 vsize=10849036 memory=1483064 CPUtime=2478.71 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 1290641 13120 3 2 247360 502 6 3 20 0 15 0 472703259 11109412864 370766 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2712259 370766 3625 1 0 2674317 0
[pid=29931/tid=30040] ppid=29927 vsize=10849036 memory=1482832 CPUtime=2408.24 cores=1,3,5,7
/proc/29931/task/30040/stat : 30040 (java) R 29927 29931 29867 0 -1 4202560 1084154 13120 1 2 240641 174 6 3 20 0 15 0 472703389 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715876851536 139715516454964 0 4 0 16800975 0 0 0 -1 3 0 0 598 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10849036 memory=1482864 CPUtime=12.6 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 33889 13120 0 2 1191 60 6 3 20 0 15 0 472703390 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10849036 memory=1229 CPUtime=12.64 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 32112 13120 0 2 1194 61 6 3 20 0 15 0 472703390 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10849036 memory=1483016 CPUtime=12.58 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 28601 13120 0 2 1189 60 6 3 20 0 15 0 472703390 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10849036 memory=1482864 CPUtime=12.61 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 30182 13120 0 2 1190 62 6 3 20 0 15 0 472703390 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10849036 memory=1483016 CPUtime=10.93 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 25992 13120 0 2 1024 60 6 3 20 0 15 0 472703392 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10849036 memory=1483016 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 15 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715084805088 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10849036 memory=1483016 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370766 33554432000 4194304 4196468 140721178978192 139714950587392 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10849036 memory=1483016 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370766 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10849036 memory=1483016 CPUtime=3.15 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 18300 13120 0 2 302 4 6 3 20 0 15 0 472703397 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10849036 memory=1483064 CPUtime=3.3 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 20067 13120 0 2 318 3 6 3 20 0 15 0 472703397 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10849036 memory=1483064 CPUtime=1.94 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 13990 13120 1 2 179 6 6 3 20 0 15 0 472703397 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10849036 memory=1482864 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370766 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10849036 memory=1483064 CPUtime=1.42 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 1131 13120 0 2 60 73 6 3 20 0 15 0 472703402 11109412864 370766 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 2478.71 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1483064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483 s]*
/proc/loadavg: 1.50 1.45 1.38 3/229 31209
/proc/meminfo: memFree=1045512/32770624 swapFree=66997140/67108860
[pid=29931] ppid=29927 vsize=10849036 memory=1483468 CPUtime=2520.09 cores=1,3,5,7
/proc/29931/stat : 29931 (java) S 29927 29931 29867 0 -1 1077944320 1297013 13120 3 2 251493 507 6 3 20 0 15 0 472703259 11109412864 370867 33554432000 4194304 4196468 140721178978192 140721178960736 139715905015543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
/proc/29931/statm: 2712259 370867 3625 1 0 2674317 0
[pid=29931/tid=30040] ppid=29927 vsize=10849036 memory=-6517102902069810590 CPUtime=2448.49 cores=1,3,5,7
/proc/29931/task/30040/stat : 30040 (java) R 29927 29931 29867 0 -1 4202560 1088643 13120 1 2 244665 175 6 3 20 0 15 0 472703389 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715876851600 139715520403220 0 4 0 16800975 0 0 0 -1 5 0 0 598 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30041] ppid=29927 vsize=10849036 memory=-7025452035940392864 CPUtime=12.84 cores=1,3,5,7
/proc/29931/task/30041/stat : 30041 (java) S 29927 29931 29867 0 -1 1077944384 34151 13120 0 2 1213 62 6 3 20 0 15 0 472703390 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715909258000 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30042] ppid=29927 vsize=10849036 memory=3835016582034724512 CPUtime=12.88 cores=1,3,5,7
/proc/29931/task/30042/stat : 30042 (java) S 29927 29931 29867 0 -1 1077944384 32842 13120 0 2 1217 62 6 3 20 0 15 0 472703390 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715824077712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30044] ppid=29927 vsize=10849036 memory=0 CPUtime=12.82 cores=1,3,5,7
/proc/29931/task/30044/stat : 30044 (java) S 29927 29931 29867 0 -1 1077944384 28954 13120 0 2 1212 61 6 3 20 0 15 0 472703390 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715477691408 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30047] ppid=29927 vsize=10849036 memory=2211 CPUtime=12.83 cores=1,3,5,7
/proc/29931/task/30047/stat : 30047 (java) S 29927 29931 29867 0 -1 1077944384 30502 13120 0 2 1212 62 6 3 20 0 15 0 472703390 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715476638864 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30049] ppid=29927 vsize=10849036 memory=139698205202048 CPUtime=11.12 cores=1,3,5,7
/proc/29931/task/30049/stat : 30049 (java) S 29927 29931 29867 0 -1 1077944384 26184 13120 0 2 1042 61 6 3 20 0 15 0 472703392 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715176884208 139715905026690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30052] ppid=29927 vsize=10849036 memory=2319389199467295263 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30052/stat : 30052 (java) S 29927 29931 29867 0 -1 1077944384 15 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715084805088 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30054] ppid=29927 vsize=10849036 memory=7089903122262814048 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30054/stat : 30054 (java) S 29927 29931 29867 0 -1 1077944384 1 13120 0 2 0 0 6 3 20 0 15 0 472703392 11109412864 370867 33554432000 4194304 4196468 140721178978192 139714950587392 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30055] ppid=29927 vsize=10849036 memory=7450750739206795115 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30055/stat : 30055 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370867 33554432000 4194304 4196468 140721178978192 139714441861328 139715905034139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30056] ppid=29927 vsize=10849036 memory=0 CPUtime=3.15 cores=1,3,5,7
/proc/29931/task/30056/stat : 30056 (java) S 29927 29931 29867 0 -1 1077944384 18302 13120 0 2 302 4 6 3 20 0 15 0 472703397 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715175832048 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30057] ppid=29927 vsize=10849036 memory=3472328296227680303 CPUtime=3.3 cores=1,3,5,7
/proc/29931/task/30057/stat : 30057 (java) S 29927 29931 29867 0 -1 1077944384 20069 13120 0 2 318 3 6 3 20 0 15 0 472703397 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715174779504 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30058] ppid=29927 vsize=10849036 memory=4830866064706765807 CPUtime=1.94 cores=1,3,5,7
/proc/29931/task/30058/stat : 30058 (java) S 29927 29931 29867 0 -1 1077944384 13993 13120 1 2 179 6 6 3 20 0 15 0 472703397 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715173726960 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30059] ppid=29927 vsize=10849036 memory=3472328296227679279 CPUtime=0.09 cores=1,3,5,7
/proc/29931/task/30059/stat : 30059 (java) S 29927 29931 29867 0 -1 1077944384 3 13120 0 2 0 0 6 3 20 0 15 0 472703397 11109412864 370867 33554432000 4194304 4196468 140721178978192 139714408303712 139715905025749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
[pid=29931/tid=30065] ppid=29927 vsize=10849036 memory=3472467994432882352 CPUtime=1.45 cores=1,3,5,7
/proc/29931/task/30065/stat : 30065 (java) S 29927 29931 29867 0 -1 1077944384 1150 13120 0 2 62 74 6 3 20 0 15 0 472703402 11109412864 370867 33554432000 4194304 4196468 140721178978192 139715172673840 139715905026690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35061760 140721178987107 140721178989749 140721178989749 140721178992591 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1483468 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2483.06 s]
# the end of solver process 29931 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.02 s, system=5.14354 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2483.06
CPU time (s): 2520.16
CPU user time (s): 2515.02
CPU system time (s): 5.14354
CPU usage (%): 101.494
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1483468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.02
system time used= 5.14354
maximum resident set size= 1484076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1313491
page faults= 5
swaps= 0
block input operations= 57136
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289214
involuntary context switches= 11181


# summary of solver processes directly reported to runsolver:
#   pid: 29931
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2515.02
#   total CPU system time (s): 5.14354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4466 second user time and 22.9512 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 10:19:57
IDJOB=4402881
IDBENCH=115953
IDSOLVER=2861
FILE ID=node140/4402881-1568967638
RUNJOBID= node140-1568967597-29899
PBS_JOBID= 21704617
Free space on /var/tmp= 13508 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402881-1568967638/watcher-4402881-1568967638 -o /var/tmp/evaluation-result-4402881-1568967638/solver-4402881-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402881-1568967638.xml

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=1159292332

node140.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.43
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.43
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.43
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.43
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:          190812 kB
MemAvailable:   31856620 kB
Buffers:          134060 kB
Cached:         31471268 kB
SwapCached:         2364 kB
Active:         13157868 kB
Inactive:       18453676 kB
Active(anon):       3276 kB
Inactive(anon):    49868 kB
Active(file):   13154592 kB
Inactive(file): 18403808 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66997136 kB
Dirty:             29704 kB
Writeback:             0 kB
AnonPages:        112548 kB
Mapped:            51268 kB
Shmem:             38240 kB
Slab:             564284 kB
SReclaimable:     535868 kB
SUnreclaim:        28416 kB
KernelStack:        3392 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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 /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 11:01:31