Trace number 4295574

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.12 2475.93

General information on the benchmark

NameFrb/
frb-59-26-1-mgd_c18.xml
MD5SUMeb7f3f1c65ad30d4418b69bfa000eb45
Bench CategoryCSP (decision 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 variables59
Number of constraints556
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree10
Maximum variable degree29
Distribution of variable degrees[{"degree":10,"count":1},{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":3},{"degree":16,"count":4},{"degree":17,"count":6},{"degree":18,"count":8},{"degree":19,"count":6},{"degree":20,"count":6},{"degree":21,"count":9},{"degree":22,"count":2},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":556}]
Number of extensional constraints556
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":556}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295574-1532585122/watcher-4295574-1532585122 -o /tmp/evaluation-result-4295574-1532585122/solver-4295574-1532585122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 HOME/instance-4295574-1532585122.xml 

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

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


[startup+0.100119 s]*
/proc/loadavg: 1.40 1.26 1.17 3/187 593
/proc/meminfo: memFree=12445280/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=9972712 memory=14700 CPUtime=0.08 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 3813 13221 0 0 1 0 4 3 20 0 6 0 76075360 10212057088 3675 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2493178 3675 1608 1 0 2481616 0
[pid=533/tid=593] ppid=528 vsize=9972712 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 2114 13221 0 0 0 0 4 3 20 0 6 0 76075369 10212057088 4137 33554432000 4194304 4196468 140731033057408 140201886814800 140201900660565 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=9972712 memory=4294967625 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 6 0 76075370 10212057088 4137 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=9972712 memory=4123520983583782560 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 6 0 76075370 10212057088 4137 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 6 0 76075370 10212057088 4137 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 6 0 76075370 10212057088 4137 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14700 KiB

[startup+0.20974 s]*
/proc/loadavg: 1.40 1.26 1.17 3/215 656
/proc/meminfo: memFree=12413004/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10818904 memory=39524 CPUtime=0.24 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 7071 13221 0 0 16 1 4 3 20 0 15 0 76075360 11078557696 9881 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2704726 9881 2945 1 0 2667149 0
[pid=533/tid=593] ppid=528 vsize=10818904 memory=7883960649037381690 CPUtime=0.18 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 4328 13221 0 0 10 1 4 3 20 0 15 0 76075369 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201886801872 140201895254864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10818904 memory=288230613314699287 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10818904 memory=3690332093937710752 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10818904 memory=139962387101312 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075371 11078557696 10541 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 13 13221 0 0 0 0 4 3 20 0 15 0 76075372 11078557696 10607 33554432000 4194304 4196468 140731033057408 140201355634336 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075372 11078557696 10607 33554432000 4194304 4196468 140731033057408 140200751654128 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 478 13221 0 0 1 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 123 13221 0 0 0 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10818904 memory=139962387101312 CPUtime=0.1 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 616 13221 0 0 3 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10818904 memory=139962387101312 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075375 11078557696 10607 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39524 KiB

[startup+0.310312 s]*
/proc/loadavg: 1.40 1.26 1.17 4/215 656
/proc/meminfo: memFree=12388416/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10819352 memory=53240 CPUtime=0.37 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 10396 13221 0 0 27 3 4 3 20 0 15 0 76075360 11079016448 13310 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2704838 13310 3064 1 0 2667149 0
[pid=533/tid=593] ppid=528 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 6970 13221 0 0 19 2 4 3 20 0 15 0 76075369 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201886790048 140201899058526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075371 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 13 13221 0 0 0 0 4 3 20 0 15 0 76075372 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201355634336 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075372 11079016448 13352 33554432000 4194304 4196468 140731033057408 140200751654128 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 478 13221 0 0 2 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 126 13221 0 0 1 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 626 13221 0 0 4 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 13352 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53240 KiB

[startup+0.700835 s]
/proc/loadavg: 1.40 1.26 1.17 2/196 673
/proc/meminfo: memFree=12427996/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10819352 memory=86184 CPUtime=0.98 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 16763 13221 0 0 86 5 4 3 20 0 15 0 76075360 11079016448 21546 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2704838 21546 3237 1 0 2667149 0
[pid=533/tid=593] ppid=528 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 12135 13221 0 0 54 4 4 3 20 0 15 0 76075369 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201886801040 140201914999965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10819352 memory=7373626587451119203 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10819352 memory=7235689679765591913 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10819352 memory=7161959616721874032 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10819352 memory=3472328296227679313 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075370 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) R 528 533 32629 0 -1 4202560 5 13221 0 0 0 0 4 3 20 0 15 0 76075371 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201441544944 140201907695191 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 13 13221 0 0 0 0 4 3 20 0 15 0 76075372 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201355634336 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075372 11079016448 21546 33554432000 4194304 4196468 140731033057408 140200751654128 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10819352 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10819352 memory=8865 CPUtime=0.18 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 1179 13221 0 0 11 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10819352 memory=4420 CPUtime=0.13 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 504 13221 0 0 6 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10819352 memory=6628 CPUtime=0.2 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 724 13221 0 0 13 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10819352 memory=8868 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075375 11079016448 21546 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86184 KiB

[startup+1.50074 s]
/proc/loadavg: 1.40 1.26 1.17 5/216 753
/proc/meminfo: memFree=12320848/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10830156 memory=228628 CPUtime=3.07 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 23354 13221 0 0 289 11 4 3 20 0 15 0 76075360 11090079744 57157 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2707539 57157 3470 1 0 2669197 0
[pid=533/tid=593] ppid=528 vsize=10830156 memory=1404 CPUtime=1.43 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 15275 13221 0 0 128 8 4 3 20 0 15 0 76075369 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201886791096 140201899032091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 7 13221 0 0 0 0 4 3 20 0 15 0 76075370 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10830156 memory=279924493762976 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 53 13221 0 0 0 0 4 3 20 0 15 0 76075370 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10830156 memory=3184237882322852288 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 291 13221 0 0 0 0 4 3 20 0 15 0 76075370 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 30 13221 0 0 0 0 4 3 20 0 15 0 76075370 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 93 13221 0 0 0 0 4 3 20 0 15 0 76075371 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 14 13221 0 0 0 0 4 3 20 0 15 0 76075372 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201355634336 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 2 13221 0 0 0 0 4 3 20 0 15 0 76075372 11090079744 57157 33554432000 4194304 4196468 140731033057408 140200751654144 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10830156 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) R 528 533 32629 0 -1 4202560 2395 13221 0 0 59 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201440491760 140201894671131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10830156 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) R 528 533 32629 0 -1 4202560 1314 13221 0 0 51 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201439425096 140201894234632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10830156 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 1685 13221 0 0 46 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1 13221 0 0 0 0 4 3 20 0 15 0 76075375 11090079744 57157 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10830156 KiB

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

/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 105084 13221 0 0 235440 67 4 3 20 0 15 0 76075369 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201886812048 140201522317777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10914144 memory=1762848 CPUtime=11.75 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 17717 13221 0 0 1101 67 4 3 20 0 15 0 76075370 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10914144 memory=1762848 CPUtime=11.76 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 22366 13221 0 0 1106 63 4 3 20 0 15 0 76075370 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10914144 memory=1762848 CPUtime=11.76 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 19445 13221 0 0 1105 64 4 3 20 0 15 0 76075370 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10914144 memory=1762832 CPUtime=11.78 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 16018 13221 0 0 1109 62 4 3 20 0 15 0 76075370 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10914144 memory=1762848 CPUtime=11.5 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 21937 13221 0 0 1089 54 4 3 20 0 15 0 76075371 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10914144 memory=1762848 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 16 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201355634400 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10914144 memory=1762848 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 440712 33554432000 4194304 4196468 140731033057408 140200751654144 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10914144 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10914144 memory=6947385649911455296 CPUtime=4.48 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 16374 13221 0 0 438 3 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10914144 memory=1762848 CPUtime=3.97 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 14877 13221 0 0 388 2 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10914144 memory=1762848 CPUtime=1.93 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 17613 13221 0 0 183 3 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10914144 memory=1231980 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10914144 memory=2416 CPUtime=1.52 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1123 13221 0 0 66 79 4 3 20 0 15 0 76075375 11176083456 440712 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 2425.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1762848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.83 1.44 1.35 3/215 828
/proc/meminfo: memFree=9474300/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10914144 memory=1764916 CPUtime=2485.95 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 257005 13221 0 0 248192 396 4 3 20 0 15 0 76075360 11176083456 441229 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2728536 441229 3522 1 0 2690189 0
[pid=533/tid=593] ppid=528 vsize=10914144 memory=1764916 CPUtime=2414.42 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 106075 13221 0 0 241367 68 4 3 20 0 15 0 76075369 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201886812288 140201522170461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.06 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 18242 13221 0 0 1131 68 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.08 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 22553 13221 0 0 1136 65 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10914144 memory=147 CPUtime=12.09 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 19521 13221 0 0 1136 66 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.09 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 16072 13221 0 0 1139 63 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10914144 memory=1764916 CPUtime=11.8 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 22300 13221 0 0 1118 55 4 3 20 0 15 0 76075371 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 16 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201355634400 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200751654144 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10914144 memory=1764916 CPUtime=4.48 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 16378 13221 0 0 438 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10914144 memory=1228 CPUtime=3.97 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 14881 13221 0 0 388 2 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.93 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 17617 13221 0 0 183 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.55 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1152 13221 0 0 67 81 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 2485.95 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1764916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.9 s]
/proc/loadavg: 2.05 1.55 1.39 3/215 829
/proc/meminfo: memFree=9464876/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10914144 memory=1764916 CPUtime=2520.06 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 258187 13221 0 0 251597 402 4 3 20 0 15 0 76075360 11176083456 441229 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2728536 441229 3522 1 0 2690189 0
[pid=533/tid=593] ppid=528 vsize=10914144 memory=1764916 CPUtime=2447.61 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 106633 13221 0 0 244685 69 4 3 20 0 15 0 76075369 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201886812928 140201522170491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.24 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 18292 13221 0 0 1149 68 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.26 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 22625 13221 0 0 1153 66 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.26 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 19773 13221 0 0 1153 66 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.27 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 16117 13221 0 0 1156 64 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10914144 memory=1764916 CPUtime=11.98 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 22483 13221 0 0 1135 56 4 3 20 0 15 0 76075371 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 16 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201355634400 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200751654144 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10914144 memory=279924494424224 CPUtime=4.48 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 16380 13221 0 0 438 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10914144 memory=1764916 CPUtime=3.97 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 14883 13221 0 0 388 2 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.93 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 17619 13221 0 0 183 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.57 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1168 13221 0 0 67 83 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1764916 KiB

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

[startup+2475.93 s]
# the end of solver process 533 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.07513 s

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

[startup+2475.9 s]
/proc/loadavg: 2.05 1.55 1.39 3/215 829
/proc/meminfo: memFree=9464876/32770624 swapFree=67108860/67108860
[pid=533] ppid=528 vsize=10914144 memory=1764916 CPUtime=2520.06 cores=1,3,5,7
/proc/533/stat : 533 (java) S 528 533 32629 0 -1 1077944320 258187 13221 0 0 251597 402 4 3 20 0 15 0 76075360 11176083456 441229 33554432000 4194304 4196468 140731033057408 140731033039952 140201914978039 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
/proc/533/statm: 2728536 441229 3522 1 0 2690189 0
[pid=533/tid=593] ppid=528 vsize=10914144 memory=1764916 CPUtime=2447.61 cores=1,3,5,7
/proc/533/task/593/stat : 593 (java) R 528 533 32629 0 -1 4202560 106633 13221 0 0 244685 69 4 3 20 0 15 0 76075369 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201886812928 140201522170491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=594] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.24 cores=1,3,5,7
/proc/533/task/594/stat : 594 (java) S 528 533 32629 0 -1 1077944384 18292 13221 0 0 1149 68 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201919220240 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=595] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.26 cores=1,3,5,7
/proc/533/task/595/stat : 595 (java) S 528 533 32629 0 -1 1077944384 22625 13221 0 0 1153 66 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201834039952 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=598] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.26 cores=1,3,5,7
/proc/533/task/598/stat : 598 (java) S 528 533 32629 0 -1 1077944384 19773 13221 0 0 1153 66 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201832986896 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=599] ppid=528 vsize=10914144 memory=1764916 CPUtime=12.27 cores=1,3,5,7
/proc/533/task/599/stat : 599 (java) S 528 533 32629 0 -1 1077944384 16117 13221 0 0 1156 64 4 3 20 0 15 0 76075370 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201831934352 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=606] ppid=528 vsize=10914144 memory=1764916 CPUtime=11.98 cores=1,3,5,7
/proc/533/task/606/stat : 606 (java) S 528 533 32629 0 -1 1077944384 22483 13221 0 0 1135 56 4 3 20 0 15 0 76075371 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201441544944 140201914989186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=607] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/607/stat : 607 (java) S 528 533 32629 0 -1 1077944384 16 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201355634400 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=608] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/608/stat : 608 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075372 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200751654144 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=630] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/630/stat : 630 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200444254672 140201914996635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=632] ppid=528 vsize=10914144 memory=279924494424224 CPUtime=4.48 cores=1,3,5,7
/proc/533/task/632/stat : 632 (java) S 528 533 32629 0 -1 1077944384 16380 13221 0 0 438 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201440491760 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=635] ppid=528 vsize=10914144 memory=1764916 CPUtime=3.97 cores=1,3,5,7
/proc/533/task/635/stat : 635 (java) S 528 533 32629 0 -1 1077944384 14883 13221 0 0 388 2 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201439439216 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=636] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.93 cores=1,3,5,7
/proc/533/task/636/stat : 636 (java) S 528 533 32629 0 -1 1077944384 17619 13221 0 0 183 3 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201438386160 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=639] ppid=528 vsize=10914144 memory=1764916 CPUtime=0.07 cores=1,3,5,7
/proc/533/task/639/stat : 639 (java) S 528 533 32629 0 -1 1077944384 3 13221 0 0 0 0 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140200410696032 140201914988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
[pid=533/tid=641] ppid=528 vsize=10914144 memory=1764916 CPUtime=1.57 cores=1,3,5,7
/proc/533/task/641/stat : 641 (java) S 528 533 32629 0 -1 1077944384 1168 13221 0 0 67 83 4 3 20 0 15 0 76075375 11176083456 441229 33554432000 4194304 4196468 140731033057408 140201437334576 140201914989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27430912 140731033066095 140731033068892 140731033068892 140731033071567 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1764916 KiB

Child status: 143
Real time (s): 2475.93
CPU time (s): 2520.12
CPU user time (s): 2516.04
CPU system time (s): 4.07513
CPU usage (%): 101.785
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1764916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.07513
maximum resident set size= 1769120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311500
involuntary context switches= 7149


# summary of solver processes directly reported to runsolver:
#   pid: 533
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.07513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3599 second user time and 24.8485 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 08:05:22
IDJOB=4295574
IDBENCH=141578
IDSOLVER=2750
FILE ID=node139/4295574-1532585122
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-59-26-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295574-1532585122/watcher-4295574-1532585122 -o /tmp/evaluation-result-4295574-1532585122/solver-4295574-1532585122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 HOME/instance-4295574-1532585122.xml

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

MD5SUM BENCH= eb7f3f1c65ad30d4418b69bfa000eb45
RANDOM SEED=959319633

node139.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.80
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.80
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.80
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.80
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:        11546360 kB
MemAvailable:   31026712 kB
Buffers:          231160 kB
Cached:         19206128 kB
SwapCached:            0 kB
Active:          3826896 kB
Inactive:       16565312 kB
Active(anon):     909116 kB
Inactive(anon):    73596 kB
Active(file):    2917780 kB
Inactive(file): 16491716 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27196 kB
Writeback:             0 kB
AnonPages:        958092 kB
Mapped:            53528 kB
Shmem:             25228 kB
Slab:             526948 kB
SReclaimable:     499316 kB
SUnreclaim:        27632 kB
KernelStack:        3568 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1968544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 08:46:38