Trace number 4386965

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) 2520.13 2449.53

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386965-1568285962/watcher-4386965-1568285962 -o /tmp/evaluation-result-4386965-1568285962/solver-4386965-1568285962 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31916 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=401545424 HOME/instance-4386965-1568285962.xml 

running on 4 cores: 0-3

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
Current StackSize limit: 8192 KiB

solver pid=31946, runsolver pid=31939

[startup+0.100141 s]*
/proc/loadavg: 1.08 1.11 1.48 4/222 32020
/proc/meminfo: memFree=24282340/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/31946/stat : 31946 (bash) S 31939 31946 31157 0 -1 4202496 895 5685 0 0 0 0 0 1 20 0 1 0 404537910 115974144 404 33554432000 4194304 5098028 140725777451200 140725777445208 139964997463040 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 25337856 140725777458197 140725777458321 140725777458321 140725777461230 0
/proc/31946/statm: 28314 404 320 221 0 119 0
[pid=31999] ppid=31946 vsize=113256 memory=708 CPUtime=0 cores=0-3
/proc/31999/stat : 31999 (bash) S 31946 31946 31157 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 404537914 115974144 177 33554432000 4194304 5098028 140725777451200 140725777443880 139964997288572 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25337856 140725777458197 140725777458321 140725777458321 140725777461230 0
/proc/31999/statm: 28314 177 93 221 0 119 0
[pid=32002] ppid=31999 vsize=10593144 memory=22716 CPUtime=0.05 cores=0-3
/proc/32002/stat : 32002 (java) S 31999 31946 31157 0 -1 1077944320 4615 0 0 0 5 0 0 0 20 0 14 0 404537914 10847379456 5679 33554432000 4194304 4196468 140726148563200 140726148545744 140655552417527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
/proc/32002/statm: 2648286 5679 2616 1 0 2610827 0
[pid=32002/tid=32005] ppid=31999 vsize=10593144 memory=7751702667093440019 CPUtime=0.04 cores=0-3
/proc/32002/task/32005/stat : 32005 (java) D 31999 31946 31157 0 -1 1077944384 2761 0 0 0 4 0 0 0 20 0 14 0 404537914 10847379456 5679 33554432000 4194304 4196468 140726148563200 140655556654912 140655552441405 0 4 0 16800975 18446744072101617188 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32009] ppid=31999 vsize=10593144 memory=4210146916469654281 CPUtime=0 cores=0-3
/proc/32002/task/32009/stat : 32009 (java) S 31999 31946 31157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 404537915 10847379456 5679 33554432000 4194304 4196468 140726148563200 140655489108880 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32011] ppid=31999 vsize=10593144 memory=140442550847104 CPUtime=0 cores=0-3
/proc/32002/task/32011/stat : 32011 (java) S 31999 31946 31157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 404537915 10847379456 5679 33554432000 4194304 4196468 140726148563200 140655488056080 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32012] ppid=31999 vsize=10593144 memory=0 CPUtime=0 cores=0-3
/proc/32002/task/32012/stat : 32012 (java) S 31999 31946 31157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 404537915 10847379456 5679 33554432000 4194304 4196468 140726148563200 140655487003792 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32013] ppid=31999 vsize=10593144 memory=-1 CPUtime=0 cores=0-3
/proc/32002/task/32013/stat : 32013 (java) S 31999 31946 31157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 404537915 10847379456 5679 33554432000 4194304 4196468 140726148563200 140655485950992 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32015] ppid=31999 vsize=10593144 memory=140442550847104 CPUtime=0 cores=0-3
/proc/32002/task/32015/stat : 32015 (java) S 31999 31946 31157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 404537916 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654587693168 140655552428674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32016] ppid=31999 vsize=10593144 memory=-1 CPUtime=0 cores=0-3
/proc/32002/task/32016/stat : 32016 (java) S 31999 31946 31157 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 404537917 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654586639136 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32018] ppid=31999 vsize=10593144 memory=0 CPUtime=0 cores=0-3
/proc/32002/task/32018/stat : 32018 (java) S 31999 31946 31157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 404537917 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654585586800 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32020] ppid=31999 vsize=10593144 memory=0 CPUtime=0 cores=0-3
/proc/32002/task/32020/stat : 32020 (java) S 31999 31946 31157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 404537920 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654584535120 140655552436123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32021] ppid=31999 vsize=10593144 memory=0 CPUtime=0 cores=0-3
/proc/32002/task/32021/stat : 32021 (java) S 31999 31946 31157 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 404537920 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654583482992 140655552428674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32022] ppid=31999 vsize=10593144 memory=-1 CPUtime=0 cores=0-3
/proc/32002/task/32022/stat : 32022 (java) S 31999 31946 31157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 404537920 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654582430192 140655552428674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32023] ppid=31999 vsize=10593144 memory=140442550847104 CPUtime=0 cores=0-3
/proc/32002/task/32023/stat : 32023 (java) S 31999 31946 31157 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 14 0 404537920 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654581377904 140655552428674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32002/tid=32028] ppid=31999 vsize=10593144 memory=-1 CPUtime=0 cores=0-3
/proc/32002/task/32028/stat : 32028 (java) S 31999 31946 31157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 404537920 10847379456 5679 33554432000 4194304 4196468 140726148563200 140654580325344 140655552427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24035328 140726148568204 140726148568218 140726148568218 140726148571087 0
[pid=32003] ppid=31999 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/32003/stat : 32003 (awk) S 31999 31946 31157 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 404537914 116211712 243 33554432000 4194304 4609284 140727139128448 140727139127624 140696035912704 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 37666816 140727139132604 140727139132634 140727139132634 140727139135471 0
/proc/32003/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 26012 KiB

[startup+0.211733 s]*
/proc/loadavg: 1.08 1.11 1.48 5/225 32075
/proc/meminfo: memFree=24272536/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10751868 memory=25736 CPUtime=0.15 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 5788 13019 0 0 6 1 5 3 20 0 14 0 404537910 11009912832 6434 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2687967 6434 2604 1 0 2650508 0
[pid=31946/tid=32051] ppid=31939 vsize=10751868 memory=8389772277269004345 CPUtime=0.13 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) D 31939 31946 31157 0 -1 1077944384 3012 13019 0 0 5 0 5 3 20 0 14 0 404537924 11009912832 6434 33554432000 4194304 4196468 140735522245248 140569914459968 140569942645821 0 4 0 16800975 18446744072101617188 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10751868 memory=288287774917010339 CPUtime=0.08 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 14 0 404537925 11009912832 6434 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10751868 memory=3689916149853878612 CPUtime=0.08 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 14 0 404537925 11009912832 6434 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10751868 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 14 0 404537925 11009912832 6434 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10751868 memory=-1 CPUtime=0.08 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 14 0 404537925 11009912832 6434 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10751868 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 14 0 404537927 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10751868 memory=-1 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 14 0 404537927 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568944952096 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10751868 memory=140442550847104 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 14 0 404537927 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568843773040 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10751868 memory=-1 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 14 0 404537931 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10751868 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 302 13019 0 0 0 0 5 3 20 0 14 0 404537931 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10751868 memory=-1 CPUtime=0.08 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 14 0 404537931 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10751868 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 213 13019 0 0 0 0 5 3 20 0 14 0 404537931 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10751868 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 14 0 404537931 11009912832 6434 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 25736 KiB

[startup+0.314081 s]*
/proc/loadavg: 1.08 1.11 1.48 5/227 32077
/proc/meminfo: memFree=24253224/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10819964 memory=40212 CPUtime=0.31 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 8368 13019 0 0 21 2 5 3 20 0 15 0 404537910 11079643136 10053 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2704991 10053 2970 1 0 2667405 0
[pid=31946/tid=32051] ppid=31939 vsize=10819964 memory=6791534058613427641 CPUtime=0.23 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 4889 13019 0 0 14 1 5 3 20 0 15 0 404537924 11079643136 10119 33554432000 4194304 4196468 140735522245248 140569914419952 140569934912368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10819964 memory=735272056725535336 CPUtime=0.08 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11079643136 10119 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10819964 memory=140442550847104 CPUtime=0.08 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537925 11079643136 10119 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10819964 memory=4123385423813235308 CPUtime=0.08 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11079643136 10185 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10819964 memory=2607 CPUtime=0.08 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11079643136 10185 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10819964 memory=288230574492221466 CPUtime=0.08 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537927 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10819964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 15 0 404537927 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568944952096 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10819964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537927 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568843773040 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10819964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10819964 memory=0 CPUtime=0.09 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 432 13019 0 0 1 0 5 3 20 0 15 0 404537931 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10819964 memory=6656426216303648864 CPUtime=0.08 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 178 13019 0 0 0 0 5 3 20 0 15 0 404537931 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10819964 memory=0 CPUtime=0.12 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 634 13019 0 0 4 0 5 3 20 0 15 0 404537931 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10819964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11079643136 10185 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10819964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537933 11079643136 10251 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 40212 KiB

[startup+0.70074 s]
/proc/loadavg: 1.08 1.11 1.48 5/227 32077
/proc/meminfo: memFree=24221964/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10822292 memory=67920 CPUtime=0.91 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 13662 13019 0 0 78 5 5 3 20 0 15 0 404537910 11082027008 16980 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2705573 16980 3462 1 0 2667661 0
[pid=31946/tid=32051] ppid=31939 vsize=10822292 memory=2244 CPUtime=0.6 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 9595 13019 0 0 49 3 5 3 20 0 15 0 404537924 11082027008 16980 33554432000 4194304 4196468 140735522245248 140569914456304 140569926702430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11082027008 16980 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10822292 memory=7883662475049720174 CPUtime=0.08 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537925 11082027008 16980 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10822292 memory=6090907800367895702 CPUtime=0.08 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11082027008 16980 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10822292 memory=-8820979915922421270 CPUtime=0.08 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 2 13019 0 0 0 0 5 3 20 0 15 0 404537925 11082027008 16980 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 5 13019 0 0 0 0 5 3 20 0 15 0 404537927 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 33 13019 0 0 0 0 5 3 20 0 15 0 404537927 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568944952096 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537927 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568843773040 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10822292 memory=0 CPUtime=0.15 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) R 31939 31946 31157 0 -1 4202560 640 13019 0 0 7 0 5 3 20 0 15 0 404537931 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568810216048 140569927024820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10822292 memory=0 CPUtime=0.14 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) R 31939 31946 31157 0 -1 1077944384 415 13019 0 0 6 0 5 3 20 0 15 0 404537931 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10822292 memory=2120 CPUtime=0.22 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) R 31939 31946 31157 0 -1 4202560 751 13019 0 0 14 0 5 3 20 0 15 0 404537931 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568808110960 140569921598481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10822292 memory=496 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10822292 memory=1556 CPUtime=0.08 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 1 13019 0 0 0 0 5 3 20 0 15 0 404537933 11082027008 16980 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 67920 KiB

[startup+1.50075 s]
/proc/loadavg: 1.08 1.11 1.48 8/227 32077
/proc/meminfo: memFree=24144852/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10832608 memory=166092 CPUtime=2.49 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 21980 13019 0 0 230 11 5 3 20 0 15 0 404537910 11092590592 41523 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2708152 41523 3566 1 0 2670221 0
[pid=31946/tid=32051] ppid=31939 vsize=10832608 memory=72 CPUtime=1.36 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 14795 13019 0 0 122 6 5 3 20 0 15 0 404537924 11092590592 41523 33554432000 4194304 4196468 140735522245248 140569914453488 140569926702430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10832608 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 87 13019 0 0 0 0 5 3 20 0 15 0 404537925 11092590592 41523 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10832608 memory=280884821946496 CPUtime=0.09 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 298 13019 0 0 1 0 5 3 20 0 15 0 404537925 11092590592 41523 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10832608 memory=12595 CPUtime=0.09 cores=0-3

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

/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 112988 13019 1 0 236147 69 5 3 20 0 15 0 404537924 11107291136 273642 33554432000 4194304 4196468 140735522245248 140569914455824 140569552131585 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10846964 memory=1110988 CPUtime=15.3 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 24732 13019 0 0 1491 31 5 3 20 0 15 0 404537925 11107291136 273642 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10846964 memory=1101748 CPUtime=15.31 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 25102 13019 0 0 1491 32 5 3 20 0 15 0 404537925 11107291136 273642 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10846964 memory=1099696 CPUtime=15.32 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 24253 13019 0 0 1493 31 5 3 20 0 15 0 404537925 11107291136 273642 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10846964 memory=1099184 CPUtime=15.25 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 22536 13019 0 0 1488 29 5 3 20 0 15 0 404537925 11107291136 273642 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10846964 memory=1097132 CPUtime=3.44 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 19410 13019 0 0 295 41 5 3 20 0 15 0 404537927 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10846964 memory=1095592 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 51 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568944952224 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10846964 memory=1095080 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 18 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568843773056 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10846964 memory=0 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10846964 memory=280884821988528 CPUtime=9.71 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 43813 13019 0 0 955 8 5 3 20 0 15 0 404537931 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10846964 memory=1096108 CPUtime=9.29 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 32505 13019 0 0 916 5 5 3 20 0 15 0 404537931 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10846964 memory=1098160 CPUtime=4.58 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 63845 13019 0 0 439 11 5 3 20 0 15 0 404537931 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10846964 memory=2308 CPUtime=1.5 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 2436 13019 0 0 69 73 5 3 20 0 15 0 404537933 11107291136 273642 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 2451.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1094568 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.51 1.53 4/227 32322
/proc/meminfo: memFree=19670752/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10846964 memory=1058648 CPUtime=2512.69 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 376564 13019 1 0 250949 312 5 3 20 0 15 0 404537910 11107291136 264662 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2711741 264662 3633 1 0 2673805 0
[pid=31946/tid=32051] ppid=31939 vsize=10846964 memory=1071988 CPUtime=2421.63 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 113796 13019 1 0 242086 69 5 3 20 0 15 0 404537924 11107291136 264662 33554432000 4194304 4196468 140735522245248 140569914456144 140569552203610 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10846964 memory=1068396 CPUtime=15.76 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 24983 13019 0 0 1536 32 5 3 20 0 15 0 404537925 11107291136 264662 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10846964 memory=1078144 CPUtime=15.76 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 25505 13019 0 0 1536 32 5 3 20 0 15 0 404537925 11107291136 264662 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10846964 memory=1061728 CPUtime=15.77 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 24668 13019 0 0 1538 31 5 3 20 0 15 0 404537925 11107291136 264662 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10846964 memory=1060700 CPUtime=15.7 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 22710 13019 0 0 1533 29 5 3 20 0 15 0 404537925 11107291136 264662 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10846964 memory=1062752 CPUtime=3.54 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 19629 13019 0 0 304 42 5 3 20 0 15 0 404537927 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10846964 memory=1059676 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 51 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568944952224 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10846964 memory=1058648 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 18 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568843773056 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10846964 memory=1061728 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10846964 memory=1061728 CPUtime=9.72 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 43815 13019 0 0 956 8 5 3 20 0 15 0 404537931 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10846964 memory=1056 CPUtime=9.29 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 32507 13019 0 0 916 5 5 3 20 0 15 0 404537931 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10846964 memory=764 CPUtime=4.58 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 64215 13019 0 0 439 11 5 3 20 0 15 0 404537931 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10846964 memory=1058648 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10846964 memory=1412 CPUtime=1.54 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 2452 13019 0 0 71 75 5 3 20 0 15 0 404537933 11107291136 264662 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 2512.69 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1058648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.5 s]
/proc/loadavg: 1.49 1.52 1.53 4/227 32322
/proc/meminfo: memFree=19677468/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10846964 memory=1051464 CPUtime=2520.07 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 376746 13019 1 0 251686 313 5 3 20 0 15 0 404537910 11107291136 262866 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2711741 262866 3633 1 0 2673805 0
[pid=31946/tid=32051] ppid=31939 vsize=10846964 memory=1056080 CPUtime=2428.76 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 113835 13019 1 0 242799 69 5 3 20 0 15 0 404537924 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569914455872 140569920729224 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10846964 memory=1078144 CPUtime=15.82 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 25017 13019 0 0 1542 32 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10846964 memory=1061728 CPUtime=15.82 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 25508 13019 0 0 1542 32 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10846964 memory=1059676 CPUtime=15.83 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 24752 13019 0 0 1544 31 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10846964 memory=1056596 CPUtime=15.76 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 22730 13019 0 0 1539 29 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10846964 memory=1057624 CPUtime=3.55 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 19631 13019 0 0 305 42 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10846964 memory=1055572 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 51 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568944952224 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10846964 memory=1056080 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 18 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568843773056 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10846964 memory=1055056 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10846964 memory=1051976 CPUtime=9.72 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 43815 13019 0 0 956 8 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10846964 memory=1068396 CPUtime=9.29 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 32507 13019 0 0 916 5 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10846964 memory=0 CPUtime=4.58 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 64215 13019 0 0 439 11 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10846964 memory=1055056 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10846964 memory=1055056 CPUtime=1.55 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 2452 13019 0 0 71 76 5 3 20 0 15 0 404537933 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1051464 KiB

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

[startup+2449.53 s]
# the end of solver process 31946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.95 s, system=3.18381 s

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

[startup+2449.5 s]
/proc/loadavg: 1.49 1.52 1.53 4/227 32322
/proc/meminfo: memFree=19677468/32770688 swapFree=66960400/67108860
[pid=31946] ppid=31939 vsize=10846964 memory=1051464 CPUtime=2520.07 cores=0-3
/proc/31946/stat : 31946 (java) S 31939 31946 31157 0 -1 1077944320 376746 13019 1 0 251686 313 5 3 20 0 15 0 404537910 11107291136 262866 33554432000 4194304 4196468 140735522245248 140735522227792 140569942621943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
/proc/31946/statm: 2711741 262866 3633 1 0 2673805 0
[pid=31946/tid=32051] ppid=31939 vsize=10846964 memory=1056080 CPUtime=2428.76 cores=0-3
/proc/31946/task/32051/stat : 32051 (java) R 31939 31946 31157 0 -1 4202560 113835 13019 1 0 242799 69 5 3 20 0 15 0 404537924 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569914455872 140569920729224 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32056] ppid=31939 vsize=10846964 memory=1078144 CPUtime=15.82 cores=0-3
/proc/31946/task/32056/stat : 32056 (java) S 31939 31946 31157 0 -1 1077944384 25017 13019 0 0 1542 32 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569946864528 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32057] ppid=31939 vsize=10846964 memory=1061728 CPUtime=15.82 cores=0-3
/proc/31946/task/32057/stat : 32057 (java) S 31939 31946 31157 0 -1 1077944384 25508 13019 0 0 1542 32 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569515711248 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32058] ppid=31939 vsize=10846964 memory=1059676 CPUtime=15.83 cores=0-3
/proc/31946/task/32058/stat : 32058 (java) S 31939 31946 31157 0 -1 1077944384 24752 13019 0 0 1544 31 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569514658960 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32059] ppid=31939 vsize=10846964 memory=1056596 CPUtime=15.76 cores=0-3
/proc/31946/task/32059/stat : 32059 (java) S 31939 31946 31157 0 -1 1077944384 22730 13019 0 0 1539 29 5 3 20 0 15 0 404537925 11107291136 262866 33554432000 4194304 4196468 140735522245248 140569513606160 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32061] ppid=31939 vsize=10846964 memory=1057624 CPUtime=3.55 cores=0-3
/proc/31946/task/32061/stat : 32061 (java) S 31939 31946 31157 0 -1 1077944384 19631 13019 0 0 305 42 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568946006128 140569942633090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32063] ppid=31939 vsize=10846964 memory=1055572 CPUtime=0.08 cores=0-3
/proc/31946/task/32063/stat : 32063 (java) S 31939 31946 31157 0 -1 1077944384 51 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568944952224 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32065] ppid=31939 vsize=10846964 memory=1056080 CPUtime=0.08 cores=0-3
/proc/31946/task/32065/stat : 32065 (java) S 31939 31946 31157 0 -1 1077944384 18 13019 0 0 0 0 5 3 20 0 15 0 404537927 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568843773056 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32066] ppid=31939 vsize=10846964 memory=1055056 CPUtime=0.08 cores=0-3
/proc/31946/task/32066/stat : 32066 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568536373328 140569942640539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32067] ppid=31939 vsize=10846964 memory=1051976 CPUtime=9.72 cores=0-3
/proc/31946/task/32067/stat : 32067 (java) S 31939 31946 31157 0 -1 1077944384 43815 13019 0 0 956 8 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568810216048 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32069] ppid=31939 vsize=10846964 memory=1068396 CPUtime=9.29 cores=0-3
/proc/31946/task/32069/stat : 32069 (java) S 31939 31946 31157 0 -1 1077944384 32507 13019 0 0 916 5 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568809163248 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32070] ppid=31939 vsize=10846964 memory=0 CPUtime=4.58 cores=0-3
/proc/31946/task/32070/stat : 32070 (java) S 31939 31946 31157 0 -1 1077944384 64215 13019 0 0 439 11 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568808110960 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32074] ppid=31939 vsize=10846964 memory=1055056 CPUtime=0.08 cores=0-3
/proc/31946/task/32074/stat : 32074 (java) S 31939 31946 31157 0 -1 1077944384 3 13019 0 0 0 0 5 3 20 0 15 0 404537931 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568502815712 140569942632149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
[pid=31946/tid=32076] ppid=31939 vsize=10846964 memory=1055056 CPUtime=1.55 cores=0-3
/proc/31946/task/32076/stat : 32076 (java) S 31939 31946 31157 0 -1 1077944384 2452 13019 0 0 71 76 5 3 20 0 15 0 404537933 11107291136 262866 33554432000 4194304 4196468 140735522245248 140568807057840 140569942633090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32419840 140735522253558 140735522256069 140735522256069 140735522258895 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1051464 KiB

Child status: 143
Real time (s): 2449.53
CPU time (s): 2520.13
CPU user time (s): 2516.95
CPU system time (s): 3.18381
CPU usage (%): 102.882
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2943156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.95
system time used= 3.18381
maximum resident set size= 2943156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390773
page faults= 1
swaps= 0
block input operations= 1360
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131147
involuntary context switches= 4942


# summary of solver processes directly reported to runsolver:
#   pid: 31946
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.95
#   total CPU system time (s): 3.18381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7726 second user time and 26.3921 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-12 12:58:41
IDJOB=4386965
IDBENCH=115769
IDSOLVER=2823
FILE ID=node116/4386965-1568285962
RUNJOBID= node116-1568285921-31916
PBS_JOBID= 21701086
Free space on /tmp= 54328 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-4386965-1568285962/watcher-4386965-1568285962 -o /tmp/evaluation-result-4386965-1568285962/solver-4386965-1568285962 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31916 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=401545424 HOME/instance-4386965-1568285962.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=401545424

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        24307608 kB
MemAvailable:   31816592 kB
Buffers:           93512 kB
Cached:          7629492 kB
SwapCached:        46384 kB
Active:          1425416 kB
Inactive:        6346696 kB
Active(anon):      13232 kB
Inactive(anon):    76696 kB
Active(file):    1412184 kB
Inactive(file):  6270000 kB
Unevictable:      110104 kB
Mlocked:          110104 kB
SwapTotal:      67108860 kB
SwapFree:       66960400 kB
Dirty:             69744 kB
Writeback:             0 kB
AnonPages:        114188 kB
Mapped:            41352 kB
Shmem:             31784 kB
Slab:             284196 kB
SReclaimable:     255260 kB
SUnreclaim:        28936 kB
KernelStack:        3392 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     502272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 54260 MiB
End job on node116 at 2019-09-12 13:39:31