Trace number 4396131

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.2SAT (TO)32 2520.05 2482.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-15.xml
MD5SUMcca0fe077f2d073d0e0e51ff08e17328
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark22.0523
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints150
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":60},{"size":9,"count":60}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":60},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":26}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":26}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.59	c Concrete v3.12.2.1568380929293 running
9.26/4.06	o 26
9.26/4.10	o 27
16.98/9.28	o 28
19.22/11.23	o 29
30.76/22.63	o 32
2520.00/2482.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2482.30		at concrete.MAC.mac(MAC.scala:192)
2520.00/2482.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2482.30		at scala.util.Try$.apply(Try.scala:212)
2520.00/2482.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2482.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2482.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2482.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2482.30		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2482.30		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2482.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2482.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2482.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2482.30		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2482.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2482.30		at scala.util.Success.map(Try.scala:264)
2520.00/2482.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2482.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2482.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2482.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2482.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2482.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2482.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2482.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2482.30		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2482.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2482.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2482.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2482.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2482.30		at scala.App.main(App.scala:75)
2520.00/2482.30		at scala.App.main$(App.scala:73)
2520.00/2482.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2482.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2482.31	v <instantiation
2520.00/2482.31	v         cost = '32'>
2520.00/2482.31	v       <list>
2520.00/2482.31	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] 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[3][12] x[3][13] x[3][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] 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[3][12] s[3][13] s[3][14]
2520.00/2482.31	v       </list>
2520.00/2482.31	v       <values>
2520.00/2482.31	v         1 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 2 2 4 2 2 2 2 3 2 4 2 2 2 2 2 4 3 4 3 4 4 2 6 3 5 3 4 4 4 3 3 4 4 4 3 5 3 6 2 4 4 3 4 3 4 2 2 2 2 2 4 2 3 2 2 2 2 4 2 2
2520.00/2482.31	v       </values>
2520.00/2482.31	v     </instantiation>
2520.00/2482.31	s SATISFIABLE

Verifier Data

OK	32

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396131-1568393415/watcher-4396131-1568393415 -o /tmp/evaluation-result-4396131-1568393415/solver-4396131-1568393415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3094 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1414900648 HOME/instance-4396131-1568393415.xml 

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

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


[startup+0.100934 s]*
/proc/loadavg: 0.92 1.00 1.20 7/230 3206
/proc/meminfo: memFree=31081080/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=113256 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/3124/stat : 3124 (bash) S 3121 3124 3063 0 -1 4202496 920 10901 0 1 0 0 5 2 20 0 1 0 415590199 115974144 404 33554432000 4194304 5098028 140721423592864 140721423586088 140125347879936 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 11624448 140721423598612 140721423598737 140721423598737 140721423601646 0
/proc/3124/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.216112 s]*
/proc/loadavg: 0.92 1.00 1.20 4/227 3255
/proc/meminfo: memFree=31062824/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=10819664 memory=37812 CPUtime=0.2 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 6781 12938 0 2 10 2 5 3 20 0 15 0 415590199 11079335936 9453 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2704916 9453 3096 1 0 2667149 0
[pid=3124/tid=3229] ppid=3121 vsize=10819664 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 3457 12938 0 2 8 1 5 3 20 0 15 0 415590211 11079335936 9519 33554432000 4194304 4196468 140728285777968 140642289948240 140642302285087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10819664 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079335936 9519 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10819664 memory=288370597626877568 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079335936 9519 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079335936 9519 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079335936 9519 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10819664 memory=140221475165824 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 33 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641776371232 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641656890736 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 426 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641742813552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 150 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10819664 memory=140221475165824 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) R 3121 3124 3063 0 -1 4202560 591 12938 0 2 1 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641740707136 140642318144090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10819664 memory=140221475165824 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079335936 9519 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37812 KiB

[startup+0.310424 s]*
/proc/loadavg: 0.92 1.00 1.20 4/227 3255
/proc/meminfo: memFree=31033028/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=10820148 memory=49688 CPUtime=0.35 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 10076 12938 0 2 24 3 5 3 20 0 15 0 415590199 11079831552 12422 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2705037 12422 3287 1 0 2667149 0
[pid=3124/tid=3229] ppid=3121 vsize=10820148 memory=576461178948550685 CPUtime=0.26 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 6536 12938 0 2 16 2 5 3 20 0 15 0 415590211 11079831552 12487 33554432000 4194304 4196468 140728285777968 140642289944960 140642318144669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10820148 memory=301741399228022807 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079831552 12487 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10820148 memory=15678743976318616 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079831552 12487 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10820148 memory=-6808994639057120388 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079831552 12487 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10820148 memory=4207609243431883529 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590212 11079831552 12487 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10820148 memory=3472468517702846128 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10820148 memory=734139722786418735 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 33 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641776371232 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10820148 memory=9051283677730746851 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641656890736 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10820148 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 483 12938 0 2 1 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10820148 memory=8313491497846792056 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 187 12938 0 2 1 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10820148 memory=140221475165824 CPUtime=0.12 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 620 12938 0 2 4 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10820148 memory=140221475165824 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590217 11079831552 12487 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49688 KiB

[startup+0.700727 s]
/proc/loadavg: 0.92 1.00 1.20 4/227 3255
/proc/meminfo: memFree=31004736/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=10822312 memory=78968 CPUtime=0.95 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 14344 12938 0 2 81 6 5 3 20 0 15 0 415590199 11082047488 19742 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2705578 19742 3474 1 0 2667661 0
[pid=3124/tid=3229] ppid=3121 vsize=10822312 memory=549 CPUtime=0.6 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) D 3121 3124 3063 0 -1 4202560 9702 12938 0 2 48 4 5 3 20 0 15 0 415590211 11082047488 19742 33554432000 4194304 4196468 140728285777968 140642289941216 140642318144669 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 3 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11082047488 19742 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10822312 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11082047488 19742 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10822312 memory=356 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590212 11082047488 19742 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10822312 memory=1231 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590212 11082047488 19742 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10822312 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 5 12938 0 2 0 0 5 3 20 0 15 0 415590214 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10822312 memory=280442709038116 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 33 12938 0 2 0 0 5 3 20 0 15 0 415590214 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641776371232 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10822312 memory=5866591969787073122 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641656890736 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10822312 memory=7236547281622689387 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10822312 memory=5866027920036745303 CPUtime=0.17 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 918 12938 0 2 9 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10822312 memory=7100839870071150693 CPUtime=0.16 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 608 12938 0 2 8 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10822312 memory=8370611207639101345 CPUtime=0.23 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 860 12938 0 2 15 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10822312 memory=6944656591801717918 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10822312 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590217 11082047488 19742 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 78968 KiB

[startup+1.50069 s]
/proc/loadavg: 0.92 1.00 1.20 7/229 3257
/proc/meminfo: memFree=30936220/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=10834676 memory=171160 CPUtime=2.24 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 21260 12938 0 2 205 11 5 3 20 0 15 0 415590199 11094708224 42790 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2708669 42790 3579 1 0 2670733 0
[pid=3124/tid=3229] ppid=3121 vsize=10834676 memory=549 CPUtime=1.31 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 14967 12938 0 2 117 6 5 3 20 0 15 0 415590211 11094708224 42790 33554432000 4194304 4196468 140728285777968 140642289947392 140642302203230 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 64 12938 0 2 1 0 5 3 20 0 15 0 415590212 11094708224 42790 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10834676 memory=6147501797235774040 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 24 12938 0 2 0 0 5 3 20 0 15 0 415590212 11094708224 42790 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10834676 memory=4640488147503824992 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 337 12938 0 2 1 0 5 3 20 0 15 0 415590212 11094708224 42790 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10834676 memory=6935651549288882240 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 89 12938 0 2 1 0 5 3 20 0 15 0 415590212 11094708224 42790 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10834676 memory=7007706849797497936 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 147 12938 0 2 1 0 5 3 20 0 15 0 415590214 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10834676 memory=5787213827096799335 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 34 12938 0 2 0 0 5 3 20 0 15 0 415590214 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641776371296 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10834676 memory=6935649255759571288 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641656890752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10834676 memory=6935649255945234769 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10834676 memory=5866027920036745303 CPUtime=0.31 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 1103 12938 0 2 23 0 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10834676 memory=6935649255928851025 CPUtime=0.31 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 781 12938 0 2 23 0 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10834676 memory=6935649255777919552 CPUtime=0.43 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 1501 12938 0 2 34 1 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10834676 memory=7301286350018338880 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10834676 memory=15779709848649 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590217 11094708224 42790 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 171160 KiB

[startup+3.11175 s]
/proc/loadavg: 0.92 1.00 1.20 6/230 3258
/proc/meminfo: memFree=30643028/32770624 swapFree=67002080/67108860
[pid=3124] ppid=3121 vsize=10844936 memory=254172 CPUtime=6.54 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 39650 12938 0 2 626 20 5 3 20 0 15 0 415590199 11105214464 63543 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2711234 63543 3608 1 0 2673293 0
[pid=3124/tid=3229] ppid=3121 vsize=10844936 memory=164 CPUtime=2.88 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) S 3121 3124 3063 0 -1 1077944384 22588 12938 0 2 272 8 5 3 20 0 15 0 415590211 11105214464 63543 33554432000 4194304 4196468 140728285777968 140642289932256 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0

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

/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 62048 12938 0 2 235996 40 5 3 20 0 15 0 415590211 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642289958992 140641889665241 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10849032 memory=706248 CPUtime=9.9 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 11437 12938 0 2 935 47 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10849032 memory=706248 CPUtime=9.91 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 12610 12938 0 2 937 46 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10849032 memory=706248 CPUtime=9.9 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 10930 12938 0 2 935 47 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10849032 memory=706248 CPUtime=9.9 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 13231 12938 0 2 940 42 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10849032 memory=706248 CPUtime=8.77 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 13407 12938 0 2 821 48 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10849032 memory=38564 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 38 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641776371296 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10849032 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641656890752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10849032 memory=706248 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10849032 memory=2832 CPUtime=3.44 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 21185 12938 0 2 329 7 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10849032 memory=706248 CPUtime=3.68 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 29148 12938 0 2 355 5 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10849032 memory=0 CPUtime=1.98 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 18883 12938 0 2 184 6 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10849032 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10849032 memory=2024 CPUtime=1.43 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 721 12938 0 2 68 67 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 2418.73 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 706248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.74 1.52 1.41 4/228 3512
/proc/meminfo: memFree=29676792/32770624 swapFree=67002088/67108860
[pid=3124] ppid=3121 vsize=10849032 memory=706248 CPUtime=2479.49 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 197084 12938 0 2 247631 310 5 3 20 0 15 0 415590199 11109408768 176562 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2712258 176562 3630 1 0 2674317 0
[pid=3124/tid=3229] ppid=3121 vsize=10849032 memory=706248 CPUtime=2419.9 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 62745 12938 0 2 241941 41 5 3 20 0 15 0 415590211 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642289958688 140641890224920 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10849032 memory=706248 CPUtime=10.16 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 11510 12938 0 2 960 48 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10849032 memory=706248 CPUtime=10.17 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 12772 12938 0 2 962 47 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10849032 memory=706248 CPUtime=10.16 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 10938 12938 0 2 960 48 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10849032 memory=706248 CPUtime=10.16 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 13302 12938 0 2 965 43 5 3 20 0 15 0 415590212 11109408768 176562 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10849032 memory=706248 CPUtime=8.99 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 13606 12938 0 2 842 49 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10849032 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 38 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641776371296 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10849032 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641656890752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10849032 memory=706248 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10849032 memory=3616 CPUtime=3.44 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 21187 12938 0 2 329 7 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10849032 memory=706248 CPUtime=3.68 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 29150 12938 0 2 355 5 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10849032 memory=1764 CPUtime=1.98 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 18886 12938 0 2 184 6 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10849032 memory=706248 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10849032 memory=706248 CPUtime=1.46 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 738 12938 0 2 69 69 5 3 20 0 15 0 415590217 11109408768 176562 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 2479.49 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 706248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.3 s]
/proc/loadavg: 1.31 1.43 1.39 4/227 3514
/proc/meminfo: memFree=29673324/32770624 swapFree=67002088/67108860
[pid=3124] ppid=3121 vsize=10849032 memory=708296 CPUtime=2520 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 198369 12938 0 2 251678 314 5 3 20 0 15 0 415590199 11109408768 177074 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2712258 177074 3630 1 0 2674317 0
[pid=3124/tid=3229] ppid=3121 vsize=10849032 memory=708296 CPUtime=2459.52 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 63299 12938 0 2 245903 41 5 3 20 0 15 0 415590211 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642289958560 140641889667964 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 11707 12938 0 2 977 49 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 12833 12938 0 2 979 47 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 11173 12938 0 2 977 49 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.33 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 13304 12938 0 2 982 43 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10849032 memory=708296 CPUtime=9.15 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 13809 12938 0 2 857 50 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10849032 memory=708296 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 38 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641776371296 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10849032 memory=2580 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641656890752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10849032 memory=708296 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10849032 memory=708296 CPUtime=3.44 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 21189 12938 0 2 329 7 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10849032 memory=708296 CPUtime=3.68 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 29152 12938 0 2 355 5 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10849032 memory=1244 CPUtime=1.98 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 18888 12938 0 2 184 6 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10849032 memory=10472 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10849032 memory=708296 CPUtime=1.49 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 765 12938 0 2 71 70 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 708296 KiB

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

[startup+2482.33 s]
# the end of solver process 3124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.86 s, system=3.18708 s

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

[startup+2482.3 s]
/proc/loadavg: 1.31 1.43 1.39 4/227 3514
/proc/meminfo: memFree=29673324/32770624 swapFree=67002088/67108860
[pid=3124] ppid=3121 vsize=10849032 memory=708296 CPUtime=2520 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3121 3124 3063 0 -1 1077944320 198369 12938 0 2 251678 314 5 3 20 0 15 0 415590199 11109408768 177074 33554432000 4194304 4196468 140728285777968 140728285760512 140642318122743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
/proc/3124/statm: 2712258 177074 3630 1 0 2674317 0
[pid=3124/tid=3229] ppid=3121 vsize=10849032 memory=708296 CPUtime=2459.52 cores=0,2,4,6
/proc/3124/task/3229/stat : 3229 (java) R 3121 3124 3063 0 -1 4202560 63299 12938 0 2 245903 41 5 3 20 0 15 0 415590211 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642289958560 140641889667964 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3234] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3234/stat : 3234 (java) S 3121 3124 3063 0 -1 1077944384 11707 12938 0 2 977 49 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642322365072 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3235] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3235/stat : 3235 (java) S 3121 3124 3063 0 -1 1077944384 12833 12938 0 2 979 47 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642210638352 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3236] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.34 cores=0,2,4,6
/proc/3124/task/3236/stat : 3236 (java) S 3121 3124 3063 0 -1 1077944384 11173 12938 0 2 977 49 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642209585552 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3237] ppid=3121 vsize=10849032 memory=708296 CPUtime=10.33 cores=0,2,4,6
/proc/3124/task/3237/stat : 3237 (java) S 3121 3124 3063 0 -1 1077944384 13304 12938 0 2 982 43 5 3 20 0 15 0 415590212 11109408768 177074 33554432000 4194304 4196468 140728285777968 140642208532752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3239] ppid=3121 vsize=10849032 memory=708296 CPUtime=9.15 cores=0,2,4,6
/proc/3124/task/3239/stat : 3239 (java) S 3121 3124 3063 0 -1 1077944384 13809 12938 0 2 857 50 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641777425264 140642318133890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3241] ppid=3121 vsize=10849032 memory=708296 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3241/stat : 3241 (java) S 3121 3124 3063 0 -1 1077944384 38 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641776371296 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3243] ppid=3121 vsize=10849032 memory=2580 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3243/stat : 3243 (java) S 3121 3124 3063 0 -1 1077944384 1 12938 0 2 0 0 5 3 20 0 15 0 415590214 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641656890752 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3245] ppid=3121 vsize=10849032 memory=708296 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3245/stat : 3245 (java) S 3121 3124 3063 0 -1 1077944384 2 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641052911952 140642318141339 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3248] ppid=3121 vsize=10849032 memory=708296 CPUtime=3.44 cores=0,2,4,6
/proc/3124/task/3248/stat : 3248 (java) S 3121 3124 3063 0 -1 1077944384 21189 12938 0 2 329 7 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641742813552 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3250] ppid=3121 vsize=10849032 memory=708296 CPUtime=3.68 cores=0,2,4,6
/proc/3124/task/3250/stat : 3250 (java) S 3121 3124 3063 0 -1 1077944384 29152 12938 0 2 355 5 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641741760752 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3251] ppid=3121 vsize=10849032 memory=1244 CPUtime=1.98 cores=0,2,4,6
/proc/3124/task/3251/stat : 3251 (java) S 3121 3124 3063 0 -1 1077944384 18888 12938 0 2 184 6 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641740707952 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3253] ppid=3121 vsize=10849032 memory=10472 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3253/stat : 3253 (java) S 3121 3124 3063 0 -1 1077944384 3 12938 0 2 0 0 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140640583149792 140642318132949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
[pid=3124/tid=3255] ppid=3121 vsize=10849032 memory=708296 CPUtime=1.49 cores=0,2,4,6
/proc/3124/task/3255/stat : 3255 (java) S 3121 3124 3063 0 -1 1077944384 765 12938 0 2 71 70 5 3 20 0 15 0 415590217 11109408768 177074 33554432000 4194304 4196468 140728285777968 140641739656368 140642318133890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20299776 140728285784815 140728285787333 140728285787333 140728285790159 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 708296 KiB

Child status: 143
Real time (s): 2482.33
CPU time (s): 2520.05
CPU user time (s): 2516.86
CPU system time (s): 3.18708
CPU usage (%): 101.519
Max. virtual memory (cumulated for all children) (KiB): 10851852
Max. memory (cumulated for all children) (KiB): 708296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.86
system time used= 3.18708
maximum resident set size= 712440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212443
page faults= 2
swaps= 0
block input operations= 14936
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248520
involuntary context switches= 7449


# summary of solver processes directly reported to runsolver:
#   pid: 3124
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.86
#   total CPU system time (s): 3.18708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8317 second user time and 22.8497 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 18:49:31
IDJOB=4396131
IDBENCH=115956
IDSOLVER=2846
FILE ID=node136/4396131-1568393415
RUNJOBID= node136-1568393371-3094
PBS_JOBID= 21701864
Free space on /tmp= 61168 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396131-1568393415/watcher-4396131-1568393415 -o /tmp/evaluation-result-4396131-1568393415/solver-4396131-1568393415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3094 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1414900648 HOME/instance-4396131-1568393415.xml

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

MD5SUM BENCH= cca0fe077f2d073d0e0e51ff08e17328
RANDOM SEED=1414900648

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31111896 kB
MemAvailable:   31909184 kB
Buffers:           50072 kB
Cached:          1038300 kB
SwapCached:         3128 kB
Active:           645208 kB
Inactive:         448468 kB
Active(anon):       4716 kB
Inactive(anon):    42280 kB
Active(file):     640492 kB
Inactive(file):   406188 kB
Unevictable:      107860 kB
Mlocked:          107860 kB
SwapTotal:      67108860 kB
SwapFree:       67002080 kB
Dirty:             70656 kB
Writeback:             0 kB
AnonPages:        113528 kB
Mapped:            42736 kB
Shmem:             31884 kB
Slab:             161080 kB
SReclaimable:     132888 kB
SUnreclaim:        28192 kB
KernelStack:        3280 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503328 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61096 MiB
End job on node136 at 2019-09-13 19:30:54