Trace number 4302792

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.9.2-SuperNG? (TO) 252.516 215.61

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-3-0_c18.xml
MD5SUM7371989d8b754960e2638a689dbe5607
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 variables333
Number of constraints356
Number of domains3
Minimum domain size24
Maximum domain size111
Distribution of domain sizes[{"size":24,"count":111},{"size":38,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
252.40/215.57	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.40/215.57		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.40/215.57		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.40/215.57		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.40/215.57		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.40/215.57		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.40/215.57		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.40/215.57		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.40/215.57		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.40/215.57		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.40/215.57		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.40/215.57		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.40/215.57		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.40/215.57		at scala.Option.map(Option.scala:146)
252.40/215.57		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.40/215.57		at concrete.MAC.mac(MAC.scala:203)
252.40/215.57		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.40/215.57		at scala.util.Try$.apply(Try.scala:209)
252.40/215.57		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.40/215.57		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.40/215.57		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.40/215.57		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.40/215.57		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.40/215.57		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.40/215.57		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.40/215.57		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.40/215.57		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.40/215.57		at concrete.MAC.oneRun(MAC.scala:253)
252.40/215.57		at concrete.MAC.nextSolution(MAC.scala:272)
252.40/215.57		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.40/215.57		at concrete.ProblemState.map(ProblemState.scala:221)
252.40/215.57		at concrete.ProblemState.map(ProblemState.scala:204)
252.40/215.57		at concrete.MAC.nextSolution(MAC.scala:334)
252.40/215.57		at concrete.Solver.hasNext(Solver.scala:166)
252.40/215.57		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.40/215.57		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.40/215.57		at concrete.Solver.foreach(Solver.scala:68)
252.40/215.57		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.40/215.57		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.40/215.57		at scala.util.Success.map(Try.scala:209)
252.40/215.57		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.40/215.57		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.40/215.57		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.40/215.57		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.40/215.57		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.40/215.57		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.40/215.57		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.40/215.57		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.40/215.57		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.40/215.57		at scala.collection.immutable.List.foreach(List.scala:389)
252.40/215.57		at scala.App.main(App.scala:76)
252.40/215.57		at scala.App.main$(App.scala:74)
252.40/215.57		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.40/215.57		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.40/215.57	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 (8699 MiB free)
  memory of node 1: 16384 MiB (10222 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302792-1532898817/watcher-4302792-1532898817 -o /tmp/evaluation-result-4302792-1532898817/solver-4302792-1532898817 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1091857973 -superng HOME/instance-4302792-1532898817.xml 

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

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


[startup+0.102764 s]*
/proc/loadavg: 1.69 1.70 1.75 2/207 14946
/proc/meminfo: memFree=19365016/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=10005480 memory=18328 CPUtime=0.1 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 4246 13358 0 0 1 1 5 3 20 0 6 0 107444915 10245611520 4582 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2501370 4582 1931 1 0 2489808 0
[pid=14889/tid=14942] ppid=14886 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 2055 13358 0 0 0 0 5 3 20 0 6 0 107444924 10245611520 4582 33554432000 4194304 4196468 140727741964880 140345627607632 140345655792797 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 6 0 107444925 10245611520 4582 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=10005480 memory=140349114066560 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 6 0 107444925 10245611520 4582 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 6 0 107444925 10245611520 4582 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 6 0 107444925 10245611520 4582 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209903 s]*
/proc/loadavg: 1.69 1.70 1.75 3/216 14955
/proc/meminfo: memFree=19345320/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=10982744 memory=43632 CPUtime=0.26 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 7101 13358 0 0 16 2 5 3 20 0 15 0 107444915 11246329856 10908 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2745686 10908 2959 1 0 2708109 0
[pid=14889/tid=14942] ppid=14886 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 3803 13358 0 0 10 1 5 3 20 0 15 0 107444924 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345627594400 140345636046699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=10982744 memory=140349114066560 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=10982744 memory=140349114066560 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246329856 11040 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 13 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246329856 11040 33554432000 4194304 4196468 140727741964880 140344445363360 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444928 11246329856 11106 33554432000 4194304 4196468 140727741964880 140344297513712 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246329856 11106 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 424 13358 0 0 1 0 5 3 20 0 15 0 107444930 11246329856 11106 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 194 13358 0 0 1 0 5 3 20 0 15 0 107444930 11246329856 11106 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=10982744 memory=140349114066560 CPUtime=0.11 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 598 13358 0 0 3 0 5 3 20 0 15 0 107444930 11246329856 11106 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246329856 11106 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=10982744 memory=140349114066560 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444931 11246329856 11106 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43632 KiB

[startup+0.310162 s]*
/proc/loadavg: 1.69 1.70 1.75 3/216 14955
/proc/meminfo: memFree=19332668/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=10983192 memory=56984 CPUtime=0.38 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 10285 13358 0 0 27 3 5 3 20 0 15 0 107444915 11246788608 14246 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2745798 14246 3078 1 0 2708109 0
[pid=14889/tid=14942] ppid=14886 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 6841 13358 0 0 18 2 5 3 20 0 15 0 107444924 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345627582880 140345639851358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=10983192 memory=6081918200710189137 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 13 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246788608 14246 33554432000 4194304 4196468 140727741964880 140344445363360 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444928 11246788608 14246 33554432000 4194304 4196468 140727741964880 140344297513712 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246788608 14246 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 424 13358 0 0 1 0 5 3 20 0 15 0 107444930 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 195 13358 0 0 1 0 5 3 20 0 15 0 107444930 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 608 13358 0 0 5 0 5 3 20 0 15 0 107444930 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246788608 14246 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444931 11246788608 14246 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56984 KiB

[startup+0.700771 s]
/proc/loadavg: 1.69 1.70 1.75 3/216 14955
/proc/meminfo: memFree=19321752/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=10983192 memory=88984 CPUtime=0.99 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 16425 13358 0 0 86 5 5 3 20 0 15 0 107444915 11246788608 22246 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2745798 22246 3234 1 0 2708109 0
[pid=14889/tid=14942] ppid=14886 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 11928 13358 0 0 55 4 5 3 20 0 15 0 107444924 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345627591696 140345655792797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 5 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 13 13358 0 0 0 0 5 3 20 0 15 0 107444927 11246788608 22246 33554432000 4194304 4196468 140727741964880 140344445363360 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444928 11246788608 22246 33554432000 4194304 4196468 140727741964880 140344297513712 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246788608 22246 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 838 13358 0 0 8 0 5 3 20 0 15 0 107444930 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 773 13358 0 0 9 0 5 3 20 0 15 0 107444930 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) R 14886 14889 8396 0 -1 4202560 660 13358 0 0 13 0 5 3 20 0 15 0 107444930 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345077590512 140345635223633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11246788608 22246 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444931 11246788608 22246 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88984 KiB

[startup+1.50081 s]
/proc/loadavg: 1.63 1.69 1.75 3/216 14955
/proc/meminfo: memFree=19276420/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=10993996 memory=204092 CPUtime=3.17 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 25617 13358 0 0 299 10 5 3 20 0 15 0 107444915 11257851904 51023 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2748499 51023 3448 1 0 2710157 0
[pid=14889/tid=14942] ppid=14886 vsize=10993996 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 15527 13358 0 0 131 6 5 3 20 0 15 0 107444924 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345627592624 140345636045712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444925 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=10993996 memory=4051323354130624818 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2 13358 0 0 0 0 5 3 20 0 15 0 107444925 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=10993996 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 13 13358 0 0 0 0 5 3 20 0 15 0 107444927 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=10993996 memory=280697990359296 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 13 13358 0 0 0 0 5 3 20 0 15 0 107444927 11257851904 51023 33554432000 4194304 4196468 140727741964880 140344445363360 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444928 11257851904 51023 33554432000 4194304 4196468 140727741964880 140344297513712 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=10993996 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11257851904 51023 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=10993996 memory=5788 CPUtime=0.67 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) R 14886 14889 8396 0 -1 4202560 3086 13358 0 0 59 0 5 3 20 0 15 0 107444930 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345079682928 140345648060253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=10993996 memory=4616 CPUtime=0.71 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) R 14886 14889 8396 0 -1 4202560 3066 13358 0 0 62 1 5 3 20 0 15 0 107444930 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345078632560 140345640880426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=10993996 memory=12032 CPUtime=0.53 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 1730 13358 0 0 45 0 5 3 20 0 15 0 107444930 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=10993996 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11257851904 51023 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=10993996 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 1 13358 0 0 0 0 5 3 20 0 15 0 107444931 11257851904 51023 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10993996 KiB

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

[pid=14889/tid=14946] ppid=14886 vsize=11082080 memory=4140 CPUtime=1.34 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 1208 13358 0 0 102 24 5 3 20 0 15 0 107444925 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=11082080 memory=792 CPUtime=0.2 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 4236 13358 0 0 12 0 5 3 20 0 15 0 107444927 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=11082080 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 17 13358 0 0 0 0 5 3 20 0 15 0 107444927 11348049920 505014 33554432000 4194304 4196468 140727741964880 140344445363424 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=11082080 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 7 13358 0 0 0 0 5 3 20 0 15 0 107444928 11348049920 505014 33554432000 4194304 4196468 140727741964880 140344297513728 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=11082080 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 505014 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=11082080 memory=1902600 CPUtime=11.34 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 23217 13358 0 0 1122 4 5 3 20 0 15 0 107444930 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=11082080 memory=11 CPUtime=11.22 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 19595 13358 0 0 1109 5 5 3 20 0 15 0 107444930 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=11082080 memory=0 CPUtime=3.24 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 16616 13358 0 0 310 6 5 3 20 0 15 0 107444930 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=11082080 memory=815440 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 505014 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=11082080 memory=8099281248962768233 CPUtime=0.1 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 56 13358 0 0 1 1 5 3 20 0 15 0 107444931 11348049920 505014 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 80.45 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2020056 KiB

[startup+102.301 s]
/proc/loadavg: 1.91 1.75 1.77 3/215 15217
/proc/meminfo: memFree=16532048/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=11082080 memory=2890292 CPUtime=135.87 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 139816 13358 0 0 13361 218 5 3 20 0 15 0 107444915 11348049920 722573 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2770520 722573 3534 1 0 2732173 0
[pid=14889/tid=14942] ppid=14886 vsize=11082080 memory=280697991013920 CPUtime=99.86 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 65260 13358 0 0 9950 28 5 3 20 0 15 0 107444924 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345627599608 140345190229450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=11082080 memory=0 CPUtime=2.25 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1422 13358 0 0 176 41 5 3 20 0 15 0 107444925 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=11082080 memory=1952 CPUtime=2.22 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 1891 13358 0 0 172 42 5 3 20 0 15 0 107444925 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=11082080 memory=2890292 CPUtime=2.26 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 2898 13358 0 0 176 42 5 3 20 0 15 0 107444925 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=11082080 memory=2890292 CPUtime=2.25 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 1843 13358 0 0 174 43 5 3 20 0 15 0 107444925 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=11082080 memory=2424 CPUtime=0.24 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 4600 13358 0 0 16 0 5 3 20 0 15 0 107444927 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=11082080 memory=186296 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 17 13358 0 0 0 0 5 3 20 0 15 0 107444927 11348049920 722573 33554432000 4194304 4196468 140727741964880 140344445363424 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=11082080 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 7 13358 0 0 0 0 5 3 20 0 15 0 107444928 11348049920 722573 33554432000 4194304 4196468 140727741964880 140344297513728 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=11082080 memory=30496 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 722573 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=11082080 memory=4140 CPUtime=12.11 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 23219 13358 0 0 1199 4 5 3 20 0 15 0 107444930 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=11082080 memory=30496 CPUtime=11.77 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 19609 13358 0 0 1164 5 5 3 20 0 15 0 107444930 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=11082080 memory=1296 CPUtime=3.39 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 16632 13358 0 0 325 6 5 3 20 0 15 0 107444930 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=11082080 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 722573 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=11082080 memory=4420 CPUtime=0.12 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 219 13358 0 0 2 2 5 3 20 0 15 0 107444931 11348049920 722573 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 135.87 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2890292 KiB

[startup+162.301 s]
/proc/loadavg: 2.26 1.90 1.82 3/215 15218
/proc/meminfo: memFree=14228792/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=11082080 memory=2984960 CPUtime=198.17 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 158969 13358 0 0 19581 228 5 3 20 0 15 0 107444915 11348049920 746240 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2770520 746240 3534 1 0 2732173 0
[pid=14889/tid=14942] ppid=14886 vsize=11082080 memory=2984960 CPUtime=159.24 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) R 14886 14889 8396 0 -1 4202560 70015 13358 0 0 15887 29 5 3 20 0 15 0 107444924 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345627600616 140345195796094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=11082080 memory=2984960 CPUtime=2.85 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) S 14886 14889 8396 0 -1 1077944384 1631 13358 0 0 234 43 5 3 20 0 15 0 107444925 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345660013584 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=11082080 memory=1228 CPUtime=2.82 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) S 14886 14889 8396 0 -1 1077944384 3114 13358 0 0 230 44 5 3 20 0 15 0 107444925 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345514732688 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=11082080 memory=2962332 CPUtime=2.84 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) S 14886 14889 8396 0 -1 1077944384 4873 13358 0 0 233 43 5 3 20 0 15 0 107444925 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345513679632 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=11082080 memory=2941844 CPUtime=2.84 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) S 14886 14889 8396 0 -1 1077944384 2109 13358 0 0 231 45 5 3 20 0 15 0 107444925 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345512627088 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=11082080 memory=2962332 CPUtime=0.28 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 4933 13358 0 0 19 1 5 3 20 0 15 0 107444927 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345080748272 140345655782018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=11082080 memory=2962332 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 17 13358 0 0 0 0 5 3 20 0 15 0 107444927 11348049920 746240 33554432000 4194304 4196468 140727741964880 140344445363424 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=11082080 memory=2984960 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 7 13358 0 0 0 0 5 3 20 0 15 0 107444928 11348049920 746240 33554432000 4194304 4196468 140727741964880 140344297513728 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=11082080 memory=2984960 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 746240 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=11082080 memory=2984960 CPUtime=12.39 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 27652 13358 0 0 1227 4 5 3 20 0 15 0 107444930 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345079696112 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=11082080 memory=2984960 CPUtime=11.93 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 23033 13358 0 0 1180 5 5 3 20 0 15 0 107444930 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345078643568 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=11082080 memory=2984960 CPUtime=3.43 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 19137 13358 0 0 329 6 5 3 20 0 15 0 107444930 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345077590512 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=11082080 memory=2890288 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 746240 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=11082080 memory=-2605811476043407915 CPUtime=0.16 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 249 13358 0 0 4 4 5 3 20 0 15 0 107444931 11348049920 746240 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 198.17 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2984960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+215.301 s]
/proc/loadavg: 1.96 1.87 1.81 3/215 15219
/proc/meminfo: memFree=14047540/32770624 swapFree=67108860/67108860
[pid=14889] ppid=14886 vsize=11082080 memory=3046376 CPUtime=252.18 cores=1,3,5,7
/proc/14889/stat : 14889 (java) S 14886 14889 8396 0 -1 1077944320 172801 13358 0 0 24972 238 5 3 20 0 15 0 107444915 11348049920 761594 33554432000 4194304 4196468 140727741964880 140727741947424 140345655770871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
/proc/14889/statm: 2770520 761594 3534 1 0 2732173 0
[pid=14889/tid=14942] ppid=14886 vsize=11082080 memory=3046376 CPUtime=211.94 cores=1,3,5,7
/proc/14889/task/14942/stat : 14942 (java) S 14886 14889 8396 0 -1 1077944384 74481 13358 0 0 21156 30 5 3 20 0 15 0 107444924 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345627602912 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14943] ppid=14886 vsize=11082080 memory=3046376 CPUtime=3.14 cores=1,3,5,7
/proc/14889/task/14943/stat : 14943 (java) R 14886 14889 8396 0 -1 4202560 3092 13358 0 0 261 45 5 3 20 0 15 0 107444925 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345660013784 140345640798290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14944] ppid=14886 vsize=11082080 memory=3046376 CPUtime=3.11 cores=1,3,5,7
/proc/14889/task/14944/stat : 14944 (java) R 14886 14889 8396 0 -1 4202560 3317 13358 0 0 257 46 5 3 20 0 15 0 107444925 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345514732888 140345640799197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14945] ppid=14886 vsize=11082080 memory=3046376 CPUtime=3.14 cores=1,3,5,7
/proc/14889/task/14945/stat : 14945 (java) R 14886 14889 8396 0 -1 4202560 6057 13358 0 0 261 45 5 3 20 0 15 0 107444925 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345513679832 140345640799212 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14946] ppid=14886 vsize=11082080 memory=2997256 CPUtime=3.13 cores=1,3,5,7
/proc/14889/task/14946/stat : 14946 (java) R 14886 14889 8396 0 -1 4202560 2453 13358 0 0 258 47 5 3 20 0 15 0 107444925 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345512627088 140345640798290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14947] ppid=14886 vsize=11082080 memory=3046376 CPUtime=0.29 cores=1,3,5,7
/proc/14889/task/14947/stat : 14947 (java) S 14886 14889 8396 0 -1 1077944384 5223 13358 0 0 20 1 5 3 20 0 15 0 107444927 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345080746784 140345655781077 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14948] ppid=14886 vsize=11082080 memory=3046376 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14948/stat : 14948 (java) S 14886 14889 8396 0 -1 1077944384 17 13358 0 0 0 0 5 3 20 0 15 0 107444927 11348049920 761594 33554432000 4194304 4196468 140727741964880 140344445363424 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14949] ppid=14886 vsize=11082080 memory=3046376 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14949/stat : 14949 (java) S 14886 14889 8396 0 -1 1077944384 7 13358 0 0 0 0 5 3 20 0 15 0 107444928 11348049920 761594 33554432000 4194304 4196468 140727741964880 140344297513728 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14950] ppid=14886 vsize=11082080 memory=3046376 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14950/stat : 14950 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 761594 33554432000 4194304 4196468 140727741964880 140343990114256 140345655789467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14951] ppid=14886 vsize=11082080 memory=2257 CPUtime=12.43 cores=1,3,5,7
/proc/14889/task/14951/stat : 14951 (java) S 14886 14889 8396 0 -1 1077944384 30310 13358 0 0 1231 4 5 3 20 0 15 0 107444930 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345079696160 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14952] ppid=14886 vsize=11082080 memory=164 CPUtime=11.96 cores=1,3,5,7
/proc/14889/task/14952/stat : 14952 (java) S 14886 14889 8396 0 -1 1077944384 24108 13358 0 0 1183 5 5 3 20 0 15 0 107444930 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345078643328 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14953] ppid=14886 vsize=11082080 memory=30496 CPUtime=3.44 cores=1,3,5,7
/proc/14889/task/14953/stat : 14953 (java) S 14886 14889 8396 0 -1 1077944384 21256 13358 0 0 330 6 5 3 20 0 15 0 107444930 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345077590560 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14954] ppid=14886 vsize=11082080 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/14889/task/14954/stat : 14954 (java) S 14886 14889 8396 0 -1 1077944384 3 13358 0 0 0 0 5 3 20 0 15 0 107444930 11348049920 761594 33554432000 4194304 4196468 140727741964880 140343559318368 140345655781077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
[pid=14889/tid=14955] ppid=14886 vsize=11082080 memory=3046376 CPUtime=0.19 cores=1,3,5,7
/proc/14889/task/14955/stat : 14955 (java) S 14886 14889 8396 0 -1 1077944384 281 13358 0 0 5 6 5 3 20 0 15 0 107444931 11348049920 761594 33554432000 4194304 4196468 140727741964880 140345076537904 140345655782018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13651968 140727741966952 140727741969761 140727741969761 140727741972431 0
Current children cumulated CPU time: 252.18 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 3046376 KiB

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

[startup+215.61 s]
# the end of solver process 14889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.072 s, system=2.44307 s

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

[startup+215.601 s]*
/proc/loadavg: 1.96 1.87 1.81 3/200 15221
/proc/meminfo: memFree=17085312/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 215.61
CPU time (s): 252.516
CPU user time (s): 250.072
CPU system time (s): 2.44307
CPU usage (%): 117.117
Max. virtual memory (cumulated for all children) (KiB): 11344232
Max. memory (cumulated for all children) (KiB): 3048612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.072
system time used= 2.44307
maximum resident set size= 3048780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18160
involuntary context switches= 356


# summary of solver processes directly reported to runsolver:
#   pid: 14889
#   total CPU time (s): 252.516
#   total CPU user time (s): 250.072
#   total CPU system time (s): 2.44307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2349 second user time and 2.12405 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 23:13:37
IDJOB=4302792
IDBENCH=141632
IDSOLVER=2777
FILE ID=node103/4302792-1532898817
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-3-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302792-1532898817/watcher-4302792-1532898817 -o /tmp/evaluation-result-4302792-1532898817/solver-4302792-1532898817 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1091857973 -superng HOME/instance-4302792-1532898817.xml

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

MD5SUM BENCH= 7371989d8b754960e2638a689dbe5607
RANDOM SEED=1091857973

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.48
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.48
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.48
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.48
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:        19375824 kB
MemAvailable:   30968260 kB
Buffers:          311888 kB
Cached:         11468440 kB
SwapCached:            0 kB
Active:          4839336 kB
Inactive:        7957420 kB
Active(anon):    1019120 kB
Inactive(anon):    25184 kB
Active(file):    3820216 kB
Inactive(file):  7932236 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26892 kB
Writeback:             0 kB
AnonPages:       1062132 kB
Mapped:            58304 kB
Shmem:             25228 kB
Slab:             296888 kB
SReclaimable:     268444 kB
SUnreclaim:        28444 kB
KernelStack:        3808 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2095176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56732 MiB
End job on node103 at 2018-07-29 23:17:13