Trace number 4402882

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)34 2520.14 2477.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-11.xml
MD5SUM5296a674fcd135b0317e95ffe6d81fd1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark38.015
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints158
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":66},{"size":9,"count":66}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":66},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":66},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":36}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"sum","count":66}]
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.78/1.94	c Concrete v3.12.3.1568965526260 running
7.98/5.18	o 27
7.98/5.19	o 28
9.58/5.68	o 31
11.38/6.24	o 32
14.60/8.69	o 33
15.15/9.17	o 34
2520.09/2477.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2477.60		at concrete.MAC.mac(MAC.scala:192)
2520.09/2477.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2477.60		at scala.util.Try$.apply(Try.scala:210)
2520.09/2477.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2477.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2477.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2477.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2477.60		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2477.60		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2477.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2477.60		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2477.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2477.60		at scala.util.Success.map(Try.scala:262)
2520.09/2477.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2477.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2477.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2477.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2477.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2477.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2477.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2477.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2477.60		at scala.App.$anonfun$main$1(App.scala:73)
2520.09/2477.60		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.09/2477.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2477.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2477.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.09/2477.60		at scala.App.main(App.scala:73)
2520.09/2477.60		at scala.App.main$(App.scala:71)
2520.09/2477.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2477.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2477.61	v <instantiation
2520.09/2477.61	v         cost = '34'>
2520.09/2477.61	v       <list>
2520.09/2477.61	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[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[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[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[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[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] 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[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[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[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[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[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]
2520.09/2477.61	v       </list>
2520.09/2477.61	v       <values>
2520.09/2477.61	v         1 1 0 0 1 1 0 1 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 0 1 1 0 2 3 2 2 2 2 4 2 3 4 2 2 5 3 5 5 3 5 3 5 3 2 2 4 3 3 3 4 5 3 5 5 4 2 3 4 5 4 3 3 4 3 3 2 2 5 3 4 3 5 4 3 5 6 3 2 3 2 4 2 2 2 2 2 2 2
2520.09/2477.61	v       </values>
2520.09/2477.61	v     </instantiation>
2520.09/2477.61	s SATISFIABLE

Verifier Data

OK	34

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

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

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

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

solver pid=4774, runsolver pid=4765

[startup+0.100147 s]*
/proc/loadavg: 0.32 0.08 0.07 2/207 4831
/proc/meminfo: memFree=3983100/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/4774/stat : 4774 (bash) S 4765 4774 4702 0 -1 4202496 887 5701 0 0 0 0 0 1 20 0 1 0 473029215 115974144 403 33554432000 4194304 5098028 140725413470000 140725413464008 140379264371712 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4774/statm: 28314 403 320 221 0 119 0
[pid=4829] ppid=4774 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/4829/stat : 4829 (bash) S 4774 4774 4702 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473029224 115974144 177 33554432000 4194304 5098028 140725413470000 140725413462680 140379264197244 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4829/statm: 28314 177 94 221 0 119 0
[pid=4830] ppid=4829 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/4830/stat : 4830 (bash) D 4829 4774 4702 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 1 0 473029224 115974144 131 33554432000 4194304 5098028 140725413470000 140725413462456 140379264370037 0 0 4096 65538 18446744072101613092 0 0 17 0 0 0 0 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4830/statm: 28314 131 48 221 0 119 0
[pid=4831] ppid=4829 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/4831/stat : 4831 (awk) S 4829 4774 4702 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473029224 116211712 243 33554432000 4194304 4609284 140722078680848 140722078680024 139948788419584 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 14274560 140722078684348 140722078684378 140722078684378 140722078687215 0
/proc/4831/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3816 KiB

[startup+0.210369 s]*
/proc/loadavg: 0.32 0.08 0.07 2/207 4831
/proc/meminfo: memFree=3983100/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/4774/stat : 4774 (bash) S 4765 4774 4702 0 -1 4202496 887 5701 0 0 0 0 0 1 20 0 1 0 473029215 115974144 403 33554432000 4194304 5098028 140725413470000 140725413464008 140379264371712 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4774/statm: 28314 403 320 221 0 119 0
[pid=4829] ppid=4774 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/4829/stat : 4829 (bash) S 4774 4774 4702 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473029224 115974144 177 33554432000 4194304 5098028 140725413470000 140725413462680 140379264197244 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4829/statm: 28314 177 94 221 0 119 0
[pid=4830] ppid=4829 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/4830/stat : 4830 (java) D 4829 4774 4702 0 -1 1077936128 156 0 0 0 0 0 0 0 20 0 1 0 473029224 303104 1 33554432000 4194304 4196468 140731970354960 140731970352232 139840521246407 0 0 4096 0 18446744072101613092 0 0 17 2 0 0 0 0 0 6293624 6294260 34955264 140731970356364 140731970356378 140731970356378 140731970359247 0
/proc/4830/statm: 74 1 0 1 0 38 0
[pid=4831] ppid=4829 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/4831/stat : 4831 (awk) S 4829 4774 4702 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473029224 116211712 243 33554432000 4194304 4609284 140722078680848 140722078680024 139948788419584 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 14274560 140722078684348 140722078684378 140722078684378 140722078687215 0
/proc/4831/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3296 KiB

[startup+0.309983 s]*
/proc/loadavg: 0.32 0.08 0.07 2/207 4831
/proc/meminfo: memFree=3982804/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/4774/stat : 4774 (bash) S 4765 4774 4702 0 -1 4202496 887 5701 0 0 0 0 0 1 20 0 1 0 473029215 115974144 403 33554432000 4194304 5098028 140725413470000 140725413464008 140379264371712 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4774/statm: 28314 403 320 221 0 119 0
[pid=4829] ppid=4774 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/4829/stat : 4829 (bash) S 4774 4774 4702 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473029224 115974144 177 33554432000 4194304 5098028 140725413470000 140725413462680 140379264197244 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4829/statm: 28314 177 94 221 0 119 0
[pid=4830] ppid=4829 vsize=2584 memory=180 CPUtime=0 cores=0,2,4,6
/proc/4830/stat : 4830 (java) D 4829 4774 4702 0 -1 1077936128 171 0 0 0 0 0 0 0 20 0 1 0 473029224 2646016 45 33554432000 4194304 4196468 140731970354960 140731970352184 139840521246407 0 0 4096 0 18446744072101613092 0 0 17 2 0 0 0 0 0 6293624 6294260 34955264 140731970356364 140731970356378 140731970356378 140731970359247 0
/proc/4830/statm: 646 45 36 1 0 42 0
[pid=4831] ppid=4829 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/4831/stat : 4831 (awk) S 4829 4774 4702 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473029224 116211712 243 33554432000 4194304 4609284 140722078680848 140722078680024 139948788419584 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 14274560 140722078684348 140722078684378 140722078684378 140722078687215 0
/proc/4831/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 342584 KiB
Current children cumulated memory: 3472 KiB

[startup+0.700548 s]
/proc/loadavg: 0.32 0.08 0.07 2/209 4833
/proc/meminfo: memFree=3980452/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/4774/stat : 4774 (bash) S 4765 4774 4702 0 -1 4202496 887 5701 0 0 0 0 0 1 20 0 1 0 473029215 115974144 403 33554432000 4194304 5098028 140725413470000 140725413464008 140379264371712 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4774/statm: 28314 403 320 221 0 119 0
[pid=4829] ppid=4774 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/4829/stat : 4829 (bash) S 4774 4774 4702 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473029224 115974144 177 33554432000 4194304 5098028 140725413470000 140725413462680 140379264197244 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36806656 140725413471252 140725413471377 140725413471377 140725413474286 0
/proc/4829/statm: 28314 177 94 221 0 119 0
[pid=4830] ppid=4829 vsize=10260324 memory=20604 CPUtime=0.05 cores=0,2,4,6
/proc/4830/stat : 4830 (java) S 4829 4774 4702 0 -1 1077944320 4034 0 0 0 4 1 0 0 20 0 9 0 473029224 10506571776 5151 33554432000 4194304 4196468 140731970354960 140731970337504 139840518971127 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34955264 140731970356364 140731970356378 140731970356378 140731970359247 0
/proc/4830/statm: 2565081 5151 2192 1 0 2527622 0
[pid=4830/tid=4832] ppid=4829 vsize=10260324 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4830/task/4832/stat : 4832 (java) D 4829 4774 4702 0 -1 4202560 2688 0 0 0 4 0 0 0 20 0 9 0 473029256 10506571776 5151 33554432000 4194304 4196468 140731970354960 139840523206168 139840511649141 0 4 0 16800971 18446744071585676691 0 0 -1 2 0 0 0 0 0 6293624 6294260 34955264 140731970356364 140731970356378 140731970356378 140731970359247 0
[pid=4831] ppid=4829 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/4831/stat : 4831 (awk) S 4829 4774 4702 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473029224 116211712 243 33554432000 4194304 4609284 140722078680848 140722078680024 139948788419584 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 14274560 140722078684348 140722078684378 140722078684378 140722078687215 0
/proc/4831/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23896 KiB

[startup+1.50072 s]
/proc/loadavg: 0.32 0.08 0.07 5/218 4894
/proc/meminfo: memFree=3954840/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=10820196 memory=40132 CPUtime=0.27 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 7501 13060 0 0 17 2 5 3 20 0 15 0 473029215 11079880704 10033 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2705049 10033 3307 1 0 2667149 0
[pid=4774/tid=4869] ppid=4765 vsize=10820196 memory=20604 CPUtime=0.2 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) D 4765 4774 4702 0 -1 4202560 3978 13060 0 0 10 2 5 3 20 0 15 0 473029305 11079880704 10033 33554432000 4194304 4196468 140726759354656 139659669293728 139659697497245 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 18 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 1 13060 0 0 0 0 5 3 20 0 15 0 473029308 11079880704 10033 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10820196 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 1 13060 0 0 0 0 5 3 20 0 15 0 473029308 11079880704 10033 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10820196 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 1 13060 0 0 0 0 5 3 20 0 15 0 473029308 11079880704 10033 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10820196 memory=288230583166042426 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029308 11079880704 10033 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10820196 memory=14691894252800627 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029310 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 33 13060 0 0 0 0 5 3 20 0 15 0 473029310 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658699674912 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10820196 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 1 13060 0 0 0 0 5 3 20 0 15 0 473029311 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658579142256 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10820196 memory=-6237260532469569936 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 605 13060 0 0 1 0 5 3 20 0 15 0 473029316 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10820196 memory=-7027408097459412384 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 72 13060 0 0 1 0 5 3 20 0 15 0 473029316 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10820196 memory=1399094042734925955 CPUtime=0.11 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) S 4765 4774 4702 0 -1 1077944384 593 13060 0 0 3 0 5 3 20 0 15 0 473029316 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658664012144 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10820196 memory=7315677196958982795 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11079880704 10033 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40132 KiB

[startup+3.11026 s]
/proc/loadavg: 0.32 0.08 0.07 5/229 4907
/proc/meminfo: memFree=3672484/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=10836728 memory=169232 CPUtime=2.75 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 22563 13060 0 0 255 12 5 3 20 0 15 0 473029215 11096809472 42308 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2709182 42308 3577 1 0 2671245 0
[pid=4774/tid=4869] ppid=4765 vsize=10836728 memory=55 CPUtime=1.55 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 15542 13060 0 0 140 7 5 3 20 0 15 0 473029305 11096809472 42308 33554432000 4194304 4196468 140726759354656 139659669302960 139659697487254 0 4 0 16800975 0 0 0 -1 2 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10836728 memory=139764469130879 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 382 13060 0 0 1 0 5 3 20 0 15 0 473029308 11096809472 42308 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10836728 memory=7156871098466324562 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 81 13060 0 0 0 0 5 3 20 0 15 0 473029308 11096809472 42308 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10836728 memory=288230574492221466 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 28 13060 0 0 1 0 5 3 20 0 15 0 473029308 11096809472 42308 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10836728 memory=288230583166042426 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 60 13060 0 0 1 0 5 3 20 0 15 0 473029308 11096809472 42308 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10836728 memory=14691894252800627 CPUtime=0.09 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 143 13060 0 0 1 0 5 3 20 0 15 0 473029310 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10836728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 34 13060 0 0 0 0 5 3 20 0 15 0 473029310 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658699674976 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10836728 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029311 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658579142272 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10836728 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10836728 memory=8 CPUtime=0.34 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 1311 13060 0 0 26 0 5 3 20 0 15 0 473029316 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10836728 memory=8 CPUtime=0.38 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 918 13060 0 0 30 0 5 3 20 0 15 0 473029316 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10836728 memory=8 CPUtime=0.58 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) R 4765 4774 4702 0 -1 4202560 1850 13060 0 0 50 0 5 3 20 0 15 0 473029316 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658664012144 139659697487254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10836728 memory=20604 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4906] ppid=4765 vsize=10836728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4906/stat : 4906 (java) S 4765 4774 4702 0 -1 1077944384 1 13060 0 0 0 0 5 3 20 0 15 0 473029323 11096809472 42308 33554432000 4194304 4196468 140726759354656 139658662960048 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10836728 KiB
Current children cumulated memory: 169232 KiB

[startup+6.30073 s]
/proc/loadavg: 0.37 0.10 0.07 10/228 4907
/proc/meminfo: memFree=3335280/32770624 swapFree=66998920/67108860
[pid=4774] ppid=4765 vsize=10849036 memory=338480 CPUtime=11.6 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 55274 13060 0 0 1128 24 5 3 20 0 15 0 473029215 11109412864 84620 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2712259 84620 3621 1 0 2674317 0
[pid=4774/tid=4869] ppid=4765 vsize=10849036 memory=20604 CPUtime=4.66 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 24874 13060 0 0 445 13 5 3 20 0 15 0 473029305 11109412864 84620 33554432000 4194304 4196468 140726759354656 139659669310976 139659273160632 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10849036 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 575 13060 0 0 3 0 5 3 20 0 15 0 473029308 11109412864 84620 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10849036 memory=3580 CPUtime=0.1 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 113 13060 0 0 2 0 5 3 20 0 15 0 473029308 11109412864 84620 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10849036 memory=52284 CPUtime=0.1 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 49 13060 0 0 2 0 5 3 20 0 15 0 473029308 11109412864 84620 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10849036 memory=3977858475435765847 CPUtime=0.11 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 108 13060 0 0 3 0 5 3 20 0 15 0 473029308 11109412864 84620 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10849036 memory=55 CPUtime=0.12 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 3146 13060 0 0 4 0 5 3 20 0 15 0 473029310 11109412864 84620 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0

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

/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 67733 13060 0 0 229452 49 5 3 20 0 15 0 473029305 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659669311632 139659284086211 0 4 0 16800975 0 0 0 -1 2 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.61 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 9358 13060 0 0 1098 55 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.57 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 15357 13060 0 0 1095 54 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.51 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 13081 13060 0 0 1089 54 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.59 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 11434 13060 0 0 1100 51 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.02 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 14965 13060 0 0 1040 54 5 3 20 0 15 0 473029310 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 39 13060 0 0 0 0 5 3 20 0 15 0 473029310 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658699675040 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029311 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658579142272 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10849036 memory=1059396 CPUtime=3.52 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 21749 13060 0 0 340 4 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10849036 memory=1059396 CPUtime=3.67 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 23419 13060 0 0 356 3 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10849036 memory=1059396 CPUtime=1.88 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) S 4765 4774 4702 0 -1 1077944384 12743 13060 0 0 177 3 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658664012144 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10849036 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4906] ppid=4765 vsize=10849036 memory=52344 CPUtime=1.47 cores=0,2,4,6
/proc/4774/task/4906/stat : 4906 (java) S 4765 4774 4702 0 -1 1077944384 1164 13060 0 0 67 72 5 3 20 0 15 0 473029323 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658662960048 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 2362.34 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1059396 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.34 1.26 3/227 5251
/proc/meminfo: memFree=1882372/32770624 swapFree=66998932/67108860
[pid=4774] ppid=4765 vsize=10849036 memory=1059396 CPUtime=2423.27 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 195320 13060 0 0 241974 345 5 3 20 0 15 0 473029215 11109412864 264849 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2712259 264849 3627 1 0 2674317 0
[pid=4774/tid=4869] ppid=4765 vsize=10849036 memory=0 CPUtime=2354.38 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 68715 13060 0 0 235380 50 5 3 20 0 15 0 473029305 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659669311744 139659282750022 0 4 0 16800975 0 0 0 -1 2 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.93 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 9526 13060 0 0 1130 55 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.9 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 15577 13060 0 0 1127 55 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.84 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 13366 13060 0 0 1120 56 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10849036 memory=240065 CPUtime=11.91 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 11592 13060 0 0 1131 52 5 3 20 0 15 0 473029308 11109412864 264849 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10849036 memory=1059396 CPUtime=11.32 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 15191 13060 0 0 1068 56 5 3 20 0 15 0 473029310 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 39 13060 0 0 0 0 5 3 20 0 15 0 473029310 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658699675040 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029311 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658579142272 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10849036 memory=1059396 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10849036 memory=1059396 CPUtime=3.52 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 21751 13060 0 0 340 4 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10849036 memory=1059396 CPUtime=3.67 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 23421 13060 0 0 356 3 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10849036 memory=3580 CPUtime=1.88 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) S 4765 4774 4702 0 -1 1077944384 12745 13060 0 0 177 3 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658664012144 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10849036 memory=52344 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4906] ppid=4765 vsize=10849036 memory=1408 CPUtime=1.51 cores=0,2,4,6
/proc/4774/task/4906/stat : 4906 (java) S 4765 4774 4702 0 -1 1077944384 1184 13060 0 0 69 74 5 3 20 0 15 0 473029323 11109412864 264849 33554432000 4194304 4196468 140726759354656 139658662960048 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 2423.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1059396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.29 1.24 3/228 5263
/proc/meminfo: memFree=1873576/32770624 swapFree=66998932/67108860
[pid=4774] ppid=4765 vsize=10849036 memory=1061444 CPUtime=2484.22 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 197645 13060 0 0 248060 354 5 3 20 0 15 0 473029215 11109412864 265361 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2712259 265361 3627 1 0 2674317 0
[pid=4774/tid=4869] ppid=4765 vsize=10849036 memory=1061444 CPUtime=2413.71 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 69793 13060 0 0 241313 50 5 3 20 0 15 0 473029305 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659669311808 139659281350983 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10849036 memory=1061444 CPUtime=12.26 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 9637 13060 0 0 1161 57 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10849036 memory=1059396 CPUtime=12.21 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 15892 13060 0 0 1157 56 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10849036 memory=240065 CPUtime=12.17 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 13576 13060 0 0 1152 57 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10849036 memory=1059396 CPUtime=12.24 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 11793 13060 0 0 1162 54 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10849036 memory=1061444 CPUtime=11.61 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 15561 13060 0 0 1095 58 5 3 20 0 15 0 473029310 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10849036 memory=1061444 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 39 13060 0 0 0 0 5 3 20 0 15 0 473029310 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658699675040 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10849036 memory=1061444 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029311 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658579142272 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10849036 memory=1061444 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10849036 memory=1061444 CPUtime=3.52 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 21755 13060 0 0 340 4 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10849036 memory=7662149562495165799 CPUtime=3.67 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 23425 13060 0 0 356 3 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10849036 memory=1061444 CPUtime=1.88 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) S 4765 4774 4702 0 -1 1077944384 12749 13060 0 0 177 3 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658664012144 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10849036 memory=1061444 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4906] ppid=4765 vsize=10849036 memory=1061444 CPUtime=1.54 cores=0,2,4,6
/proc/4774/task/4906/stat : 4906 (java) S 4765 4774 4702 0 -1 1077944384 1212 13060 0 0 70 76 5 3 20 0 15 0 473029323 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658662960048 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 2484.22 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1061444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 1.41 1.32 1.25 3/230 5290
/proc/meminfo: memFree=1892140/32770624 swapFree=66998936/67108860
[pid=4774] ppid=4765 vsize=10849036 memory=1061444 CPUtime=2520.09 cores=0,2,4,6
/proc/4774/stat : 4774 (java) S 4765 4774 4702 0 -1 1077944320 198016 13060 0 0 251643 358 5 3 20 0 15 0 473029215 11109412864 265361 33554432000 4194304 4196468 140726759354656 140726759337200 139659697475319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
/proc/4774/statm: 2712259 265361 3627 1 0 2674317 0
[pid=4774/tid=4869] ppid=4765 vsize=10849036 memory=2020 CPUtime=2448.6 cores=0,2,4,6
/proc/4774/task/4869/stat : 4869 (java) R 4765 4774 4702 0 -1 4202560 70076 13060 0 0 244801 51 5 3 20 0 15 0 473029305 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659669311376 139659283103587 0 4 0 16800975 0 0 0 -1 2 0 0 45 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4879] ppid=4765 vsize=10849036 memory=1428 CPUtime=12.46 cores=0,2,4,6
/proc/4774/task/4879/stat : 4879 (java) S 4765 4774 4702 0 -1 1077944384 9642 13060 0 0 1180 58 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659701717392 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4880] ppid=4765 vsize=10849036 memory=9396 CPUtime=12.41 cores=0,2,4,6
/proc/4774/task/4880/stat : 4880 (java) S 4765 4774 4702 0 -1 1077944384 15899 13060 0 0 1176 57 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659589990672 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4881] ppid=4765 vsize=10849036 memory=656 CPUtime=12.36 cores=0,2,4,6
/proc/4774/task/4881/stat : 4881 (java) S 4765 4774 4702 0 -1 1077944384 13604 13060 0 0 1171 57 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659588938384 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4882] ppid=4765 vsize=10849036 memory=3612 CPUtime=12.43 cores=0,2,4,6
/proc/4774/task/4882/stat : 4882 (java) S 4765 4774 4702 0 -1 1077944384 11817 13060 0 0 1181 54 5 3 20 0 15 0 473029308 11109412864 265361 33554432000 4194304 4196468 140726759354656 139659587885584 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4884] ppid=4765 vsize=10849036 memory=2832 CPUtime=11.79 cores=0,2,4,6
/proc/4774/task/4884/stat : 4884 (java) S 4765 4774 4702 0 -1 1077944384 15582 13060 0 0 1112 59 5 3 20 0 15 0 473029310 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658700728944 139659697486466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4885] ppid=4765 vsize=10849036 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4885/stat : 4885 (java) S 4765 4774 4702 0 -1 1077944384 39 13060 0 0 0 0 5 3 20 0 15 0 473029310 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658699675040 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4886] ppid=4765 vsize=10849036 memory=1204 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4886/stat : 4886 (java) S 4765 4774 4702 0 -1 1077944384 2 13060 0 0 0 0 5 3 20 0 15 0 473029311 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658579142272 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4894] ppid=4765 vsize=10849036 memory=1072 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4894/stat : 4894 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658271742544 139659697493915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4895] ppid=4765 vsize=10849036 memory=6072 CPUtime=3.52 cores=0,2,4,6
/proc/4774/task/4895/stat : 4895 (java) S 4765 4774 4702 0 -1 1077944384 21756 13060 0 0 340 4 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658666117232 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4896] ppid=4765 vsize=10849036 memory=1544 CPUtime=3.67 cores=0,2,4,6
/proc/4774/task/4896/stat : 4896 (java) S 4765 4774 4702 0 -1 1077944384 23425 13060 0 0 356 3 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658665064432 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4897] ppid=4765 vsize=10849036 memory=776 CPUtime=1.88 cores=0,2,4,6
/proc/4774/task/4897/stat : 4897 (java) S 4765 4774 4702 0 -1 1077944384 12749 13060 0 0 177 3 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658664012144 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4898] ppid=4765 vsize=10849036 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/4774/task/4898/stat : 4898 (java) S 4765 4774 4702 0 -1 1077944384 3 13060 0 0 0 0 5 3 20 0 15 0 473029316 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658238183904 139659697485525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
[pid=4774/tid=4906] ppid=4765 vsize=10849036 memory=1061444 CPUtime=1.56 cores=0,2,4,6
/proc/4774/task/4906/stat : 4906 (java) S 4765 4774 4702 0 -1 1077944384 1214 13060 0 0 71 77 5 3 20 0 15 0 473029323 11109412864 265361 33554432000 4194304 4196468 140726759354656 139658662960048 139659697486466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35147776 140726759357167 140726759359685 140726759359685 140726759362511 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1061444 KiB

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

[startup+2477.63 s]
# the end of solver process 4774 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.51 s, system=3.62396 s

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

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.14
CPU user time (s): 2516.51
CPU system time (s): 3.62396
CPU usage (%): 101.716
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1061444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.51
system time used= 3.62396
maximum resident set size= 1065656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212379
page faults= 0
swaps= 0
block input operations= 4240
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289805
involuntary context switches= 10112


# summary of solver processes directly reported to runsolver:
#   pid: 4774
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.51
#   total CPU system time (s): 3.62396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5084 second user time and 23.7231 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 10:19:59
IDJOB=4402882
IDBENCH=115954
IDSOLVER=2861
FILE ID=node123/4402882-1568967638
RUNJOBID= node123-1568967599-4735
PBS_JOBID= 21704625
Free space on /tmp= 25728 MiB

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

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

MD5SUM BENCH= 5296a674fcd135b0317e95ffe6d81fd1
RANDOM SEED=1159292332

node123.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.49
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.49
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.49
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.49
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:         3987284 kB
MemAvailable:   31850152 kB
Buffers:           99400 kB
Cached:         27682232 kB
SwapCached:         7160 kB
Active:         13999948 kB
Inactive:       13792480 kB
Active(anon):      11816 kB
Inactive(anon):    46980 kB
Active(file):   13988132 kB
Inactive(file): 13745500 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66998920 kB
Dirty:              8916 kB
Writeback:           184 kB
AnonPages:        112340 kB
Mapped:            50636 kB
Shmem:             38896 kB
Slab:             587208 kB
SReclaimable:     557696 kB
SUnreclaim:        29512 kB
KernelStack:        3408 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 25660 MiB
End job on node123 at 2019-09-20 11:01:22