Trace number 4403181

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 2400.15 2366.63

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.4225
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.84/1.88	c Concrete v3.12.3.1568965526260 running
8.49/11.91	o 28
8.49/11.94	o 33
8.86/12.03	o 34
11.88/13.31	o 35
11.88/13.35	o 36
12.30/13.51	o 37
449.02/445.15	o 38
2400.01/2366.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2366.52		at concrete.MAC.mac(MAC.scala:192)
2400.01/2366.52		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2366.52		at scala.util.Try$.apply(Try.scala:210)
2400.01/2366.52		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2366.52		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2366.52		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2366.52		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2366.52		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2366.52		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2366.52		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2366.52		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.01/2366.52		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.01/2366.52		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2366.52		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2366.52		at scala.util.Success.map(Try.scala:262)
2400.01/2366.52		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2366.52		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2366.52		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2366.52		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2366.52		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2366.52		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2366.52		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2366.52		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2366.52		at scala.App.$anonfun$main$1(App.scala:73)
2400.01/2366.52		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.01/2366.52		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.01/2366.52		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.01/2366.52		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.01/2366.52		at scala.App.main(App.scala:73)
2400.01/2366.52		at scala.App.main$(App.scala:71)
2400.01/2366.52		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2366.52		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2366.52	v <instantiation
2400.01/2366.52	v         cost = '38'>
2400.01/2366.52	v       <list>
2400.01/2366.52	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]
2400.01/2366.52	v       </list>
2400.01/2366.52	v       <values>
2400.01/2366.52	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
2400.01/2366.52	v       </values>
2400.01/2366.52	v     </instantiation>
2400.01/2366.52	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 (66 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403181-1568967638/watcher-4403181-1568967638 -o /var/tmp/evaluation-result-4403181-1568967638/solver-4403181-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403181-1568967638.xml 

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

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

solver pid=32389, runsolver pid=32385

[startup+0.100143 s]*
/proc/loadavg: 0.31 0.08 0.07 1/207 32402
/proc/meminfo: memFree=199992/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32389/stat : 32389 (bash) S 32385 32389 32325 0 -1 4202496 694 0 0 0 0 0 0 0 20 0 1 0 473027495 115974144 363 33554432000 4194304 5098028 140723254201984 140723254199624 139983098760192 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32389/statm: 28314 363 290 221 0 119 0
[pid=32395] ppid=32389 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/32395/stat : 32395 (bash) S 32389 32389 32325 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473027498 115974144 177 33554432000 4194304 5098028 140723254201984 140723254198152 139983098585724 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32395/statm: 28314 177 101 221 0 119 0
[pid=32397] ppid=32395 vsize=113256 memory=888 CPUtime=0 cores=0,2,4,6
/proc/32397/stat : 32397 (bash) S 32395 32389 32325 0 -1 4202560 210 427 0 1 0 0 0 0 20 0 1 0 473027498 115974144 222 33554432000 4194304 5098028 140723254201984 140723254195448 139983098760192 0 0 4096 65538 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32397/statm: 28314 222 146 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 339768 KiB
Current children cumulated memory: 3048 KiB

[startup+0.210036 s]*
/proc/loadavg: 0.31 0.08 0.07 1/201 32444
/proc/meminfo: memFree=199880/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32389/stat : 32389 (bash) S 32385 32389 32325 0 -1 4202496 887 5678 0 1 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140723254201984 140723254195992 139983098760192 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 2 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32389/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.309473 s]*
/proc/loadavg: 0.31 0.08 0.07 1/205 32450
/proc/meminfo: memFree=199320/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32389/stat : 32389 (bash) S 32385 32389 32325 0 -1 4202496 887 5678 0 1 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140723254201984 140723254195992 139983098760192 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 2 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32389/statm: 28314 404 320 221 0 119 0
[pid=32446] ppid=32389 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32446/stat : 32446 (bash) S 32389 32389 32325 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473027516 115974144 178 33554432000 4194304 5098028 140723254201984 140723254194664 139983098585724 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32446/statm: 28314 178 94 221 0 119 0
[pid=32448] ppid=32446 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/32448/stat : 32448 (java) D 32446 32389 32325 0 -1 1077936128 153 0 0 0 0 0 0 0 20 0 1 0 473027516 303104 1 33554432000 4194304 4196468 140736001759920 140736001757192 140525335508679 0 0 4096 0 18446744072101748260 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736001762428 140736001762442 140736001762442 140736001765327 0
/proc/32448/statm: 74 1 0 1 0 38 0
[pid=32450] ppid=32446 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/32450/stat : 32450 (awk) S 32446 32389 32325 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473027516 116211712 242 33554432000 4194304 4609284 140721391434304 140721391433480 140522204888064 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 20828160 140721391436972 140721391437002 140721391437002 140721391439855 0
/proc/32450/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3300 KiB

[startup+0.700622 s]
/proc/loadavg: 0.31 0.08 0.07 1/207 32452
/proc/meminfo: memFree=197012/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32389/stat : 32389 (bash) S 32385 32389 32325 0 -1 4202496 887 5678 0 1 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140723254201984 140723254195992 139983098760192 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 2 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32389/statm: 28314 404 320 221 0 119 0
[pid=32446] ppid=32389 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32446/stat : 32446 (bash) S 32389 32389 32325 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473027516 115974144 178 33554432000 4194304 5098028 140723254201984 140723254194664 139983098585724 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 7585792 140723254207488 140723254207617 140723254207617 140723254210542 0
/proc/32446/statm: 28314 178 94 221 0 119 0
[pid=32448] ppid=32446 vsize=10260324 memory=20612 CPUtime=0.05 cores=0,2,4,6
/proc/32448/stat : 32448 (java) S 32446 32389 32325 0 -1 1077944320 4054 0 0 0 3 2 0 0 20 0 9 0 473027516 10506571776 5153 33554432000 4194304 4196468 140736001759920 140736001742464 140525333233399 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 30769152 140736001762428 140736001762442 140736001762442 140736001765327 0
/proc/32448/statm: 2565081 5153 2160 1 0 2527622 0
[pid=32448/tid=32451] ppid=32446 vsize=10260324 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32448/task/32451/stat : 32451 (java) D 32446 32389 32325 0 -1 1077944384 2711 0 0 0 3 1 0 0 20 0 9 0 473027541 10506571776 5153 33554432000 4194304 4196468 140736001759920 140525337468712 140525325911413 0 4 0 16800971 18446744072101748260 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736001762428 140736001762442 140736001762442 140736001765327 0
[pid=32450] ppid=32446 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/32450/stat : 32450 (awk) S 32446 32389 32325 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473027516 116211712 242 33554432000 4194304 4609284 140721391434304 140721391433480 140522204888064 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 20828160 140721391436972 140721391437002 140721391437002 140721391439855 0
/proc/32450/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23908 KiB

[startup+1.50043 s]
/proc/loadavg: 0.45 0.11 0.08 1/201 32498
/proc/meminfo: memFree=211792/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=10820268 memory=50344 CPUtime=0.55 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 13940 13097 0 1 40 6 5 4 20 0 15 0 473027495 11079954432 12586 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2705067 12586 3347 1 0 2667149 0
[pid=32389/tid=32498] ppid=32385 vsize=10820268 memory=279745984028064 CPUtime=0.39 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) R 32385 32389 32325 0 -1 4202560 10371 13097 0 1 26 4 5 4 20 0 15 0 473027595 11079954432 12586 33554432000 4194304 4196468 140736930862640 139726151658112 139726161484718 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 50344 KiB

[startup+3.11027 s]
/proc/loadavg: 0.45 0.11 0.08 1/227 32524
/proc/meminfo: memFree=189368/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=10822316 memory=74244 CPUtime=1.04 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 18959 13097 0 1 84 11 5 4 20 0 15 0 473027495 11082051584 18561 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2705579 18561 3492 1 0 2667661 0
[pid=32389/tid=32498] ppid=32385 vsize=10822316 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) D 32385 32389 32325 0 -1 4202560 14343 13097 0 1 49 9 5 4 20 0 15 0 473027595 11082051584 18561 33554432000 4194304 4196468 140736930862640 139726151659424 139726179857565 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 129 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10822316 memory=9 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 18561 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10822316 memory=5598 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 18561 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10822316 memory=279745984201632 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 18561 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32506] ppid=32385 vsize=10822316 memory=6944656592387989600 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 18561 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 5 13097 0 1 0 0 5 4 20 0 15 0 473027598 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10822316 memory=6944613755328037012 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 33 13097 0 1 0 0 5 4 20 0 15 0 473027600 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725620897440 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10822316 memory=-9109213556524817781 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027600 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725486679280 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10822316 memory=8514701219881846688 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11082051584 18561 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10822316 memory=279745983983416 CPUtime=0.17 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 777 13097 0 1 8 0 5 4 20 0 15 0 473027607 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10822316 memory=279745984441616 CPUtime=0.19 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 805 13097 0 1 10 0 5 4 20 0 15 0 473027607 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10822316 memory=279745984441680 CPUtime=0.24 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 781 13097 0 1 15 0 5 4 20 0 15 0 473027607 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10822316 memory=279745984441744 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11082051584 18561 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10822316 memory=71668 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027612 11082051584 18561 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74244 KiB
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 0.57 0.14 0.09 1/227 32524
/proc/meminfo: memFree=233004/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=10822316 memory=76012 CPUtime=1.14 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 19343 13097 0 1 94 11 5 4 20 0 15 0 473027495 11082051584 19003 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2705579 19003 3502 1 0 2667661 0
[pid=32389/tid=32498] ppid=32385 vsize=10822316 memory=60 CPUtime=0.7 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) D 32385 32389 32325 0 -1 4202560 14657 13097 0 1 52 9 5 4 20 0 15 0 473027595 11082051584 19003 33554432000 4194304 4196468 140736930862640 139726151659408 139726179857565 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 435 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10822316 memory=15308 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 19003 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10822316 memory=512 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 19003 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10822316 memory=52 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 19003 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32506] ppid=32385 vsize=10822316 memory=32 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027596 11082051584 19003 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 5 13097 0 1 0 0 5 4 20 0 15 0 473027598 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 33 13097 0 1 0 0 5 4 20 0 15 0 473027600 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725620897440 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 1 13097 0 1 0 0 5 4 20 0 15 0 473027600 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725486679280 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10822316 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11082051584 19003 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10822316 memory=3620 CPUtime=0.2 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 812 13097 0 1 11 0 5 4 20 0 15 0 473027607 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10822316 memory=38300 CPUtime=0.22 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 818 13097 0 1 13 0 5 4 20 0 15 0 473027607 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10822316 memory=2004 CPUtime=0.25 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 801 13097 0 1 16 0 5 4 20 0 15 0 473027607 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11082051584 19003 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10822316 memory=278962420907407 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027612 11082051584 19003 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76012 KiB
heavy processes:

[startup+12.7013 s]
/proc/loadavg: 0.76 0.19 0.10 7/227 32524
/proc/meminfo: memFree=190856/32770624 swapFree=66988288/67108860
[pid=32389] ppid=32385 vsize=10849036 memory=289748 CPUtime=10.85 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 83966 13097 2 1 1042 34 5 4 20 0 15 0 473027495 11109412864 72437 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2712259 72437 3627 1 0 2674317 0
[pid=32389/tid=32498] ppid=32385 vsize=10849036 memory=280296 CPUtime=4.51 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) R 32385 32389 32325 0 -1 4202560 51222 13097 2 1 419 23 5 4 20 0 15 0 473027595 11109412864 72437 33554432000 4194304 4196468 140736930862640 139726151671360 139726179856986 0 4 0 16800975 0 0 0 -1 2 0 0 675 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10849036 memory=279745984223280 CPUtime=0.12 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 1892 13097 0 1 3 0 5 4 20 0 15 0 473027596 11109412864 72437 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10849036 memory=238836 CPUtime=0.12 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 2088 13097 0 1 3 0 5 4 20 0 15 0 473027596 11109412864 72437 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10849036 memory=7517159034448145511 CPUtime=0.12 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 1889 13097 0 1 3 0 5 4 20 0 15 0 473027596 11109412864 72437 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0

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

[pid=32389/tid=32506] ppid=32385 vsize=10849036 memory=1693200 CPUtime=11.16 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 45469 13097 0 1 1043 64 5 4 20 0 15 0 473027596 11109412864 423585 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10849036 memory=1694232 CPUtime=9.46 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 31241 13097 0 1 886 51 5 4 20 0 15 0 473027598 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10849036 memory=1694340 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 39 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725620897568 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10849036 memory=1694340 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725486679296 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10849036 memory=132 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423585 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10849036 memory=1694340 CPUtime=2.96 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 15460 13097 0 1 284 3 5 4 20 0 15 0 473027607 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10849036 memory=1694232 CPUtime=3.13 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 14477 13097 0 1 300 4 5 4 20 0 15 0 473027607 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10849036 memory=1694340 CPUtime=1.92 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 14048 13097 0 1 180 3 5 4 20 0 15 0 473027607 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10849036 memory=512 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423585 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10849036 memory=1694340 CPUtime=1.43 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 1358 13097 0 1 64 70 5 4 20 0 15 0 473027612 11109412864 423585 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 2233.19 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1694340 KiB

[startup+2262.3 s]
/proc/loadavg: 1.30 1.35 1.23 3/227 32729
/proc/meminfo: memFree=325120/32770624 swapFree=66988308/67108860
[pid=32389] ppid=32385 vsize=10849036 memory=1695120 CPUtime=2294.16 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 3049019 13097 2 1 228779 628 5 4 20 0 15 0 473027495 11109412864 423780 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2712259 423780 3629 1 0 2674317 0
[pid=32389/tid=32498] ppid=32385 vsize=10849036 memory=4100 CPUtime=2229.74 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) R 32385 32389 32325 0 -1 4202560 2779987 13097 2 1 222656 309 5 4 20 0 15 0 473027595 11109412864 423780 33554432000 4194304 4196468 140736930862640 139726151671856 139725786901894 0 4 0 16800975 0 0 0 -1 4 0 0 675 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10849036 memory=1695120 CPUtime=11.47 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 48145 13097 0 1 1077 61 5 4 20 0 15 0 473027596 11109412864 423780 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10849036 memory=1695100 CPUtime=11.47 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 46268 13097 0 1 1073 65 5 4 20 0 15 0 473027596 11109412864 423780 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10849036 memory=1695100 CPUtime=11.46 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 48833 13097 0 1 1078 59 5 4 20 0 15 0 473027596 11109412864 423780 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32506] ppid=32385 vsize=10849036 memory=512 CPUtime=11.5 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 46223 13097 0 1 1075 66 5 4 20 0 15 0 473027596 11109412864 423780 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10849036 memory=1695100 CPUtime=9.73 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 31912 13097 0 1 911 53 5 4 20 0 15 0 473027598 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10849036 memory=1695120 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 39 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725620897568 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10849036 memory=1695120 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725486679296 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10849036 memory=1695100 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423780 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10849036 memory=1695100 CPUtime=2.96 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 15464 13097 0 1 284 3 5 4 20 0 15 0 473027607 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10849036 memory=1695100 CPUtime=3.13 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 14481 13097 0 1 300 4 5 4 20 0 15 0 473027607 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10849036 memory=1695120 CPUtime=1.92 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 14056 13097 0 1 180 3 5 4 20 0 15 0 473027607 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10849036 memory=3620 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423780 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10849036 memory=38328 CPUtime=1.47 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 1401 13097 0 1 66 72 5 4 20 0 15 0 473027612 11109412864 423780 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 2294.16 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1695120 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.30 1.22 3/228 32758
/proc/meminfo: memFree=328088/32770624 swapFree=66988324/67108860
[pid=32389] ppid=32385 vsize=10849036 memory=1695908 CPUtime=2355.1 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 3110111 13097 2 1 234861 640 5 4 20 0 15 0 473027495 11109412864 423977 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2712259 423977 3629 1 0 2674317 0
[pid=32389/tid=32498] ppid=32385 vsize=10849036 memory=1695764 CPUtime=2289.05 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) R 32385 32389 32325 0 -1 4202560 2833846 13097 2 1 228583 313 5 4 20 0 15 0 473027595 11109412864 423977 33554432000 4194304 4196468 140736930862640 139726151671920 139725783874767 0 4 0 16800975 0 0 0 -1 2 0 0 675 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10849036 memory=1695764 CPUtime=11.8 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 49463 13097 0 1 1109 62 5 4 20 0 15 0 473027596 11109412864 423977 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10849036 memory=1695764 CPUtime=11.82 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 48217 13097 0 1 1105 68 5 4 20 0 15 0 473027596 11109412864 423977 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10849036 memory=1695764 CPUtime=11.79 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 51066 13097 0 1 1110 60 5 4 20 0 15 0 473027596 11109412864 423977 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32506] ppid=32385 vsize=10849036 memory=1695908 CPUtime=11.84 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 47180 13097 0 1 1107 68 5 4 20 0 15 0 473027596 11109412864 423977 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10849036 memory=1695764 CPUtime=9.98 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 32630 13097 0 1 935 54 5 4 20 0 15 0 473027598 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10849036 memory=1695908 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 39 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725620897568 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10849036 memory=1695908 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725486679296 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10849036 memory=1695908 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423977 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10849036 memory=1695100 CPUtime=2.96 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 15470 13097 0 1 284 3 5 4 20 0 15 0 473027607 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10849036 memory=1695764 CPUtime=3.13 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 14485 13097 0 1 300 4 5 4 20 0 15 0 473027607 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10849036 memory=1695764 CPUtime=1.92 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 14062 13097 0 1 180 3 5 4 20 0 15 0 473027607 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10849036 memory=1695908 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 423977 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10849036 memory=1164 CPUtime=1.51 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 1443 13097 0 1 68 74 5 4 20 0 15 0 473027612 11109412864 423977 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 2355.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1695908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2366.5 s]
/proc/loadavg: 0.81 1.20 1.19 2/209 305
/proc/meminfo: memFree=2092476/32770624 swapFree=66988324/67108860
[pid=32389] ppid=32385 vsize=10849036 memory=1696312 CPUtime=2400.01 cores=0,2,4,6
/proc/32389/stat : 32389 (java) S 32385 32389 32325 0 -1 1077944320 3154159 13097 2 1 239344 648 5 4 20 0 15 0 473027495 11109412864 424078 33554432000 4194304 4196468 140736930862640 140736930845184 139726179835639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
/proc/32389/statm: 2712259 424078 3629 1 0 2674317 0
[pid=32389/tid=32498] ppid=32385 vsize=10849036 memory=1696312 CPUtime=2332.72 cores=0,2,4,6
/proc/32389/task/32498/stat : 32498 (java) R 32385 32389 32325 0 -1 4202560 2874155 13097 2 1 232948 315 5 4 20 0 15 0 473027595 11109412864 424078 33554432000 4194304 4196468 140736930862640 139726151671696 139725778955334 0 4 0 16800975 0 0 0 -1 0 0 0 675 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32503] ppid=32385 vsize=10849036 memory=1197 CPUtime=12.06 cores=0,2,4,6
/proc/32389/task/32503/stat : 32503 (java) S 32385 32389 32325 0 -1 1077944384 51397 13097 0 1 1133 64 5 4 20 0 15 0 473027596 11109412864 424078 33554432000 4194304 4196468 140736930862640 139726184077840 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32504] ppid=32385 vsize=10849036 memory=1695908 CPUtime=12.06 cores=0,2,4,6
/proc/32389/task/32504/stat : 32504 (java) S 32385 32389 32325 0 -1 1077944384 48728 13097 0 1 1129 68 5 4 20 0 15 0 473027596 11109412864 424078 33554432000 4194304 4196468 140736930862640 139726098897552 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32505] ppid=32385 vsize=10849036 memory=1696312 CPUtime=12.04 cores=0,2,4,6
/proc/32389/task/32505/stat : 32505 (java) S 32385 32389 32325 0 -1 1077944384 51426 13097 0 1 1134 61 5 4 20 0 15 0 473027596 11109412864 424078 33554432000 4194304 4196468 140736930862640 139726097844496 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32506] ppid=32385 vsize=10849036 memory=1695100 CPUtime=12.09 cores=0,2,4,6
/proc/32389/task/32506/stat : 32506 (java) S 32385 32389 32325 0 -1 1077944384 47732 13097 0 1 1131 69 5 4 20 0 15 0 473027596 11109412864 424078 33554432000 4194304 4196468 140736930862640 139726096791952 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32508] ppid=32385 vsize=10849036 memory=0 CPUtime=10.18 cores=0,2,4,6
/proc/32389/task/32508/stat : 32508 (java) S 32385 32389 32325 0 -1 1077944384 32997 13097 0 1 954 55 5 4 20 0 15 0 473027598 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725706296048 139726179846786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32511] ppid=32385 vsize=10849036 memory=1696312 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32511/stat : 32511 (java) S 32385 32389 32325 0 -1 1077944384 39 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725620897568 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32512] ppid=32385 vsize=10849036 memory=1696312 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32512/stat : 32512 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027600 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725486679296 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32518] ppid=32385 vsize=10849036 memory=1696312 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32518/stat : 32518 (java) S 32385 32389 32325 0 -1 1077944384 2 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 424078 33554432000 4194304 4196468 140736930862640 139724882700752 139726179854235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32519] ppid=32385 vsize=10849036 memory=3620 CPUtime=2.96 cores=0,2,4,6
/proc/32389/task/32519/stat : 32519 (java) S 32385 32389 32325 0 -1 1077944384 15472 13097 0 1 284 3 5 4 20 0 15 0 473027607 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725705242864 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32520] ppid=32385 vsize=10849036 memory=3204 CPUtime=3.13 cores=0,2,4,6
/proc/32389/task/32520/stat : 32520 (java) S 32385 32389 32325 0 -1 1077944384 14487 13097 0 1 300 4 5 4 20 0 15 0 473027607 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725704190320 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32521] ppid=32385 vsize=10849036 memory=1696312 CPUtime=1.93 cores=0,2,4,6
/proc/32389/task/32521/stat : 32521 (java) S 32385 32389 32325 0 -1 1077944384 14065 13097 0 1 180 4 5 4 20 0 15 0 473027607 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725703137264 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32522] ppid=32385 vsize=10849036 memory=11582440464 CPUtime=0.09 cores=0,2,4,6
/proc/32389/task/32522/stat : 32522 (java) S 32385 32389 32325 0 -1 1077944384 3 13097 0 1 0 0 5 4 20 0 15 0 473027607 11109412864 424078 33554432000 4194304 4196468 140736930862640 139724412938592 139726179845845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
[pid=32389/tid=32524] ppid=32385 vsize=10849036 memory=3184097920075968593 CPUtime=1.53 cores=0,2,4,6
/proc/32389/task/32524/stat : 32524 (java) S 32385 32389 32325 0 -1 1077944384 1451 13097 0 1 69 75 5 4 20 0 15 0 473027612 11109412864 424078 33554432000 4194304 4196468 140736930862640 139725702085680 139726179846786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18669568 140736930863715 140736930866357 140736930866357 140736930869199 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1696312 KiB

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

[startup+2366.63 s]
# the end of solver process 32389 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.51 s, system=6.63827 s

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

[startup+2366.61 s]*
/proc/loadavg: 0.90 1.21 1.20 2/198 332
/proc/meminfo: memFree=3528176/32770624 swapFree=66988324/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2366.63
CPU time (s): 2400.15
CPU user time (s): 2393.51
CPU system time (s): 6.63827
CPU usage (%): 101.417
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1696312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.51
system time used= 6.63827
maximum resident set size= 1700448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3171145
page faults= 3
swaps= 0
block input operations= 34168
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274828
involuntary context switches= 11301


# summary of solver processes directly reported to runsolver:
#   pid: 32389
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2393.51
#   total CPU system time (s): 6.63827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4155 second user time and 21.308 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 10:19:56
IDJOB=4403181
IDBENCH=115953
IDSOLVER=2862
FILE ID=node121/4403181-1568967638
RUNJOBID= node121-1568967596-32356
PBS_JOBID= 21704626
Free space on /var/tmp= 13512 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-4403181-1568967638/watcher-4403181-1568967638 -o /var/tmp/evaluation-result-4403181-1568967638/solver-4403181-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32356 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403181-1568967638.xml

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=1159292332

node121.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.75
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.75
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.75
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.75
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:          203324 kB
MemAvailable:   31862848 kB
Buffers:          133080 kB
Cached:         31458500 kB
SwapCached:         5412 kB
Active:         14505088 kB
Inactive:       17092588 kB
Active(anon):       3256 kB
Inactive(anon):    40432 kB
Active(file):   14501832 kB
Inactive(file): 17052156 kB
Unevictable:      111188 kB
Mlocked:          111188 kB
SwapTotal:      67108860 kB
SwapFree:       66988288 kB
Dirty:             25800 kB
Writeback:             0 kB
AnonPages:        112408 kB
Mapped:            46444 kB
Shmem:             28856 kB
Slab:             563060 kB
SReclaimable:     533996 kB
SUnreclaim:        29064 kB
KernelStack:        3392 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510288 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node121 at 2019-09-20 10:59:33