Trace number 4392253

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.10? (TO) 2400.15 2330.34

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-2.xml
MD5SUMba573a75edcb56a5f29535772f8b277a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints495
Number of domains1
Minimum domain size1932
Maximum domain size1932
Distribution of domain sizes[{"size":1932,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.66/0.58	c Concrete v3.10.1560635388952 running
2400.09/2330.32	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.09/2330.32		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.09/2330.32		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.09/2330.32		at concrete.IntervalDomain.filterBounds(IntervalDomain.scala:92)
2400.09/2330.32		at concrete.IntervalDomain.filterBounds(IntervalDomain.scala:7)
2400.09/2330.32		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2330.32		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2330.32		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2330.32		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2330.32		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.09/2330.32		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.09/2330.32		at scala.Option.map(Option.scala:243)
2400.09/2330.32		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.09/2330.32		at concrete.MAC.mac(MAC.scala:204)
2400.09/2330.32		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.09/2330.32		at scala.util.Try$.apply(Try.scala:212)
2400.09/2330.32		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2330.32		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2330.32		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2330.32		at concrete.MAC.oneRun(MAC.scala:253)
2400.09/2330.32		at concrete.MAC.nextSolution(MAC.scala:272)
2400.09/2330.32		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.09/2330.32		at concrete.ProblemState.map(ProblemState.scala:228)
2400.09/2330.32		at concrete.ProblemState.map(ProblemState.scala:210)
2400.09/2330.32		at concrete.MAC.nextSolution(MAC.scala:334)
2400.09/2330.32		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2330.32		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2330.32		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2330.32		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2330.32		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.09/2330.32		at scala.util.Success.map(Try.scala:264)
2400.09/2330.32		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.09/2330.32		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2330.32		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2330.32		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2330.32		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2330.32		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2330.32		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2330.32		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2330.32		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2330.32		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2330.32		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2330.32		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2330.32		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2330.32		at scala.App.main(App.scala:75)
2400.09/2330.32		at scala.App.main$(App.scala:73)
2400.09/2330.32		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2330.32		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2330.32	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 (9189 MiB free)
  memory of node 1: 16384 MiB (13313 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392253-1568301317/watcher-4392253-1568301317 -o /tmp/evaluation-result-4392253-1568301317/solver-4392253-1568301317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=229694115 HOME/instance-4392253-1568301317.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=4681, runsolver pid=4678

[startup+0.100065 s]*
/proc/loadavg: 2.07 1.35 1.43 2/205 4776
/proc/meminfo: memFree=23040692/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=113256 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/4681/stat : 4681 (bash) S 4678 4681 14487 0 -1 4202496 919 11224 1 1 0 0 5 2 20 0 1 0 406384773 115974144 403 33554432000 4194304 5098028 140736894114832 140736894108056 140035593899008 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 32272384 140736894116885 140736894117009 140736894117009 140736894119918 0
/proc/4681/statm: 28314 403 320 221 0 119 0
[pid=4773] ppid=4681 vsize=113256 memory=704 CPUtime=0 cores=1,3,5,7
/proc/4773/stat : 4773 (bash) S 4681 4681 14487 0 -1 4202560 156 151 0 0 0 0 0 0 20 0 1 0 406384782 115974144 176 33554432000 4194304 5098028 140736894114832 140736894106728 140035593724540 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32272384 140736894116885 140736894117009 140736894117009 140736894119918 0
/proc/4773/statm: 28314 176 92 221 0 119 0
[pid=4775] ppid=4773 vsize=328 memory=4 CPUtime=0 cores=1,3,5,7
/proc/4775/stat : 4775 (cut) R 4773 4681 14487 0 -1 4194304 131 0 0 0 0 0 0 0 20 0 1 0 406384782 335872 1 33554432000 4194304 4229580 140732496738864 140732496738648 140573005827807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 6327368 6329024 20934656 140732496745678 140732496745690 140732496745690 140732496748527 0
/proc/4775/statm: 83 1 0 9 0 38 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 226840 KiB
Current children cumulated memory: 2320 KiB

[startup+0.210453 s]*
/proc/loadavg: 2.07 1.35 1.43 8/230 4819
/proc/meminfo: memFree=23005772/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10818900 memory=31556 CPUtime=0.23 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 6817 13257 1 2 13 2 5 3 20 0 15 0 406384773 11078553600 7889 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2704725 7889 2960 1 0 2667149 0
[pid=4681/tid=4792] ppid=4678 vsize=10818900 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 3301 13257 0 2 8 1 5 3 20 0 15 0 406384784 11078553600 7954 33554432000 4194304 4196468 140728293822880 140312459751368 140312487941277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10818900 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078553600 7954 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10818900 memory=139647143843783 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078553600 7954 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078553600 7954 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078553600 7954 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10818900 memory=139647143831168 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384786 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 33 13257 0 2 0 0 5 3 20 0 15 0 406384787 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311811560608 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384787 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311347061488 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10818900 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 366 13257 0 2 1 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 293 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10818900 memory=139647143831168 CPUtime=0.1 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 656 13257 0 2 2 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10818900 memory=139647143831168 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078553600 7954 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 31556 KiB

[startup+0.310772 s]*
/proc/loadavg: 2.07 1.35 1.43 4/230 4819
/proc/meminfo: memFree=22976496/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10819084 memory=43028 CPUtime=0.36 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 10037 13257 1 2 25 3 5 3 20 0 15 0 406384773 11078742016 10757 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2704771 10757 3030 1 0 2667149 0
[pid=4681/tid=4792] ppid=4678 vsize=10819084 memory=7822038051842263955 CPUtime=0.26 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 6405 13257 0 2 16 2 5 3 20 0 15 0 406384784 11078742016 10757 33554432000 4194304 4196468 140728293822880 140312459751296 140312469482950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10819084 memory=139647036533167 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078742016 10757 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10819084 memory=139647143833376 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078742016 10757 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10819084 memory=71876 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078742016 10757 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384785 11078742016 10757 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384786 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 33 13257 0 2 0 0 5 3 20 0 15 0 406384787 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311811560608 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384787 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311347061488 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 371 13257 0 2 1 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10819084 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 296 13257 0 2 1 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10819084 memory=139647143831168 CPUtime=0.13 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 713 13257 0 2 5 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10819084 memory=139647143831168 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384790 11078742016 10757 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 43028 KiB

[startup+0.70928 s]
/proc/loadavg: 2.07 1.35 1.43 3/230 4819
/proc/meminfo: memFree=22951856/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10822292 memory=73288 CPUtime=1.01 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 14633 13257 1 2 86 7 5 3 20 0 15 0 406384773 11082027008 18322 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2705573 18322 3488 1 0 2667661 0
[pid=4681/tid=4792] ppid=4678 vsize=10822292 memory=279294072854272 CPUtime=0.61 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 10095 13257 0 2 48 5 5 3 20 0 15 0 406384784 11082027008 18322 33554432000 4194304 4196468 140728293822880 140312459735328 140312471999838 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10822292 memory=279294072854464 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11082027008 18322 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10822292 memory=279294073410592 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11082027008 18322 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384785 11082027008 18322 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384785 11082027008 18322 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 5 13257 0 2 0 0 5 3 20 0 15 0 406384786 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 33 13257 0 2 0 0 5 3 20 0 15 0 406384787 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311811560608 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384787 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311347061488 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10822292 memory=6485400618181 CPUtime=0.19 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) R 4678 4681 14487 0 -1 4202560 720 13257 0 2 11 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311777992384 140312465605264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10822292 memory=288230583166042425 CPUtime=0.17 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) R 4678 4681 14487 0 -1 4202560 560 13257 0 2 9 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311776939824 140312487940698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10822292 memory=15260333174426011 CPUtime=0.24 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 1005 13257 0 2 16 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10822292 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384790 11082027008 18322 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 73288 KiB

[startup+1.50076 s]
/proc/loadavg: 2.07 1.35 1.43 7/230 4819
/proc/meminfo: memFree=22868964/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10834656 memory=167728 CPUtime=2.44 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 22523 13257 1 2 225 11 5 3 20 0 15 0 406384773 11094687744 41932 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2708664 41932 3569 1 0 2670733 0
[pid=4681/tid=4792] ppid=4678 vsize=10834656 memory=14008 CPUtime=1.36 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 15613 13257 0 2 121 7 5 3 20 0 15 0 406384784 11094687744 41932 33554432000 4194304 4196468 140728293822880 140312459742912 140312471962981 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 38 13257 0 2 1 0 5 3 20 0 15 0 406384785 11094687744 41932 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10834656 memory=4580 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 293 13257 0 2 1 0 5 3 20 0 15 0 406384785 11094687744 41932 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10834656 memory=279294073124256 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 70 13257 0 2 1 0 5 3 20 0 15 0 406384785 11094687744 41932 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10834656 memory=279294073301376 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 63 13257 0 2 1 0 5 3 20 0 15 0 406384785 11094687744 41932 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10834656 memory=3472609771204390960 CPUtime=0.09 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 537 13257 0 2 1 0 5 3 20 0 15 0 406384786 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 33 13257 0 2 0 0 5 3 20 0 15 0 406384787 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311811560608 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10834656 memory=7594584564309779056 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 2 13257 0 2 0 0 5 3 20 0 15 0 406384787 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311347061488 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10834656 memory=7234839739778946157 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10834656 memory=-6800859132029471843 CPUtime=0.36 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) R 4678 4681 14487 0 -1 4202560 1035 13257 0 2 28 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311778003696 140312472306400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10834656 memory=6944652177228980320 CPUtime=0.37 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 1001 13257 0 2 29 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10834656 memory=6943526294502006880 CPUtime=0.47 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 1628 13257 0 2 39 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10834656 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10834656 memory=-7088785026380002758 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1 13257 0 2 0 0 5 3 20 0 15 0 406384790 11094687744 41932 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 167728 KiB

[startup+3.1105 s]

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

/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 129127 13257 0 2 224180 66 5 3 20 0 15 0 406384784 11107291136 235458 33554432000 4194304 4196468 140728293822880 140312459752880 140312100735161 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10846964 memory=941832 CPUtime=15 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 17844 13257 0 2 1463 29 5 3 20 0 15 0 406384785 11107291136 235458 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10846964 memory=949528 CPUtime=14.98 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 34468 13257 0 2 1458 32 5 3 20 0 15 0 406384785 11107291136 235458 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10846964 memory=954148 CPUtime=14.99 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 20916 13257 0 2 1460 31 5 3 20 0 15 0 406384785 11107291136 235458 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10846964 memory=1009560 CPUtime=14.98 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 22878 13257 0 2 1460 30 5 3 20 0 15 0 406384785 11107291136 235458 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10846964 memory=948500 CPUtime=3.32 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 19013 13257 0 2 279 45 5 3 20 0 15 0 406384786 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10846964 memory=944908 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 68 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311811560736 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10846964 memory=947988 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 37 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311347061504 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10846964 memory=942856 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10846964 memory=942856 CPUtime=9.88 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 57000 13257 0 2 973 7 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10846964 memory=941832 CPUtime=9.57 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 60051 13257 0 2 941 8 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10846964 memory=288230574492221466 CPUtime=4.32 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 71710 13257 0 2 413 11 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10846964 memory=288230583166042425 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10846964 memory=1656 CPUtime=1.52 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1406 13257 0 2 66 78 5 3 20 0 15 0 406384790 11107291136 235458 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 2330.5 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 941832 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.46 1.49 3/227 5036
/proc/meminfo: memFree=21035248/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10846964 memory=960280 CPUtime=2391.89 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 441035 13257 1 2 238850 331 5 3 20 0 15 0 406384773 11107291136 240070 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2711741 240070 3646 1 0 2673805 0
[pid=4681/tid=4792] ppid=4678 vsize=10846964 memory=961820 CPUtime=2301.94 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 131237 13257 0 2 230118 68 5 3 20 0 15 0 406384784 11107291136 240070 33554432000 4194304 4196468 140728293822880 140312459753456 140312099154901 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10846964 memory=963872 CPUtime=15.47 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 18218 13257 0 2 1507 32 5 3 20 0 15 0 406384785 11107291136 240070 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10846964 memory=969000 CPUtime=15.44 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 34825 13257 0 2 1502 34 5 3 20 0 15 0 406384785 11107291136 240070 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10846964 memory=971564 CPUtime=15.45 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 21371 13257 0 2 1504 33 5 3 20 0 15 0 406384785 11107291136 240070 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10846964 memory=963872 CPUtime=15.44 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 23273 13257 0 2 1504 32 5 3 20 0 15 0 406384785 11107291136 240070 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10846964 memory=961820 CPUtime=3.41 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 19274 13257 0 2 287 46 5 3 20 0 15 0 406384786 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10846964 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 68 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311811560736 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10846964 memory=960280 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 37 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311347061504 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10846964 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10846964 memory=970028 CPUtime=9.88 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 57002 13257 0 2 973 7 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10846964 memory=960792 CPUtime=9.59 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 60386 13257 0 2 943 8 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10846964 memory=3500 CPUtime=4.32 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 71712 13257 0 2 413 11 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10846964 memory=971564 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10846964 memory=971564 CPUtime=1.56 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1422 13257 0 2 68 80 5 3 20 0 15 0 406384790 11107291136 240070 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 2391.89 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 960280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2330.3 s]
/proc/loadavg: 1.30 1.43 1.48 3/227 5036
/proc/meminfo: memFree=21054044/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10846964 memory=947968 CPUtime=2400.09 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 441396 13257 1 2 239670 331 5 3 20 0 15 0 406384773 11107291136 236992 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2711741 236992 3646 1 0 2673805 0
[pid=4681/tid=4792] ppid=4678 vsize=10846964 memory=971564 CPUtime=2309.85 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 131298 13257 0 2 230909 68 5 3 20 0 15 0 406384784 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312459752752 140312103396398 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10846964 memory=948992 CPUtime=15.54 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 18285 13257 0 2 1514 32 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10846964 memory=948480 CPUtime=15.5 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 34903 13257 0 2 1508 34 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10846964 memory=0 CPUtime=15.52 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 21446 13257 0 2 1511 33 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10846964 memory=8 CPUtime=15.5 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 23353 13257 0 2 1510 32 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10846964 memory=952072 CPUtime=3.42 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 19274 13257 0 2 288 46 5 3 20 0 15 0 406384786 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10846964 memory=971564 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 68 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311811560736 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 37 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311347061504 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10846964 memory=949508 CPUtime=9.88 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 57002 13257 0 2 973 7 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10846964 memory=952584 CPUtime=9.59 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 60386 13257 0 2 943 8 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10846964 memory=279294072965888 CPUtime=4.32 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 71712 13257 0 2 413 11 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10846964 memory=8028344061970897256 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10846964 memory=279294073994192 CPUtime=1.56 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1422 13257 0 2 68 80 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 947968 KiB

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

[startup+2330.34 s]
# the end of solver process 4681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.79 s, system=3.36258 s

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

[startup+2330.3 s]
/proc/loadavg: 1.30 1.43 1.48 3/227 5036
/proc/meminfo: memFree=21054044/32770624 swapFree=66997112/67108860
[pid=4681] ppid=4678 vsize=10846964 memory=947968 CPUtime=2400.09 cores=1,3,5,7
/proc/4681/stat : 4681 (java) S 4678 4681 14487 0 -1 1077944320 441396 13257 1 2 239670 331 5 3 20 0 15 0 406384773 11107291136 236992 33554432000 4194304 4196468 140728293822880 140728293805424 140312487919351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
/proc/4681/statm: 2711741 236992 3646 1 0 2673805 0
[pid=4681/tid=4792] ppid=4678 vsize=10846964 memory=971564 CPUtime=2309.85 cores=1,3,5,7
/proc/4681/task/4792/stat : 4792 (java) R 4678 4681 14487 0 -1 4202560 131298 13257 0 2 230909 68 5 3 20 0 15 0 406384784 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312459752752 140312103396398 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4794] ppid=4678 vsize=10846964 memory=948992 CPUtime=15.54 cores=1,3,5,7
/proc/4681/task/4794/stat : 4794 (java) S 4678 4681 14487 0 -1 1077944384 18285 13257 0 2 1514 32 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312492162064 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4795] ppid=4678 vsize=10846964 memory=948480 CPUtime=15.5 cores=1,3,5,7
/proc/4681/task/4795/stat : 4795 (java) S 4678 4681 14487 0 -1 1077944384 34903 13257 0 2 1508 34 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312421919888 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4796] ppid=4678 vsize=10846964 memory=0 CPUtime=15.52 cores=1,3,5,7
/proc/4681/task/4796/stat : 4796 (java) S 4678 4681 14487 0 -1 1077944384 21446 13257 0 2 1511 33 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312060554000 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4797] ppid=4678 vsize=10846964 memory=8 CPUtime=15.5 cores=1,3,5,7
/proc/4681/task/4797/stat : 4797 (java) S 4678 4681 14487 0 -1 1077944384 23353 13257 0 2 1510 32 5 3 20 0 15 0 406384785 11107291136 236992 33554432000 4194304 4196468 140728293822880 140312059501456 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4802] ppid=4678 vsize=10846964 memory=952072 CPUtime=3.42 cores=1,3,5,7
/proc/4681/task/4802/stat : 4802 (java) S 4678 4681 14487 0 -1 1077944384 19274 13257 0 2 288 46 5 3 20 0 15 0 406384786 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311812614384 140312487930498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4804] ppid=4678 vsize=10846964 memory=971564 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4804/stat : 4804 (java) S 4678 4681 14487 0 -1 1077944384 68 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311811560736 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4806] ppid=4678 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4806/stat : 4806 (java) S 4678 4681 14487 0 -1 1077944384 37 13257 0 2 0 0 5 3 20 0 15 0 406384787 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311347061504 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4808] ppid=4678 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4808/stat : 4808 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311039662032 140312487937947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4809] ppid=4678 vsize=10846964 memory=949508 CPUtime=9.88 cores=1,3,5,7
/proc/4681/task/4809/stat : 4809 (java) S 4678 4681 14487 0 -1 1077944384 57002 13257 0 2 973 7 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311778003696 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4810] ppid=4678 vsize=10846964 memory=952584 CPUtime=9.59 cores=1,3,5,7
/proc/4681/task/4810/stat : 4810 (java) S 4678 4681 14487 0 -1 1077944384 60386 13257 0 2 943 8 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311776951152 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4812] ppid=4678 vsize=10846964 memory=279294072965888 CPUtime=4.32 cores=1,3,5,7
/proc/4681/task/4812/stat : 4812 (java) S 4678 4681 14487 0 -1 1077944384 71712 13257 0 2 413 11 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311775898096 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4816] ppid=4678 vsize=10846964 memory=8028344061970897256 CPUtime=0.08 cores=1,3,5,7
/proc/4681/task/4816/stat : 4816 (java) S 4678 4681 14487 0 -1 1077944384 3 13257 0 2 0 0 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311006104416 140312487929557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
[pid=4681/tid=4818] ppid=4678 vsize=10846964 memory=279294073994192 CPUtime=1.56 cores=1,3,5,7
/proc/4681/task/4818/stat : 4818 (java) S 4678 4681 14487 0 -1 1077944384 1422 13257 0 2 68 80 5 3 20 0 15 0 406384790 11107291136 236992 33554432000 4194304 4196468 140728293822880 140311774845488 140312487930498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21643264 140728293829366 140728293831877 140728293831877 140728293834703 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 947968 KiB

Child status: 143
Real time (s): 2330.34
CPU time (s): 2400.15
CPU user time (s): 2396.79
CPU system time (s): 3.36258
CPU usage (%): 102.996
Max. virtual memory (cumulated for all children) (KiB): 10849660
Max. memory (cumulated for all children) (KiB): 2942284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.79
system time used= 3.36258
maximum resident set size= 2942284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455574
page faults= 3
swaps= 0
block input operations= 5424
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130160
involuntary context switches= 3915


# summary of solver processes directly reported to runsolver:
#   pid: 4681
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2396.79
#   total CPU system time (s): 3.36258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4822 second user time and 22.0591 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 17:14:18
IDJOB=4392253
IDBENCH=115769
IDSOLVER=2837
FILE ID=node103/4392253-1568301317
RUNJOBID= node103-1568301258-4658
PBS_JOBID= 21701108
Free space on /tmp= 52724 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392253-1568301317/watcher-4392253-1568301317 -o /tmp/evaluation-result-4392253-1568301317/solver-4392253-1568301317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=229694115 HOME/instance-4392253-1568301317.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=229694115

node103.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.74
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.74
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.74
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.74
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:        23045172 kB
MemAvailable:   31848948 kB
Buffers:          125616 kB
Cached:          8874092 kB
SwapCached:         8920 kB
Active:          1922004 kB
Inactive:        7091900 kB
Active(anon):       2936 kB
Inactive(anon):    53092 kB
Active(file):    1919068 kB
Inactive(file):  7038808 kB
Unevictable:      107456 kB
Mlocked:          107456 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             72448 kB
Writeback:             0 kB
AnonPages:        114180 kB
Mapped:            42020 kB
Shmem:             32812 kB
Slab:             304920 kB
SReclaimable:     274360 kB
SUnreclaim:        30560 kB
KernelStack:        3248 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 17:53:09