Trace number 4396431

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 2400.07 2362.04

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.5937
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.57	c Concrete v3.12.2.1568380929293 running
9.25/4.00	o 19
9.59/4.03	o 20
9.59/4.07	o 21
10.21/4.25	o 23
10.21/4.29	o 24
10.84/4.41	o 25
12.84/5.43	o 26
21.46/13.19	o 27
25.55/17.11	o 28
28.35/19.92	o 30
33.11/24.64	o 32
2400.01/2362.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2362.02		at concrete.MAC.mac(MAC.scala:192)
2400.01/2362.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2362.02		at scala.util.Try$.apply(Try.scala:212)
2400.01/2362.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2362.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2362.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2362.02		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2362.02		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2362.02		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2362.02		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2362.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2362.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2362.02		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2362.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2362.02		at scala.util.Success.map(Try.scala:264)
2400.01/2362.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2362.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2362.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2362.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2362.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2362.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2362.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2362.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2362.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2362.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2362.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2362.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2362.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2362.02		at scala.App.main(App.scala:75)
2400.01/2362.02		at scala.App.main$(App.scala:73)
2400.01/2362.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2362.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2362.03	v <instantiation
2400.01/2362.03	v         cost = '32'>
2400.01/2362.03	v       <list>
2400.01/2362.03	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]
2400.01/2362.03	v       </list>
2400.01/2362.03	v       <values>
2400.01/2362.03	v         0 1 1 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 0 1 1 0 2 3 2 4 2 3 2 2 2 3 2 4 2 3 2 2 6 3 6 3 6 2 4 2 6 3 6 3 6 2 2 6 3 6 3 6 2 4 2 6 3 6 3 6 2 2 3 2 4 2 3 2 2 2 3 2 4 2 3 2
2400.01/2362.03	v       </values>
2400.01/2362.03	v     </instantiation>
2400.01/2362.03	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 (11784 MiB free)
  memory of node 1: 16384 MiB (14427 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396431-1568394117/watcher-4396431-1568394117 -o /tmp/evaluation-result-4396431-1568394117/solver-4396431-1568394117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1605406410 HOME/instance-4396431-1568394117.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
solver pid=6225, runsolver pid=6220
Current StackSize limit: 8192 KiB


[startup+0.100255 s]*
/proc/loadavg: 1.00 1.01 1.13 3/233 6313
/proc/meminfo: memFree=26811780/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=113256 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/6225/stat : 6225 (bash) S 6220 6225 3758 0 -1 4202496 923 11032 1 0 0 0 4 3 20 0 1 0 415325627 115974144 404 33554432000 4194304 5098028 140731839469440 140731839462664 140347347356672 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 21581824 140731839476756 140731839476881 140731839476881 140731839479790 0
/proc/6225/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.210285 s]*
/proc/loadavg: 1.00 1.01 1.13 3/228 6360
/proc/meminfo: memFree=26793328/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10819664 memory=37984 CPUtime=0.2 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 6816 13067 1 1 11 2 4 3 20 0 15 0 415325627 11079335936 9496 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2704916 9496 3131 1 0 2667149 0
[pid=6225/tid=6334] ppid=6220 vsize=10819664 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 3377 13067 0 1 8 1 4 3 20 0 15 0 415325639 11079335936 9496 33554432000 4194304 4196468 140734416409488 140108135850832 140107756710466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10819664 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079335936 9496 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10819664 memory=140125753126866 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079335936 9496 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079335936 9496 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 2 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079335936 9496 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10819664 memory=140125753120384 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 2 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 13 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107604550816 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107000570608 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079335936 9496 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) R 6220 6225 3758 0 -1 1077944384 556 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) R 6220 6225 3758 0 -1 4202560 50 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107688491888 140108145561634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10819664 memory=140125753120384 CPUtime=0.08 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) R 6220 6225 3758 0 -1 4202560 611 13067 0 1 1 0 4 3 20 0 15 0 415325644 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107687438016 140108142893373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079335936 9496 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10819664 memory=140125753120384 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325645 11079335936 9496 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37984 KiB

[startup+0.31076 s]*
/proc/loadavg: 1.00 1.01 1.13 4/228 6360
/proc/meminfo: memFree=26760648/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10820148 memory=49488 CPUtime=0.36 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 10647 13067 1 1 26 3 4 3 20 0 15 0 415325627 11079831552 12372 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2705037 12372 3270 1 0 2667149 0
[pid=6225/tid=6334] ppid=6220 vsize=10820148 memory=576461178948550685 CPUtime=0.25 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 7113 13067 0 1 16 2 4 3 20 0 15 0 415325639 11079831552 12374 33554432000 4194304 4196468 140734416409488 140108135817824 140108148098398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10820148 memory=301741394933055511 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079831552 12374 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10820148 memory=15675345441199768 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079831552 12374 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10820148 memory=8508281403248314509 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079831552 12374 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10820148 memory=3472328296227680303 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 2 13067 0 1 0 0 4 3 20 0 15 0 415325639 11079831552 12374 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10820148 memory=3472468421980800688 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 2 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10820148 memory=734139722786418735 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 13 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107604550816 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10820148 memory=7976406965554101975 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325641 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107000570608 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10820148 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079831552 12374 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 590 13067 0 1 2 0 4 3 20 0 15 0 415325644 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10820148 memory=664970774370808936 CPUtime=0.08 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 64 13067 0 1 1 0 4 3 20 0 15 0 415325644 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10820148 memory=140125753120384 CPUtime=0.12 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 651 13067 0 1 5 0 4 3 20 0 15 0 415325644 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11079831552 12374 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10820148 memory=140125753120384 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325645 11079831552 12374 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49488 KiB

[startup+0.70911 s]
/proc/loadavg: 1.00 1.01 1.13 3/228 6360
/proc/meminfo: memFree=26733356/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10822312 memory=77372 CPUtime=1.02 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 14468 13067 1 1 90 5 4 3 20 0 15 0 415325627 11082047488 19343 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2705578 19343 3494 1 0 2667661 0
[pid=6225/tid=6334] ppid=6220 vsize=10822312 memory=14997 CPUtime=0.59 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) D 6220 6225 3758 0 -1 4202560 9755 13067 0 1 49 3 4 3 20 0 15 0 415325639 11082047488 19343 33554432000 4194304 4196468 140734416409488 140108135844880 140108164039837 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 3 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10822312 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11082047488 19343 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10822312 memory=978 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11082047488 19343 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10822312 memory=1356 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325639 11082047488 19343 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10822312 memory=613 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 2 13067 0 1 0 0 4 3 20 0 15 0 415325639 11082047488 19343 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10822312 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 5 13067 0 1 0 0 4 3 20 0 15 0 415325641 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10822312 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 13 13067 0 1 0 0 4 3 20 0 15 0 415325641 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107604550816 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10822312 memory=6007915429273096291 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325641 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107000570608 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10822312 memory=7300728970739542608 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11082047488 19343 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10822312 memory=6935649255912138833 CPUtime=0.17 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) R 6220 6225 3758 0 -1 4202560 947 13067 0 1 10 0 4 3 20 0 15 0 415325644 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107689530312 140108148935272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10822312 memory=8514726395715351173 CPUtime=0.2 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 646 13067 0 1 13 0 4 3 20 0 15 0 415325644 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10822312 memory=-8851153767425807197 CPUtime=0.23 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 881 13067 0 1 16 0 4 3 20 0 15 0 415325644 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10822312 memory=-7025452035942946156 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11082047488 19343 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10822312 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325645 11082047488 19343 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77372 KiB

[startup+1.50075 s]
/proc/loadavg: 1.00 1.01 1.13 6/228 6360
/proc/meminfo: memFree=26662956/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10834676 memory=170052 CPUtime=2.31 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 21527 13067 1 1 214 10 4 3 20 0 15 0 415325627 11094708224 42513 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2708669 42513 3579 1 0 2670733 0
[pid=6225/tid=6334] ppid=6220 vsize=10834676 memory=14997 CPUtime=1.34 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 15046 13067 0 1 122 5 4 3 20 0 15 0 415325639 11094708224 42513 33554432000 4194304 4196468 140734416409488 140108135836672 140108148098428 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 366 13067 0 1 1 0 4 3 20 0 15 0 415325639 11094708224 42513 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10834676 memory=5787213827163908199 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 64 13067 0 1 0 0 4 3 20 0 15 0 415325639 11094708224 42513 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10834676 memory=4641047803217330272 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 22 13067 0 1 0 0 4 3 20 0 15 0 415325639 11094708224 42513 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10834676 memory=6935649255759571281 CPUtime=0.08 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 73 13067 0 1 1 0 4 3 20 0 15 0 415325639 11094708224 42513 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10834676 memory=4638778398332764256 CPUtime=0.08 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 174 13067 0 1 1 0 4 3 20 0 15 0 415325641 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10834676 memory=6935649255945301329 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 14 13067 0 1 0 0 4 3 20 0 15 0 415325641 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107604550880 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10834676 memory=6935652627041505360 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325641 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107000570624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10834676 memory=6935649255811081536 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11094708224 42513 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10834676 memory=6935649255912138833 CPUtime=0.31 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 1199 13067 0 1 24 0 4 3 20 0 15 0 415325644 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10834676 memory=4638803695690072160 CPUtime=0.31 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 775 13067 0 1 24 0 4 3 20 0 15 0 415325644 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10834676 memory=7228947281003700288 CPUtime=0.44 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 1580 13067 0 1 37 0 4 3 20 0 15 0 415325644 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10834676 memory=5859271421084063080 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11094708224 42513 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10834676 memory=15663745731716 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1 13067 0 1 0 0 4 3 20 0 15 0 415325645 11094708224 42513 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 170052 KiB

[startup+3.11033 s]
/proc/loadavg: 1.00 1.01 1.13 8/228 6360
/proc/meminfo: memFree=26383356/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10844936 memory=253408 CPUtime=6.79 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 35434 13067 1 1 656 16 4 3 20 0 15 0 415325627 11105214464 63352 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2711234 63352 3611 1 0 2673293 0
[pid=6225/tid=6334] ppid=6220 vsize=10844936 memory=164 CPUtime=2.89 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 19204 13067 0 1 275 7 4 3 20 0 15 0 415325639 11105214464 63352 33554432000 4194304 4196468 140734416409488 140108135837344 140108145581471 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0

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

/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 61241 13067 0 1 218186 37 4 3 20 0 15 0 415325639 11109408768 184459 33554432000 4194304 4196468 140734416409488 140108135853888 140107770790512 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10849032 memory=737836 CPUtime=9.38 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 11119 13067 0 1 884 47 4 3 20 0 15 0 415325639 11109408768 184459 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10849032 memory=737836 CPUtime=9.31 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 11162 13067 0 1 878 46 4 3 20 0 15 0 415325639 11109408768 184459 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10849032 memory=737836 CPUtime=9.31 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 12607 13067 0 1 879 45 4 3 20 0 15 0 415325639 11109408768 184459 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10849032 memory=737836 CPUtime=9.37 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 14968 13067 0 1 884 46 4 3 20 0 15 0 415325639 11109408768 184459 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10849032 memory=492 CPUtime=8.42 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 12621 13067 0 1 790 45 4 3 20 0 15 0 415325641 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10849032 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 19 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107604550880 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10849032 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 8 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107000570624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10849032 memory=737836 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184459 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10849032 memory=3512 CPUtime=3.74 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 33943 13067 0 1 362 5 4 3 20 0 15 0 415325644 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10849032 memory=737836 CPUtime=3.77 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 20617 13067 0 1 368 2 4 3 20 0 15 0 415325644 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10849032 memory=737836 CPUtime=1.95 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 16781 13067 0 1 184 4 4 3 20 0 15 0 415325644 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10849032 memory=737836 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184459 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10849032 memory=737836 CPUtime=1.21 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1060 13067 0 1 49 65 4 3 20 0 15 0 415325645 11109408768 184459 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 2238.25 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 737836 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.35 1.32 3/228 6562
/proc/meminfo: memFree=25380316/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10849032 memory=739884 CPUtime=2299.04 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 199940 13067 1 1 229596 301 4 3 20 0 15 0 415325627 11109408768 184971 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2712258 184971 3628 1 0 2674317 0
[pid=6225/tid=6334] ppid=6220 vsize=10849032 memory=739884 CPUtime=2241.77 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 62004 13067 0 1 224132 38 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108135854144 140107771784962 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.64 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 11168 13067 0 1 909 48 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.58 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 11228 13067 0 1 904 47 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.58 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 12860 13067 0 1 905 46 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.63 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 15176 13067 0 1 909 47 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10849032 memory=735788 CPUtime=8.65 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 12849 13067 0 1 811 47 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10849032 memory=2520 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 19 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107604550880 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10849032 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 8 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107000570624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10849032 memory=39936 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10849032 memory=739884 CPUtime=3.74 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 33945 13067 0 1 362 5 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10849032 memory=739884 CPUtime=3.77 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 20619 13067 0 1 368 2 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10849032 memory=0 CPUtime=1.96 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 16783 13067 0 1 185 4 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10849032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10849032 memory=739884 CPUtime=1.24 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1067 13067 0 1 51 66 4 3 20 0 15 0 415325645 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 2299.04 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 739884 KiB

[startup+2322.3 s]
/proc/loadavg: 1.34 1.35 1.32 3/227 6566
/proc/meminfo: memFree=25378600/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10849032 memory=739884 CPUtime=2359.81 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 201454 13067 1 1 235667 307 4 3 20 0 15 0 415325627 11109408768 184971 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2712258 184971 3628 1 0 2674317 0
[pid=6225/tid=6334] ppid=6220 vsize=10849032 memory=739884 CPUtime=2301.27 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 62744 13067 0 1 230081 39 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108135853872 140107769761712 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10849032 memory=280251314372832 CPUtime=9.88 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 11371 13067 0 1 932 49 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.84 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 11245 13067 0 1 929 48 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.84 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 12991 13067 0 1 930 47 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10849032 memory=739884 CPUtime=9.88 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 15362 13067 0 1 933 48 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10849032 memory=739884 CPUtime=8.87 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 13063 13067 0 1 832 48 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10849032 memory=739884 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 19 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107604550880 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10849032 memory=739884 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 8 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107000570624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10849032 memory=739884 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10849032 memory=739884 CPUtime=3.74 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 33947 13067 0 1 362 5 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10849032 memory=8112282956445269571 CPUtime=3.77 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 20621 13067 0 1 368 2 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10849032 memory=1436 CPUtime=1.96 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 16785 13067 0 1 185 4 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10849032 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10849032 memory=288230617509003574 CPUtime=1.27 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1084 13067 0 1 52 68 4 3 20 0 15 0 415325645 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 2359.81 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 739884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362 s]*
/proc/loadavg: 1.50 1.38 1.33 3/227 6577
/proc/meminfo: memFree=25379488/32770624 swapFree=66957012/67108860
[pid=6225] ppid=6220 vsize=10849032 memory=739884 CPUtime=2400.01 cores=1,3,5,7
/proc/6225/stat : 6225 (java) S 6220 6225 3758 0 -1 1077944320 201740 13067 1 1 239683 311 4 3 20 0 15 0 415325627 11109408768 184971 33554432000 4194304 4196468 140734416409488 140734416392032 140108164017911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
/proc/6225/statm: 2712258 184971 3628 1 0 2674317 0
[pid=6225/tid=6334] ppid=6220 vsize=10849032 memory=-6733704525061579059 CPUtime=2340.59 cores=1,3,5,7
/proc/6225/task/6334/stat : 6334 (java) R 6220 6225 3758 0 -1 4202560 63001 13067 0 1 234013 39 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108135853664 140107770236378 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6335] ppid=6220 vsize=10849032 memory=4126316290023845779 CPUtime=10.06 cores=1,3,5,7
/proc/6225/task/6335/stat : 6335 (java) S 6220 6225 3758 0 -1 1077944384 11373 13067 0 1 949 50 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108168260624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6337] ppid=6220 vsize=10849032 memory=1760 CPUtime=10.01 cores=1,3,5,7
/proc/6225/task/6337/stat : 6337 (java) S 6220 6225 3758 0 -1 1077944384 11245 13067 0 1 946 48 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108083080336 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6339] ppid=6220 vsize=10849032 memory=1660 CPUtime=10.01 cores=1,3,5,7
/proc/6225/task/6339/stat : 6339 (java) S 6220 6225 3758 0 -1 1077944384 13011 13067 0 1 947 47 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108082027280 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6340] ppid=6220 vsize=10849032 memory=111632 CPUtime=10.06 cores=1,3,5,7
/proc/6225/task/6340/stat : 6340 (java) S 6220 6225 3758 0 -1 1077944384 15364 13067 0 1 950 49 4 3 20 0 15 0 415325639 11109408768 184971 33554432000 4194304 4196468 140734416409488 140108080974736 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6343] ppid=6220 vsize=10849032 memory=796 CPUtime=9.03 cores=1,3,5,7
/proc/6225/task/6343/stat : 6343 (java) S 6220 6225 3758 0 -1 1077944384 13066 13067 0 1 847 49 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107690596592 140108164029058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6345] ppid=6220 vsize=10849032 memory=1804 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6345/stat : 6345 (java) S 6220 6225 3758 0 -1 1077944384 19 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107604550880 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6347] ppid=6220 vsize=10849032 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6347/stat : 6347 (java) S 6220 6225 3758 0 -1 1077944384 8 13067 0 1 0 0 4 3 20 0 15 0 415325641 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107000570624 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6349] ppid=6220 vsize=10849032 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6349/stat : 6349 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106693171152 140108164036507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6350] ppid=6220 vsize=10849032 memory=2828 CPUtime=3.74 cores=1,3,5,7
/proc/6225/task/6350/stat : 6350 (java) S 6220 6225 3758 0 -1 1077944384 33947 13067 0 1 362 5 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107689544432 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6351] ppid=6220 vsize=10849032 memory=1164 CPUtime=3.77 cores=1,3,5,7
/proc/6225/task/6351/stat : 6351 (java) S 6220 6225 3758 0 -1 1077944384 20621 13067 0 1 368 2 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107688491888 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6352] ppid=6220 vsize=10849032 memory=14008 CPUtime=1.96 cores=1,3,5,7
/proc/6225/task/6352/stat : 6352 (java) S 6220 6225 3758 0 -1 1077944384 16785 13067 0 1 185 4 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107687438832 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6357] ppid=6220 vsize=10849032 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/6225/task/6357/stat : 6357 (java) S 6220 6225 3758 0 -1 1077944384 3 13067 0 1 0 0 4 3 20 0 15 0 415325644 11109408768 184971 33554432000 4194304 4196468 140734416409488 140106659613536 140108164028117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
[pid=6225/tid=6359] ppid=6220 vsize=10849032 memory=2124 CPUtime=1.29 cores=1,3,5,7
/proc/6225/task/6359/stat : 6359 (java) S 6220 6225 3758 0 -1 1077944384 1086 13067 0 1 53 69 4 3 20 0 15 0 415325645 11109408768 184971 33554432000 4194304 4196468 140734416409488 140107686386224 140108164029058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34762752 140734416415471 140734416417989 140734416417989 140734416420815 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 739884 KiB

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

[startup+2362.04 s]
# the end of solver process 6225 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.9 s, system=3.1636 s

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

Child status: 143
Real time (s): 2362.04
CPU time (s): 2400.07
CPU user time (s): 2396.9
CPU system time (s): 3.1636
CPU usage (%): 101.61
Max. virtual memory (cumulated for all children) (KiB): 10849804
Max. memory (cumulated for all children) (KiB): 739884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.9
system time used= 3.16361
maximum resident set size= 744108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215813
page faults= 2
swaps= 0
block input operations= 9336
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243350
involuntary context switches= 5844


# summary of solver processes directly reported to runsolver:
#   pid: 6225
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.9
#   total CPU system time (s): 3.1636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7813 second user time and 23.2077 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 19:01:14
IDJOB=4396431
IDBENCH=115956
IDSOLVER=2847
FILE ID=node147/4396431-1568394117
RUNJOBID= node147-1568394074-6200
PBS_JOBID= 21701856
Free space on /tmp= 58880 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-4396431-1568394117/watcher-4396431-1568394117 -o /tmp/evaluation-result-4396431-1568394117/solver-4396431-1568394117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1605406410 HOME/instance-4396431-1568394117.xml

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

MD5SUM BENCH= cca0fe077f2d073d0e0e51ff08e17328
RANDOM SEED=1605406410

node147.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.52
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.52
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.52
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.52
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:        26843052 kB
MemAvailable:   31816620 kB
Buffers:          170884 kB
Cached:          5030672 kB
SwapCached:        48500 kB
Active:          2063836 kB
Inactive:        3188240 kB
Active(anon):       2784 kB
Inactive(anon):    89344 kB
Active(file):    2061052 kB
Inactive(file):  3098896 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             70220 kB
Writeback:             0 kB
AnonPages:        111924 kB
Mapped:            44184 kB
Shmem:             32768 kB
Slab:             271160 kB
SReclaimable:     242080 kB
SUnreclaim:        29080 kB
KernelStack:        3392 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501592 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= 58808 MiB
End job on node147 at 2019-09-13 19:40:37