Trace number 4403182

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

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.7624
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.83/1.88	c Concrete v3.12.3.1568965526260 running
8.11/11.90	o 27
8.44/11.91	o 28
9.95/12.43	o 31
11.21/12.97	o 32
14.43/15.56	o 33
14.97/16.05	o 34
2400.05/2365.40	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2365.40		at concrete.MAC.mac(MAC.scala:192)
2400.05/2365.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2365.40		at scala.util.Try$.apply(Try.scala:210)
2400.05/2365.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2365.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2365.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2365.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2365.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2365.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2365.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2365.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2365.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2365.40		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2365.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2365.40		at scala.util.Success.map(Try.scala:262)
2400.05/2365.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2365.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2365.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2365.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2365.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2365.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2365.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2365.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2365.40		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2365.40		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2365.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2365.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2365.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2365.40		at scala.App.main(App.scala:73)
2400.05/2365.40		at scala.App.main$(App.scala:71)
2400.05/2365.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2365.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2365.41	v <instantiation
2400.05/2365.41	v         cost = '34'>
2400.05/2365.41	v       <list>
2400.05/2365.41	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]
2400.05/2365.41	v       </list>
2400.05/2365.41	v       <values>
2400.05/2365.41	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
2400.05/2365.41	v       </values>
2400.05/2365.41	v     </instantiation>
2400.05/2365.41	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 (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-4403182-1568967638/watcher-4403182-1568967638 -o /var/tmp/evaluation-result-4403182-1568967638/solver-4403182-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32357 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403182-1568967638.xml 

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

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

solver pid=32393, runsolver pid=32386

[startup+0.100179 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 32404
/proc/meminfo: memFree=199992/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32393/stat : 32393 (bash) S 32386 32393 32325 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 473027495 115974144 363 33554432000 4194304 5098028 140724925768128 140724925765768 139960563764224 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32393/statm: 28314 363 290 221 0 119 0
[pid=32396] ppid=32393 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/32396/stat : 32396 (bash) S 32393 32393 32325 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473027498 115974144 177 33554432000 4194304 5098028 140724925768128 140724925764296 139960563589756 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32396/statm: 28314 177 101 221 0 119 0
[pid=32398] ppid=32396 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/32398/stat : 32398 (bash) S 32396 32393 32325 0 -1 4202560 210 427 0 0 0 0 0 0 20 0 1 0 473027498 115974144 222 33554432000 4194304 5098028 140724925768128 140724925761592 139960563764224 0 0 4096 65538 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32398/statm: 28314 222 146 221 0 119 0
[pid=32404] ppid=32398 vsize=113256 memory=492 CPUtime=0 cores=1,3,5,7
/proc/32404/stat : 32404 (bash) D 32398 32393 32325 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 1 0 473027505 115974144 123 33554432000 4194304 5098028 140724925768128 140724925760648 139960563762549 0 0 4096 65538 18446744071585676691 0 0 17 3 0 0 0 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32404/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3540 KiB

[startup+0.209826 s]*
/proc/loadavg: 0.31 0.08 0.07 2/201 32444
/proc/meminfo: memFree=199616/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32393/stat : 32393 (bash) S 32386 32393 32325 0 -1 4202496 887 5673 1 0 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140724925768128 140724925762136 139960563764224 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32393/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.309359 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 32450
/proc/meminfo: memFree=199320/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32393/stat : 32393 (bash) S 32386 32393 32325 0 -1 4202496 887 5673 1 0 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140724925768128 140724925762136 139960563764224 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32393/statm: 28314 404 320 221 0 119 0
[pid=32445] ppid=32393 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32445/stat : 32445 (bash) S 32393 32393 32325 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473027516 115974144 178 33554432000 4194304 5098028 140724925768128 140724925760808 139960563589756 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32445/statm: 28314 178 94 221 0 119 0
[pid=32447] ppid=32445 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (java) D 32445 32393 32325 0 -1 1077936128 152 0 0 0 0 0 0 0 20 0 1 0 473027516 303104 1 33554432000 4194304 4196468 140737421097088 140737421094360 140046752241351 0 0 4096 0 18446744072101748260 0 0 17 5 0 0 0 0 0 6293624 6294260 33992704 140737421100156 140737421100170 140737421100170 140737421103055 0
/proc/32447/statm: 74 1 0 1 0 38 0
[pid=32449] ppid=32445 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/32449/stat : 32449 (awk) S 32445 32393 32325 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473027516 116211712 242 33554432000 4194304 4609284 140731372086288 140731372085464 140489108458496 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 34156544 140731372094636 140731372094666 140731372094666 140731372097519 0
/proc/32449/statm: 28372 242 203 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.700602 s]
/proc/loadavg: 0.31 0.08 0.07 2/207 32452
/proc/meminfo: memFree=197012/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/32393/stat : 32393 (bash) S 32386 32393 32325 0 -1 4202496 887 5673 1 0 0 0 0 1 20 0 1 0 473027495 115974144 404 33554432000 4194304 5098028 140724925768128 140724925762136 139960563764224 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32393/statm: 28314 404 320 221 0 119 0
[pid=32445] ppid=32393 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/32445/stat : 32445 (bash) S 32393 32393 32325 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473027516 115974144 178 33554432000 4194304 5098028 140724925768128 140724925760808 139960563589756 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 22155264 140724925776896 140724925777025 140724925777025 140724925779950 0
/proc/32445/statm: 28314 178 94 221 0 119 0
[pid=32447] ppid=32445 vsize=10260324 memory=20140 CPUtime=0.05 cores=1,3,5,7
/proc/32447/stat : 32447 (java) S 32445 32393 32325 0 -1 1077944320 3935 0 1 0 3 2 0 0 20 0 9 0 473027516 10506571776 5035 33554432000 4194304 4196468 140737421097088 140737421079632 140046749966071 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 33992704 140737421100156 140737421100170 140737421100170 140737421103055 0
/proc/32447/statm: 2565081 5035 2160 1 0 2527622 0
[pid=32447/tid=32452] ppid=32445 vsize=10260324 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32447/task/32452/stat : 32452 (java) D 32445 32393 32325 0 -1 1077944384 2593 0 0 0 2 1 0 0 20 0 9 0 473027541 10506571776 5035 33554432000 4194304 4196468 140737421097088 140046754201384 140046742644085 0 4 0 16800971 18446744072101748260 0 0 -1 1 0 0 0 0 0 6293624 6294260 33992704 140737421100156 140737421100170 140737421100170 140737421103055 0
[pid=32449] ppid=32445 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/32449/stat : 32449 (awk) S 32445 32393 32325 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473027516 116211712 242 33554432000 4194304 4609284 140731372086288 140731372085464 140489108458496 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 34156544 140731372094636 140731372094666 140731372094666 140731372097519 0
/proc/32449/statm: 28372 242 203 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23436 KiB

[startup+1.50469 s]
/proc/loadavg: 0.45 0.11 0.08 2/201 32498
/proc/meminfo: memFree=211792/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=10820268 memory=51340 CPUtime=0.57 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 14114 12982 1 2 42 6 5 4 20 0 15 0 473027495 11079954432 12835 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2705067 12835 3383 1 0 2667149 0
[pid=32393/tid=32497] ppid=32386 vsize=10820268 memory=43120 CPUtime=0.38 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) R 32386 32393 32325 0 -1 4202560 10517 12982 0 2 26 3 5 4 20 0 15 0 473027595 11079954432 12835 33554432000 4194304 4196468 140725867064544 140218129215536 140217747122033 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11079954432 12835 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10820268 memory=968 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11079954432 12835 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10820268 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11079954432 12835 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10820268 memory=288230574492221466 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11079954432 12835 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 51340 KiB

[startup+3.10976 s]
/proc/loadavg: 0.45 0.11 0.08 5/227 32524
/proc/meminfo: memFree=189368/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=10822316 memory=74776 CPUtime=0.99 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 19582 12982 2 2 83 7 5 4 20 0 15 0 473027495 11082051584 18694 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2705579 18694 3496 1 0 2667661 0
[pid=32393/tid=32497] ppid=32386 vsize=10822316 memory=140332754959136 CPUtime=0.62 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) D 32386 32393 32325 0 -1 4202560 14919 12982 0 2 48 5 5 4 20 0 15 0 473027595 11082051584 18694 33554432000 4194304 4196468 140725867064544 140218129211296 140218157409437 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 133 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 18694 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10822316 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10822316 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10822316 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10822316 memory=2004 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 5 12982 0 2 0 0 5 4 20 0 15 0 473027597 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10822316 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 13 12982 0 2 0 0 5 4 20 0 15 0 473027598 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217595978912 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10822316 memory=1324 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027598 11082051584 18694 33554432000 4194304 4196468 140725867064544 140216991998704 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10822316 memory=780 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11082051584 18694 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10822316 memory=8 CPUtime=0.19 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 1088 12982 1 2 10 0 5 4 20 0 15 0 473027602 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10822316 memory=14 CPUtime=0.17 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 582 12982 0 2 8 0 5 4 20 0 15 0 473027602 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10822316 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 758 12982 0 2 16 0 5 4 20 0 15 0 473027602 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11082051584 18694 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10822316 memory=280665509639344 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027610 11082051584 18694 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74776 KiB
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 0.57 0.14 0.09 2/227 32524
/proc/meminfo: memFree=233004/32770624 swapFree=66988288/67108860
[pid=32393] ppid=32386 vsize=10822316 memory=76008 CPUtime=1.11 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 19922 12982 2 2 94 8 5 4 20 0 15 0 473027495 11082051584 19002 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2705579 19002 3501 1 0 2667661 0
[pid=32393/tid=32497] ppid=32386 vsize=10822316 memory=1576 CPUtime=0.65 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) D 32386 32393 32325 0 -1 4202560 15232 12982 0 2 51 5 5 4 20 0 15 0 473027595 11082051584 19002 33554432000 4194304 4196468 140725867064544 140218129211280 140218157409437 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 439 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10822316 memory=-7522837583129502606 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 19002 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10822316 memory=8508281403248052365 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10822316 memory=164 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10822316 memory=7449346736341997620 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 2 12982 0 2 0 0 5 4 20 0 15 0 473027596 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10822316 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 5 12982 0 2 0 0 5 4 20 0 15 0 473027597 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10822316 memory=8325092590929827517 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 13 12982 0 2 0 0 5 4 20 0 15 0 473027598 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217595978912 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10822316 memory=75676 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 1 12982 0 2 0 0 5 4 20 0 15 0 473027598 11082051584 19002 33554432000 4194304 4196468 140725867064544 140216991998704 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10822316 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11082051584 19002 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10822316 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 1092 12982 1 2 13 0 5 4 20 0 15 0 473027602 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10822316 memory=288230617509003574 CPUtime=0.2 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 589 12982 0 2 11 0 5 4 20 0 15 0 473027602 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10822316 memory=15252640887999028 CPUtime=0.25 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 772 12982 0 2 16 0 5 4 20 0 15 0 473027602 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10822316 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11082051584 19002 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10822316 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027610 11082051584 19002 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76008 KiB
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.76 0.19 0.10 9/227 32524
/proc/meminfo: memFree=190856/32770624 swapFree=66988288/67108860

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

/proc/32393/task/32497/stat : 32497 (java) R 32386 32393 32325 0 -1 4202560 2052054 12982 1 2 216770 276 5 4 20 0 15 0 473027595 11109412864 443519 33554432000 4194304 4196468 140725867064544 140218129223424 140217762890434 0 4 0 16800975 0 0 0 -1 3 0 0 676 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10849036 memory=1774032 CPUtime=11.28 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 40528 12982 0 2 1055 64 5 4 20 0 15 0 473027596 11109412864 443519 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10849036 memory=1773732 CPUtime=11.31 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 41847 12982 0 2 1061 61 5 4 20 0 15 0 473027596 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10849036 memory=1773732 CPUtime=11.34 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 48884 12982 0 2 1065 60 5 4 20 0 15 0 473027596 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10849036 memory=1774076 CPUtime=11.35 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 49423 12982 0 2 1065 61 5 4 20 0 15 0 473027596 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10849036 memory=1773732 CPUtime=9.84 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 28715 12982 0 2 919 56 5 4 20 0 15 0 473027597 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10849036 memory=1774076 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 15 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217595979040 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10849036 memory=280665511010912 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 11 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443519 33554432000 4194304 4196468 140725867064544 140216991998720 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10849036 memory=1773224 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443519 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10849036 memory=1772676 CPUtime=3.1 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 19798 12982 1 2 298 3 5 4 20 0 15 0 473027602 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10849036 memory=1774032 CPUtime=2.89 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 15194 12982 0 2 278 2 5 4 20 0 15 0 473027602 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10849036 memory=1773908 CPUtime=1.89 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 11965 12982 0 2 177 3 5 4 20 0 15 0 473027602 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10849036 memory=111632 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443519 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10849036 memory=804 CPUtime=1.36 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 1650 12982 0 2 56 71 5 4 20 0 15 0 473027610 11109412864 443519 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 2234.21 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1774076 KiB

[startup+2262.3 s]
/proc/loadavg: 1.30 1.35 1.23 4/227 32729
/proc/meminfo: memFree=325120/32770624 swapFree=66988308/67108860
[pid=32393] ppid=32386 vsize=10849036 memory=1774800 CPUtime=2295.23 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 2342163 12982 3 2 228908 606 5 4 20 0 15 0 473027495 11109412864 443700 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2712259 443700 3623 1 0 2674317 0
[pid=32393/tid=32497] ppid=32386 vsize=10849036 memory=0 CPUtime=2229.87 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) R 32386 32393 32325 0 -1 4202560 2076035 12982 1 2 222700 278 5 4 20 0 15 0 473027595 11109412864 443700 33554432000 4194304 4196468 140725867064544 140218129223584 140217761958705 0 4 0 16800975 0 0 0 -1 5 0 0 676 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10849036 memory=1774800 CPUtime=11.63 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 42931 12982 0 2 1088 66 5 4 20 0 15 0 473027596 11109412864 443700 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10849036 memory=1774800 CPUtime=11.66 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 42734 12982 0 2 1095 62 5 4 20 0 15 0 473027596 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10849036 memory=1774076 CPUtime=11.67 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 50068 12982 0 2 1097 61 5 4 20 0 15 0 473027596 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10849036 memory=1774800 CPUtime=11.69 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 50083 12982 0 2 1098 62 5 4 20 0 15 0 473027596 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10849036 memory=1774800 CPUtime=10.13 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 29414 12982 0 2 946 58 5 4 20 0 15 0 473027597 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10849036 memory=1774800 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 15 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217595979040 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10849036 memory=1060 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 11 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443700 33554432000 4194304 4196468 140725867064544 140216991998720 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10849036 memory=38324 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443700 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10849036 memory=1774800 CPUtime=3.1 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 19802 12982 1 2 298 3 5 4 20 0 15 0 473027602 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10849036 memory=1774800 CPUtime=2.89 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 15198 12982 0 2 278 2 5 4 20 0 15 0 473027602 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10849036 memory=1774800 CPUtime=1.89 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 11971 12982 0 2 177 3 5 4 20 0 15 0 473027602 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10849036 memory=8008 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443700 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10849036 memory=1548 CPUtime=1.4 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 1692 12982 0 2 58 73 5 4 20 0 15 0 473027610 11109412864 443700 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 2295.23 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1774800 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.30 1.22 4/228 32758
/proc/meminfo: memFree=328088/32770624 swapFree=66988324/67108860
[pid=32393] ppid=32386 vsize=10849036 memory=1775652 CPUtime=2356.23 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 2370386 12982 3 2 235000 614 5 4 20 0 15 0 473027495 11109412864 443913 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2712259 443913 3623 1 0 2674317 0
[pid=32393/tid=32497] ppid=32386 vsize=10849036 memory=1775652 CPUtime=2289.18 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) R 32386 32393 32325 0 -1 4202560 2097105 12982 1 2 228629 280 5 4 20 0 15 0 473027595 11109412864 443913 33554432000 4194304 4196468 140725867064544 140218129223744 140217761208576 0 4 0 16800975 0 0 0 -1 7 0 0 676 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10849036 memory=1775264 CPUtime=11.97 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 44258 12982 0 2 1121 67 5 4 20 0 15 0 473027596 11109412864 443913 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10849036 memory=1775424 CPUtime=12 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 44629 12982 0 2 1129 62 5 4 20 0 15 0 473027596 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10849036 memory=1775560 CPUtime=12.02 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 50757 12982 0 2 1130 63 5 4 20 0 15 0 473027596 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10849036 memory=1775648 CPUtime=12.04 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 52552 12982 0 2 1132 63 5 4 20 0 15 0 473027596 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10849036 memory=1775652 CPUtime=10.4 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 30131 12982 0 2 972 59 5 4 20 0 15 0 473027597 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10849036 memory=1775560 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 15 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217595979040 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10849036 memory=1775560 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 11 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443913 33554432000 4194304 4196468 140725867064544 140216991998720 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10849036 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443913 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10849036 memory=3620 CPUtime=3.1 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 19806 12982 1 2 298 3 5 4 20 0 15 0 473027602 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10849036 memory=1695908 CPUtime=2.89 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 15202 12982 0 2 278 2 5 4 20 0 15 0 473027602 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10849036 memory=1775648 CPUtime=1.89 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 11977 12982 0 2 177 3 5 4 20 0 15 0 473027602 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10849036 memory=1775652 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443913 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10849036 memory=1775652 CPUtime=1.44 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 1734 12982 0 2 60 75 5 4 20 0 15 0 473027610 11109412864 443913 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 2356.23 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1775652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2365.4 s]
/proc/loadavg: 0.81 1.20 1.19 4/228 32762
/proc/meminfo: memFree=326024/32770624 swapFree=66988324/67108860
[pid=32393] ppid=32386 vsize=10849036 memory=1775956 CPUtime=2400.05 cores=1,3,5,7
/proc/32393/stat : 32393 (java) S 32386 32393 32325 0 -1 1077944320 2393454 12982 3 2 239373 623 5 4 20 0 15 0 473027495 11109412864 443989 33554432000 4194304 4196468 140725867064544 140725867047088 140218157387511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
/proc/32393/statm: 2712259 443989 3623 1 0 2674317 0
[pid=32393/tid=32497] ppid=32386 vsize=10849036 memory=-6728189141177645910 CPUtime=2331.78 cores=1,3,5,7
/proc/32393/task/32497/stat : 32497 (java) R 32386 32393 32325 0 -1 4202560 2115067 12982 1 2 232886 283 5 4 20 0 15 0 473027595 11109412864 443989 33554432000 4194304 4196468 140725867064544 140218129223488 140217760660776 0 4 0 16800975 0 0 0 -1 3 0 0 676 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32499] ppid=32386 vsize=10849036 memory=2996102 CPUtime=12.22 cores=1,3,5,7
/proc/32393/task/32499/stat : 32499 (java) S 32386 32393 32325 0 -1 1077944384 45299 12982 0 2 1144 69 5 4 20 0 15 0 473027596 11109412864 443989 33554432000 4194304 4196468 140725867064544 140218161630224 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32500] ppid=32386 vsize=10849036 memory=2997365 CPUtime=12.25 cores=1,3,5,7
/proc/32393/task/32500/stat : 32500 (java) S 32386 32393 32325 0 -1 1077944384 45020 12982 0 2 1152 64 5 4 20 0 15 0 473027596 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217731046544 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32501] ppid=32386 vsize=10849036 memory=1775956 CPUtime=12.27 cores=1,3,5,7
/proc/32393/task/32501/stat : 32501 (java) S 32386 32393 32325 0 -1 1077944384 51176 12982 0 2 1154 64 5 4 20 0 15 0 473027596 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217729993488 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32502] ppid=32386 vsize=10849036 memory=1164 CPUtime=12.28 cores=1,3,5,7
/proc/32393/task/32502/stat : 32502 (java) S 32386 32393 32325 0 -1 1077944384 53985 12982 0 2 1155 64 5 4 20 0 15 0 473027596 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217728940944 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32507] ppid=32386 vsize=10849036 memory=9520 CPUtime=10.61 cores=1,3,5,7
/proc/32393/task/32507/stat : 32507 (java) S 32386 32393 32325 0 -1 1077944384 30498 12982 0 2 991 61 5 4 20 0 15 0 473027597 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217683990768 140218157398658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32509] ppid=32386 vsize=10849036 memory=14008 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32509/stat : 32509 (java) S 32386 32393 32325 0 -1 1077944384 15 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217595979040 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32510] ppid=32386 vsize=10849036 memory=2120 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32510/stat : 32510 (java) S 32386 32393 32325 0 -1 1077944384 11 12982 0 2 0 0 5 4 20 0 15 0 473027598 11109412864 443989 33554432000 4194304 4196468 140725867064544 140216991998720 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32513] ppid=32386 vsize=10849036 memory=12028 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32513/stat : 32513 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443989 33554432000 4194304 4196468 140725867064544 140216684599248 140218157406107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32514] ppid=32386 vsize=10849036 memory=804 CPUtime=3.1 cores=1,3,5,7
/proc/32393/task/32514/stat : 32514 (java) S 32386 32393 32325 0 -1 1077944384 19810 12982 1 2 298 3 5 4 20 0 15 0 473027602 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217682938608 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32515] ppid=32386 vsize=10849036 memory=1720 CPUtime=2.9 cores=1,3,5,7
/proc/32393/task/32515/stat : 32515 (java) S 32386 32393 32325 0 -1 1077944384 16619 12982 0 2 279 2 5 4 20 0 15 0 473027602 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217681886064 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32516] ppid=32386 vsize=10849036 memory=1804 CPUtime=1.89 cores=1,3,5,7
/proc/32393/task/32516/stat : 32516 (java) S 32386 32393 32325 0 -1 1077944384 11980 12982 0 2 177 3 5 4 20 0 15 0 473027602 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217680833008 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32517] ppid=32386 vsize=10849036 memory=920 CPUtime=0.09 cores=1,3,5,7
/proc/32393/task/32517/stat : 32517 (java) S 32386 32393 32325 0 -1 1077944384 3 12982 0 2 0 0 5 4 20 0 15 0 473027602 11109412864 443989 33554432000 4194304 4196468 140725867064544 140216651041632 140218157397717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
[pid=32393/tid=32523] ppid=32386 vsize=10849036 memory=3816 CPUtime=1.46 cores=1,3,5,7
/proc/32393/task/32523/stat : 32523 (java) S 32386 32393 32325 0 -1 1077944384 1765 12982 0 2 61 76 5 4 20 0 15 0 473027610 11109412864 443989 33554432000 4194304 4196468 140725867064544 140217679780400 140218157398658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37490688 140725867068003 140725867070645 140725867070645 140725867073487 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1775956 KiB

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

[startup+2365.48 s]
# the end of solver process 32393 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.8 s, system=6.34902 s

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

Child status: 143
Real time (s): 2365.48
CPU time (s): 2400.15
CPU user time (s): 2393.8
CPU system time (s): 6.34902
CPU usage (%): 101.466
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1775956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.8
system time used= 6.34902
maximum resident set size= 1776432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2408914
page faults= 5
swaps= 0
block input operations= 71592
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281072
involuntary context switches= 8361


# summary of solver processes directly reported to runsolver:
#   pid: 32393
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2393.8
#   total CPU system time (s): 6.34902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5777 second user time and 21.4614 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 10:19:56
IDJOB=4403182
IDBENCH=115954
IDSOLVER=2862
FILE ID=node121/4403182-1568967638
RUNJOBID= node121-1568967596-32357
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-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403182-1568967638/watcher-4403182-1568967638 -o /var/tmp/evaluation-result-4403182-1568967638/solver-4403182-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568967596-32357 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403182-1568967638.xml

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

MD5SUM BENCH= 5296a674fcd135b0317e95ffe6d81fd1
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:          133084 kB
Cached:         31458496 kB
SwapCached:         5412 kB
Active:         14507168 kB
Inactive:       17090508 kB
Active(anon):       3256 kB
Inactive(anon):    40432 kB
Active(file):   14503912 kB
Inactive(file): 17050076 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:     511732 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:32