Trace number 4400911

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.08 2474.16

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-164.xml
MD5SUMb2fe288f8dde57e646dfc9c4f090c29d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark118.733
Satisfiable
(Un)Satisfiability was proved
Number of variables328
Number of constraints172
Number of domains2
Minimum domain size164
Maximum domain size26896
Distribution of domain sizes[{"size":164,"count":164},{"size":26896,"count":164}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":164},{"degree":4,"count":163},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity164
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":164},{"arity":82,"count":6},{"arity":164,"count":1}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.02/2474.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2474.12		at concrete.MAC.mac(MAC.scala:192)
2520.02/2474.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2474.12		at scala.util.Try$.apply(Try.scala:212)
2520.02/2474.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2474.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2474.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2474.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2474.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2474.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2474.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2474.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2474.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2474.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2474.12		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2474.12		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2474.12		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2474.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2474.12		at scala.util.Success.map(Try.scala:264)
2520.02/2474.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2474.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2474.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2474.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2474.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2474.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2474.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2474.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2474.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2474.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2474.12		at scala.App.main(App.scala:75)
2520.02/2474.12		at scala.App.main$(App.scala:73)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2474.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2474.12	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400911-1568675822/watcher-4400911-1568675822 -o /tmp/evaluation-result-4400911-1568675822/solver-4400911-1568675822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400911-1568675822.xml 

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

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=13615, runsolver pid=13612
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 2.35 1.70 1.53 3/218 13672
/proc/meminfo: memFree=30173616/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10055356 memory=19788 CPUtime=0.09 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 4655 13324 0 0 1 0 5 3 20 0 7 0 443743809 10296684544 4947 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2513839 4947 2029 1 0 2502277 0
[pid=13615/tid=13668] ppid=13612 vsize=10055356 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 2453 13324 0 0 1 0 5 3 20 0 7 0 443743818 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857536138000 139857496104144 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 7 0 443743818 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10055356 memory=288370786691114624 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 7 0 443743818 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 7 0 443743818 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 7 0 443743818 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 7 0 443743820 10296684544 4947 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19788 KiB

[startup+0.2105 s]*
/proc/loadavg: 2.35 1.70 1.53 3/227 13681
/proc/meminfo: memFree=30153264/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10820176 memory=43984 CPUtime=0.27 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 7281 13324 0 0 18 1 5 3 20 0 15 0 443743809 11079860224 10996 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2705044 10996 3288 1 0 2667149 0
[pid=13615/tid=13668] ppid=13612 vsize=10820188 memory=753035770744996145 CPUtime=0.2 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 3793 13324 0 0 11 1 5 3 20 0 15 0 443743818 11079872512 10996 33554432000 4194304 4196468 140728030593264 139857536112016 139857556532030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10820188 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079872512 10996 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10820188 memory=288370786691114624 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079872512 10996 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10820188 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079872512 10996 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079880704 10996 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 10996 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856550290848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856348964336 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 358 13324 0 0 1 0 5 3 20 0 15 0 443743823 11079880704 10996 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) R 13612 13615 11963 0 -1 4202560 302 13324 0 0 1 0 5 3 20 0 15 0 443743823 11079880704 10996 33554432000 4194304 4196468 140728030593264 139857088751728 139857564316250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10820196 memory=140410539402880 CPUtime=0.11 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 608 13324 0 0 3 0 5 3 20 0 15 0 443743823 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10820196 memory=140410539402880 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743824 11079880704 10996 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 43984 KiB

[startup+0.310363 s]*
/proc/loadavg: 2.35 1.70 1.53 3/227 13681
/proc/meminfo: memFree=30141440/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10820196 memory=52376 CPUtime=0.4 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 10833 13324 0 0 29 3 5 3 20 0 15 0 443743809 11079880704 13094 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2705049 13094 3319 1 0 2667149 0
[pid=13615/tid=13668] ppid=13612 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 7304 13324 0 0 19 2 5 3 20 0 15 0 443743818 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857536104512 139857550483493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743818 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10820196 memory=140410539402879 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856550290848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743820 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856348964336 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 359 13324 0 0 1 0 5 3 20 0 15 0 443743823 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 311 13324 0 0 2 0 5 3 20 0 15 0 443743823 11079880704 13094 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10820196 memory=140410539402880 CPUtime=0.13 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 626 13324 0 0 5 0 5 3 20 0 15 0 443743823 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10820196 memory=140410539402880 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743824 11079880704 13094 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52376 KiB

[startup+0.7045 s]
/proc/loadavg: 2.35 1.70 1.53 3/227 13681
/proc/meminfo: memFree=30126924/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10824364 memory=85416 CPUtime=1.11 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 15040 13324 0 0 98 5 5 3 20 0 15 0 443743809 11084148736 21354 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2706091 21354 3508 1 0 2668173 0
[pid=13615/tid=13668] ppid=13612 vsize=10824364 memory=1556 CPUtime=0.67 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 10507 13324 0 0 55 4 5 3 20 0 15 0 443743818 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857536120848 139857547637703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10824364 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10824364 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10824364 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743818 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10824364 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743818 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10824364 memory=140410539401761 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 5 13324 0 0 0 0 5 3 20 0 15 0 443743820 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443743820 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856550290848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743820 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856348964336 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) R 13612 13615 11963 0 -1 4202560 803 13324 0 0 12 0 5 3 20 0 15 0 443743823 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857089804272 139857547679688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) R 13612 13615 11963 0 -1 4202560 679 13324 0 0 12 0 5 3 20 0 15 0 443743823 11084148736 21354 33554432000 4194304 4196468 140728030593264 139857088738544 139857545474632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) R 13612 13615 11963 0 -1 4202560 815 13324 0 0 17 0 5 3 20 0 15 0 443743823 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856631032048 139857557391739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10824364 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743824 11084148736 21354 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85416 KiB

[startup+1.50072 s]
/proc/loadavg: 2.35 1.70 1.53 3/227 13681
/proc/meminfo: memFree=30082040/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10834680 memory=172988 CPUtime=2.43 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 22041 13324 0 0 226 9 5 3 20 0 15 0 443743809 11094712320 43247 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2708670 43247 3578 1 0 2670733 0
[pid=13615/tid=13668] ppid=13612 vsize=10834680 memory=280820799537728 CPUtime=1.44 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 15439 13324 0 0 131 5 5 3 20 0 15 0 443743818 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857536091456 139857166783737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 60 13324 0 0 1 0 5 3 20 0 15 0 443743818 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10834680 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 361 13324 0 0 0 0 5 3 20 0 15 0 443743818 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10834680 memory=-7522837415797432224 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 18 13324 0 0 1 0 5 3 20 0 15 0 443743818 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10834680 memory=6944656592455360608 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 72 13324 0 0 1 0 5 3 20 0 15 0 443743818 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10834680 memory=-7522837583129502606 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 417 13324 0 0 1 0 5 3 20 0 15 0 443743820 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10834680 memory=5941190579427120278 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443743820 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856550290912 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443743820 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856348964352 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10834680 memory=6852 CPUtime=0.31 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 974 13324 0 0 23 0 5 3 20 0 15 0 443743823 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10834680 memory=2244 CPUtime=0.3 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 877 13324 0 0 22 0 5 3 20 0 15 0 443743823 11094712320 43247 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10834680 memory=1556 CPUtime=0.49 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 1596 13324 0 0 41 0 5 3 20 0 15 0 443743823 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10834680 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10834680 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443743824 11094712320 43247 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0

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

/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 674587 13324 0 0 236484 119 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857536130224 139857169966371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10851096 memory=280820801671856 CPUtime=9.51 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 20790 13324 0 0 882 61 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10851096 memory=1416 CPUtime=9.56 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 22628 13324 0 0 883 65 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.52 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 22031 13324 0 0 884 60 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.54 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 19604 13324 0 0 880 66 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10851096 memory=3181564 CPUtime=4.88 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 28411 13324 0 0 421 59 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 17 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856550290912 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 10 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856348964352 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10851096 memory=3181848 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10851096 memory=3181564 CPUtime=6.41 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 35978 13324 0 0 626 7 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10851096 memory=1720 CPUtime=6.11 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 26317 13324 0 0 597 6 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10851096 memory=3181564 CPUtime=5.7 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 43605 13324 0 0 553 9 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10851096 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10851096 memory=47340 CPUtime=1.37 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 884 13324 0 0 56 73 5 3 20 0 15 0 443743824 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 2428.09 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3181564 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.59 1.53 3/227 14424
/proc/meminfo: memFree=27015280/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2488.17 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 939686 13324 0 0 248324 485 5 3 20 0 15 0 443743809 11111522304 795391 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2712774 795391 3635 1 0 2674829 0
[pid=13615/tid=13668] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2426.08 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 716391 13324 0 0 242480 120 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857536130240 139857172896138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.52 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 20820 13324 0 0 883 61 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10851096 memory=3588 CPUtime=9.57 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 22746 13324 0 0 884 65 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.54 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 22379 13324 0 0 886 60 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.55 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 19684 13324 0 0 881 66 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10851096 memory=3181564 CPUtime=4.89 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 28617 13324 0 0 422 59 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 17 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856550290912 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 10 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856348964352 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10851096 memory=3181564 CPUtime=6.41 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 35980 13324 0 0 626 7 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10851096 memory=3181564 CPUtime=6.11 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 26319 13324 0 0 597 6 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10851096 memory=3181564 CPUtime=5.7 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 43608 13324 0 0 553 9 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10851096 memory=3181564 CPUtime=1.4 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 904 13324 0 0 57 75 5 3 20 0 15 0 443743824 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 2488.17 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3181564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.11 s]
/proc/loadavg: 1.46 1.56 1.53 3/227 14428
/proc/meminfo: memFree=27014860/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2520.02 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 963505 13324 0 0 251508 486 5 3 20 0 15 0 443743809 11111522304 795391 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2712774 795391 3635 1 0 2674829 0
[pid=13615/tid=13668] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2457.89 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 739270 13324 0 0 245660 121 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857536130224 139857167863319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.53 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 20956 13324 0 0 884 61 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.58 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 22869 13324 0 0 885 65 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.54 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 22760 13324 0 0 886 60 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.56 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 19768 13324 0 0 882 66 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10851096 memory=3181564 CPUtime=4.9 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 28811 13324 0 0 423 59 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 17 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856550290912 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 10 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856348964352 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10851096 memory=244100 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10851096 memory=3588 CPUtime=6.41 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 35982 13324 0 0 626 7 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10851096 memory=3181564 CPUtime=6.11 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 26322 13324 0 0 597 6 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10851096 memory=3181564 CPUtime=5.7 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 43610 13324 0 0 553 9 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10851096 memory=280820800181712 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10851096 memory=3181564 CPUtime=1.41 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 919 13324 0 0 58 75 5 3 20 0 15 0 443743824 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3181564 KiB

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

[startup+2474.16 s]
# the end of solver process 13615 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.15 s, system=4.92916 s

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

[startup+2474.11 s]
/proc/loadavg: 1.46 1.56 1.53 3/227 14428
/proc/meminfo: memFree=27014860/32770624 swapFree=67004304/67108860
[pid=13615] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2520.02 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 11963 0 -1 1077944320 963505 13324 0 0 251508 486 5 3 20 0 15 0 443743809 11111522304 795391 33554432000 4194304 4196468 140728030593264 140728030575808 139857564294903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
/proc/13615/statm: 2712774 795391 3635 1 0 2674829 0
[pid=13615/tid=13668] ppid=13612 vsize=10851096 memory=3181564 CPUtime=2457.89 cores=1,3,5,7
/proc/13615/task/13668/stat : 13668 (java) R 13612 13615 11963 0 -1 4202560 739270 13324 0 0 245660 121 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857536130224 139857167863319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13669] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.53 cores=1,3,5,7
/proc/13615/task/13669/stat : 13669 (java) S 13612 13615 11963 0 -1 1077944384 20956 13324 0 0 884 61 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857568536848 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13670] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.58 cores=1,3,5,7
/proc/13615/task/13670/stat : 13670 (java) S 13612 13615 11963 0 -1 1077944384 22869 13324 0 0 885 65 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857491696016 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13671] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.54 cores=1,3,5,7
/proc/13615/task/13671/stat : 13671 (java) S 13612 13615 11963 0 -1 1077944384 22760 13324 0 0 886 60 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857136163344 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13672] ppid=13612 vsize=10851096 memory=3181564 CPUtime=9.56 cores=1,3,5,7
/proc/13615/task/13672/stat : 13672 (java) S 13612 13615 11963 0 -1 1077944384 19768 13324 0 0 882 66 5 3 20 0 15 0 443743818 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857135110800 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13673] ppid=13612 vsize=10851096 memory=3181564 CPUtime=4.9 cores=1,3,5,7
/proc/13615/task/13673/stat : 13673 (java) S 13612 13615 11963 0 -1 1077944384 28811 13324 0 0 423 59 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857090857456 139857564306050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13674] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13674/stat : 13674 (java) S 13612 13615 11963 0 -1 1077944384 17 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856550290912 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13675] ppid=13612 vsize=10851096 memory=3181564 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13675/stat : 13675 (java) S 13612 13615 11963 0 -1 1077944384 10 13324 0 0 0 0 5 3 20 0 15 0 443743820 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856348964352 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13676] ppid=13612 vsize=10851096 memory=244100 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13676/stat : 13676 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856108673744 139857564313499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13677] ppid=13612 vsize=10851096 memory=3588 CPUtime=6.41 cores=1,3,5,7
/proc/13615/task/13677/stat : 13677 (java) S 13612 13615 11963 0 -1 1077944384 35982 13324 0 0 626 7 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857089804272 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13678] ppid=13612 vsize=10851096 memory=3181564 CPUtime=6.11 cores=1,3,5,7
/proc/13615/task/13678/stat : 13678 (java) S 13612 13615 11963 0 -1 1077944384 26322 13324 0 0 597 6 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139857088751728 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13679] ppid=13612 vsize=10851096 memory=3181564 CPUtime=5.7 cores=1,3,5,7
/proc/13615/task/13679/stat : 13679 (java) S 13612 13615 11963 0 -1 1077944384 43610 13324 0 0 553 9 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856631032048 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13680] ppid=13612 vsize=10851096 memory=280820800181712 CPUtime=0.08 cores=1,3,5,7
/proc/13615/task/13680/stat : 13680 (java) S 13612 13615 11963 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443743823 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856075115104 139857564305109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
[pid=13615/tid=13681] ppid=13612 vsize=10851096 memory=3181564 CPUtime=1.41 cores=1,3,5,7
/proc/13615/task/13681/stat : 13681 (java) S 13612 13615 11963 0 -1 1077944384 919 13324 0 0 58 75 5 3 20 0 15 0 443743824 11111522304 795391 33554432000 4194304 4196468 140728030593264 139856629979952 139857564306050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12550144 140728030599919 140728030602437 140728030602437 140728030605263 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3181564 KiB

Child status: 143
Real time (s): 2474.16
CPU time (s): 2520.08
CPU user time (s): 2515.15
CPU system time (s): 4.92916
CPU usage (%): 101.856
Max. virtual memory (cumulated for all children) (KiB): 10854016
Max. memory (cumulated for all children) (KiB): 3182560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.15
system time used= 4.92917
maximum resident set size= 3185892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 978623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167669
involuntary context switches= 5824


# summary of solver processes directly reported to runsolver:
#   pid: 13615
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.15
#   total CPU system time (s): 4.92916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8409 second user time and 24.4258 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 01:16:25
IDJOB=4400911
IDBENCH=122900
IDSOLVER=2857
FILE ID=node148/4400911-1568675822
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-164.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400911-1568675822/watcher-4400911-1568675822 -o /tmp/evaluation-result-4400911-1568675822/solver-4400911-1568675822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400911-1568675822.xml

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

MD5SUM BENCH= b2fe288f8dde57e646dfc9c4f090c29d
RANDOM SEED=1750650444

node148.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.13
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.13
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.13
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.13
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:        30183052 kB
MemAvailable:   31095200 kB
Buffers:          143544 kB
Cached:          1071052 kB
SwapCached:         3740 kB
Active:          1333600 kB
Inactive:         694776 kB
Active(anon):     810104 kB
Inactive(anon):    52652 kB
Active(file):     523496 kB
Inactive(file):   642124 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004304 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        865884 kB
Mapped:            61720 kB
Shmem:             40616 kB
Slab:             153772 kB
SReclaimable:     124724 kB
SUnreclaim:        29048 kB
KernelStack:        3968 kB
PageTables:         7740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2089260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 01:57:40