Trace number 4295512

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-SuperNG 2018-06-13? (TO) 2520.07 2489.93

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-m001_c18.xml
MD5SUM6b753b1e1a3070adcb3424354b76057b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark816.032
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
2520.02/2489.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2489.91		at concrete.MAC.mac(MAC.scala:188)
2520.02/2489.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2489.91		at scala.util.Try$.apply(Try.scala:209)
2520.02/2489.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2489.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2489.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2489.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2489.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2489.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2489.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2489.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2489.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2489.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2489.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2489.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2489.91		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2489.91		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2489.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2489.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2489.91		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2489.91		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2489.91		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2489.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2489.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2489.91		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2489.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2489.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2489.91		at scala.util.Success.map(Try.scala:209)
2520.02/2489.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2489.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2489.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2489.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2489.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2489.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2489.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2489.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2489.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2489.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2489.91		at scala.App.main(App.scala:76)
2520.02/2489.91		at scala.App.main$(App.scala:74)
2520.02/2489.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2489.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2489.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 (4336 MiB free)
  memory of node 1: 16384 MiB (7794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295512-1532564395/watcher-4295512-1532564395 -o /tmp/evaluation-result-4295512-1532564395/solver-4295512-1532564395 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=328040279 -superng HOME/instance-4295512-1532564395.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
Current StackSize limit: 8192 KiB

solver pid=3850, runsolver pid=3847

[startup+0.101603 s]*
/proc/loadavg: 1.32 1.48 1.56 2/206 3907
/proc/meminfo: memFree=12413520/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=9972712 memory=15224 CPUtime=0.07 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 3979 13172 0 0 0 0 4 3 20 0 6 0 74002745 10212057088 3806 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2493178 3806 1719 1 0 2481616 0
[pid=3850/tid=3903] ppid=3847 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 2023 13172 0 0 0 0 4 3 20 0 6 0 74002754 10212057088 4070 33554432000 4194304 4196468 140727309587024 139843146744400 139843174929565 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 6 0 74002755 10212057088 4070 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=9972712 memory=140340152321664 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 6 0 74002755 10212057088 4070 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 6 0 74002755 10212057088 4070 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 6 0 74002755 10212057088 4070 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15224 KiB

[startup+0.209877 s]*
/proc/loadavg: 1.32 1.48 1.56 3/215 3916
/proc/meminfo: memFree=12396132/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10818904 memory=38912 CPUtime=0.25 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 7420 13172 0 0 16 2 4 3 20 0 15 0 74002745 11078557696 9662 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2704726 9728 2964 1 0 2667149 0
[pid=3850/tid=3903] ppid=3847 vsize=10818904 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 4400 13172 0 0 10 1 4 3 20 0 15 0 74002754 11078557696 10058 33554432000 4194304 4196468 140727309587024 139843146703680 139843155183360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10818904 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11078557696 10058 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10818904 memory=140340152321664 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11078557696 10058 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11078557696 10058 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002755 11078557696 10058 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10818904 memory=140340152321664 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002757 11078557696 10058 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 33 13172 0 0 0 0 4 3 20 0 15 0 74002757 11078557696 10058 33554432000 4194304 4196468 140727309587024 139842177123104 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002757 11078557696 10124 33554432000 4194304 4196468 140727309587024 139842054775920 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 531 13172 0 0 1 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 53 13172 0 0 0 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10818904 memory=140340152321664 CPUtime=0.1 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 549 13172 0 0 3 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10818904 memory=140340152321664 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002760 11078557696 10124 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38912 KiB

[startup+0.310224 s]*
/proc/loadavg: 1.32 1.48 1.56 3/215 3916
/proc/meminfo: memFree=12383784/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10819352 memory=51952 CPUtime=0.37 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 10557 13172 0 0 27 3 4 3 20 0 15 0 74002745 11079016448 12988 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2704838 12988 3083 1 0 2667149 0
[pid=3850/tid=3903] ppid=3847 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 7178 13172 0 0 19 2 4 3 20 0 15 0 74002754 11079016448 12988 33554432000 4194304 4196468 140727309587024 139843146719648 139843160073239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 12988 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 12988 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 12988 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 12988 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 33 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842177123104 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842054775920 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 531 13172 0 0 2 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 54 13172 0 0 1 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 558 13172 0 0 4 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 12988 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51952 KiB

[startup+0.700787 s]
/proc/loadavg: 1.32 1.48 1.56 3/215 3916
/proc/meminfo: memFree=12372992/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10819352 memory=84672 CPUtime=0.98 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 16766 13172 0 0 86 5 4 3 20 0 15 0 74002745 11079016448 21168 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2704838 21168 3247 1 0 2667149 0
[pid=3850/tid=3903] ppid=3847 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 12284 13172 0 0 55 4 4 3 20 0 15 0 74002754 11079016448 21168 33554432000 4194304 4196468 140727309587024 139843146728464 139843156471195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 21168 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10819352 memory=8458433173657040949 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 21168 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10819352 memory=7156871068434846560 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 21168 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10819352 memory=4639059877604708710 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002755 11079016448 21168 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10819352 memory=3467824627880452160 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 5 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 33 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842177123104 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002757 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842054775920 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10819352 memory=2244 CPUtime=0.16 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 1138 13172 0 0 9 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 472 13172 0 0 7 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 633 13172 0 0 13 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002760 11079016448 21168 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84672 KiB

[startup+1.50067 s]
/proc/loadavg: 1.30 1.48 1.56 3/215 3916
/proc/meminfo: memFree=12326792/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10836300 memory=176480 CPUtime=2.26 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 24091 13172 0 0 209 10 4 3 20 0 15 0 74002745 11096371200 44120 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2709075 44120 3474 1 0 2670733 0
[pid=3850/tid=3903] ppid=3847 vsize=10836300 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 17941 13172 0 0 128 7 4 3 20 0 15 0 74002754 11096371200 44120 33554432000 4194304 4196468 140727309587024 139843146724736 139843174919574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10836300 memory=124 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 22 13172 0 0 0 0 4 3 20 0 15 0 74002755 11096371200 44120 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10836300 memory=77 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 243 13172 0 0 1 0 4 3 20 0 15 0 74002755 11096371200 44120 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 30 13172 0 0 1 0 4 3 20 0 15 0 74002755 11096371200 44120 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 76 13172 0 0 1 0 4 3 20 0 15 0 74002755 11096371200 44120 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 60 13172 0 0 1 0 4 3 20 0 15 0 74002757 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10836300 memory=140340002569234 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 33 13172 0 0 0 0 4 3 20 0 15 0 74002757 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842177123168 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 2 13172 0 0 0 0 4 3 20 0 15 0 74002757 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842054775920 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10836300 memory=2986632698767059817 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10836300 memory=-2127762104568602615 CPUtime=0.26 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 1298 13172 0 0 19 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10836300 memory=-2897801490638248331 CPUtime=0.29 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 987 13172 0 0 22 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10836300 memory=-2746958450906831519 CPUtime=0.38 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) R 3847 3850 31421 0 -1 4202560 1204 13172 0 0 31 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842141461360 139843174919574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10836300 memory=-6440287458061328268 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10836300 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 1 13172 0 0 0 0 4 3 20 0 15 0 74002760 11096371200 44120 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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

/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 71619 13172 0 0 237274 25 4 3 20 0 15 0 74002754 11176083456 110998 33554432000 4194304 4196468 140727309587024 139843146741616 139842755871087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10914144 memory=443992 CPUtime=4.51 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 4580 13172 0 0 418 26 4 3 20 0 15 0 74002755 11176083456 110998 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10914144 memory=443992 CPUtime=4.49 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 10269 13172 0 0 415 27 4 3 20 0 15 0 74002755 11176083456 110998 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10914144 memory=443992 CPUtime=4.5 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 6060 13172 0 0 418 25 4 3 20 0 15 0 74002755 11176083456 110998 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10914144 memory=0 CPUtime=4.52 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 10653 13172 0 0 419 26 4 3 20 0 15 0 74002755 11176083456 110998 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10914144 memory=443992 CPUtime=3.26 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 8581 13172 0 0 297 22 4 3 20 0 15 0 74002757 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10914144 memory=443992 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 41 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842177123232 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10914144 memory=443992 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842054775936 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10914144 memory=443992 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10914144 memory=33 CPUtime=6.79 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 30383 13172 0 0 667 5 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10914144 memory=1236 CPUtime=6.71 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 35567 13172 0 0 659 5 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10914144 memory=2340 CPUtime=3.04 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 27816 13172 0 0 291 6 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10914144 memory=443992 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10914144 memory=1296 CPUtime=1.36 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 929 13172 0 0 62 67 4 3 20 0 15 0 74002760 11176083456 110998 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 2411.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 443992 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 1.50 1.45 3/215 4251
/proc/meminfo: memFree=11931816/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10914144 memory=430132 CPUtime=2472.11 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 209929 13172 0 0 246998 206 4 3 20 0 15 0 74002745 11176083456 107533 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2728536 107533 3525 1 0 2690189 0
[pid=3850/tid=3903] ppid=3847 vsize=10914144 memory=430132 CPUtime=2432.83 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 72293 13172 0 0 243251 25 4 3 20 0 15 0 74002754 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843146741680 139842755871748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.64 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 4616 13172 0 0 430 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10914144 memory=443992 CPUtime=4.62 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 10357 13172 0 0 427 28 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10914144 memory=435776 CPUtime=4.63 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 6408 13172 0 0 431 25 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10914144 memory=433724 CPUtime=4.64 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 10690 13172 0 0 430 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10914144 memory=433724 CPUtime=3.35 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 8626 13172 0 0 305 23 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 41 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842177123232 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842054775936 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10914144 memory=430132 CPUtime=6.79 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 30383 13172 0 0 667 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10914144 memory=430132 CPUtime=6.71 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 35567 13172 0 0 659 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10914144 memory=430132 CPUtime=3.04 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 27816 13172 0 0 291 6 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10914144 memory=430132 CPUtime=1.39 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 935 13172 0 0 64 68 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 2472.11 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 430132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 1.82 1.52 1.46 3/216 4274
/proc/meminfo: memFree=11930872/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10914144 memory=430132 CPUtime=2520.02 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 210105 13172 0 0 251786 209 4 3 20 0 15 0 74002745 11176083456 107533 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2728536 107533 3525 1 0 2690189 0
[pid=3850/tid=3903] ppid=3847 vsize=10914144 memory=430132 CPUtime=2480.25 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 72395 13172 0 0 247993 25 4 3 20 0 15 0 74002754 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843146741504 139842755870968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.73 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 4643 13172 0 0 439 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.72 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 10367 13172 0 0 437 28 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.73 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 6421 13172 0 0 440 26 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.74 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 10702 13172 0 0 440 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10914144 memory=430132 CPUtime=3.41 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 8630 13172 0 0 311 23 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 41 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842177123232 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842054775936 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10914144 memory=4140 CPUtime=6.79 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 30385 13172 0 0 667 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10914144 memory=22256 CPUtime=6.71 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 35569 13172 0 0 659 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10914144 memory=4140 CPUtime=3.04 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 27818 13172 0 0 291 6 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10914144 memory=22256 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10914144 memory=1296 CPUtime=1.42 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 937 13172 0 0 65 70 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 430132 KiB

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

[startup+2489.93 s]
# the end of solver process 3850 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.94 s, system=2.13639 s

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

[startup+2489.9 s]
/proc/loadavg: 1.82 1.52 1.46 3/216 4274
/proc/meminfo: memFree=11930872/32770624 swapFree=67108860/67108860
[pid=3850] ppid=3847 vsize=10914144 memory=430132 CPUtime=2520.02 cores=1,3,5,7
/proc/3850/stat : 3850 (java) S 3847 3850 31421 0 -1 1077944320 210105 13172 0 0 251786 209 4 3 20 0 15 0 74002745 11176083456 107533 33554432000 4194304 4196468 140727309587024 140727309569568 139843174907639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
/proc/3850/statm: 2728536 107533 3525 1 0 2690189 0
[pid=3850/tid=3903] ppid=3847 vsize=10914144 memory=430132 CPUtime=2480.25 cores=1,3,5,7
/proc/3850/task/3903/stat : 3903 (java) R 3847 3850 31421 0 -1 4202560 72395 13172 0 0 247993 25 4 3 20 0 15 0 74002754 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843146741504 139842755870968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3904] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.73 cores=1,3,5,7
/proc/3850/task/3904/stat : 3904 (java) S 3847 3850 31421 0 -1 1077944384 4643 13172 0 0 439 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843179150224 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3905] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.72 cores=1,3,5,7
/proc/3850/task/3905/stat : 3905 (java) S 3847 3850 31421 0 -1 1077944384 10367 13172 0 0 437 28 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843067423504 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3906] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.73 cores=1,3,5,7
/proc/3850/task/3906/stat : 3906 (java) S 3847 3850 31421 0 -1 1077944384 6421 13172 0 0 440 26 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843066371216 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3907] ppid=3847 vsize=10914144 memory=430132 CPUtime=4.74 cores=1,3,5,7
/proc/3850/task/3907/stat : 3907 (java) S 3847 3850 31421 0 -1 1077944384 10702 13172 0 0 440 27 4 3 20 0 15 0 74002755 11176083456 107533 33554432000 4194304 4196468 140727309587024 139843065318416 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3908] ppid=3847 vsize=10914144 memory=430132 CPUtime=3.41 cores=1,3,5,7
/proc/3850/task/3908/stat : 3908 (java) S 3847 3850 31421 0 -1 1077944384 8630 13172 0 0 311 23 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842178177136 139843174918786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3909] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3909/stat : 3909 (java) S 3847 3850 31421 0 -1 1077944384 41 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842177123232 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3910] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3910/stat : 3910 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002757 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842054775936 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3911] ppid=3847 vsize=10914144 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3911/stat : 3911 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841747376208 139843174926235 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3912] ppid=3847 vsize=10914144 memory=4140 CPUtime=6.79 cores=1,3,5,7
/proc/3850/task/3912/stat : 3912 (java) S 3847 3850 31421 0 -1 1077944384 30385 13172 0 0 667 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842143566448 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3913] ppid=3847 vsize=10914144 memory=22256 CPUtime=6.71 cores=1,3,5,7
/proc/3850/task/3913/stat : 3913 (java) S 3847 3850 31421 0 -1 1077944384 35569 13172 0 0 659 5 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842142513648 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3914] ppid=3847 vsize=10914144 memory=4140 CPUtime=3.04 cores=1,3,5,7
/proc/3850/task/3914/stat : 3914 (java) S 3847 3850 31421 0 -1 1077944384 27818 13172 0 0 291 6 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842141461360 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3915] ppid=3847 vsize=10914144 memory=22256 CPUtime=0.07 cores=1,3,5,7
/proc/3850/task/3915/stat : 3915 (java) S 3847 3850 31421 0 -1 1077944384 3 13172 0 0 0 0 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139841713818592 139843174917845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
[pid=3850/tid=3916] ppid=3847 vsize=10914144 memory=1296 CPUtime=1.42 cores=1,3,5,7
/proc/3850/task/3916/stat : 3916 (java) S 3847 3850 31421 0 -1 1077944384 937 13172 0 0 65 70 4 3 20 0 15 0 74002760 11176083456 107533 33554432000 4194304 4196468 140727309587024 139842140408240 139843174918786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23592960 140727309588652 140727309591900 140727309591900 140727309594575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 430132 KiB

Child status: 143
Real time (s): 2489.93
CPU time (s): 2520.07
CPU user time (s): 2517.94
CPU system time (s): 2.13639
CPU usage (%): 101.211
Max. virtual memory (cumulated for all children) (KiB): 10916988
Max. memory (cumulated for all children) (KiB): 874580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.94
system time used= 2.13639
maximum resident set size= 880724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131133
involuntary context switches= 4110


# summary of solver processes directly reported to runsolver:
#   pid: 3850
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.94
#   total CPU system time (s): 2.13639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6435 second user time and 21.7188 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 02:19:55
IDJOB=4295512
IDBENCH=141561
IDSOLVER=2751
FILE ID=node107/4295512-1532564395
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-m001_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295512-1532564395/watcher-4295512-1532564395 -o /tmp/evaluation-result-4295512-1532564395/solver-4295512-1532564395 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=328040279 -superng HOME/instance-4295512-1532564395.xml

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

MD5SUM BENCH= 6b753b1e1a3070adcb3424354b76057b
RANDOM SEED=328040279

node107.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.40
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.40
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.40
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.40
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:        12422424 kB
MemAvailable:   31352256 kB
Buffers:          288860 kB
Cached:         18759904 kB
SwapCached:            0 kB
Active:          4848140 kB
Inactive:       14832824 kB
Active(anon):     634692 kB
Inactive(anon):    25036 kB
Active(file):    4213448 kB
Inactive(file): 14807788 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        639028 kB
Mapped:            53312 kB
Shmem:             25228 kB
Slab:             364384 kB
SReclaimable:     337056 kB
SUnreclaim:        27328 kB
KernelStack:        3552 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1603324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 03:01:26