Trace number 4305282

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.9.2-SuperNG? (TO) 2520.07 2493.63

General information on the benchmark

NameEternity/
Eternity-11-11_c18.xml
MD5SUMb7632c186b52d4a26cd4526d5031b869
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 variables385
Number of constraints166
Number of domains2
Minimum domain size16
Maximum domain size121
Distribution of domain sizes[{"size":16,"count":264},{"size":121,"count":121}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":374},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity121
Distribution of constraint arities[{"arity":1,"count":44},{"arity":5,"count":121},{"arity":121,"count":1}]
Number of extensional constraints121
Number of intensional constraints44
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":44},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305282-1534151827/watcher-4305282-1534151827 -o /tmp/evaluation-result-4305282-1534151827/solver-4305282-1534151827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=534197305 -superng HOME/instance-4305282-1534151827.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=11040, runsolver pid=11037


[startup+0.100069 s]*
/proc/loadavg: 1.80 1.86 1.79 2/202 11093
/proc/meminfo: memFree=13185380/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=173924 memory=5296 CPUtime=0.08 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 2454 13225 0 0 0 0 5 3 20 0 2 0 232745837 178098176 1324 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 43481 1324 993 1 0 32939 0
[pid=11040/tid=11093] ppid=11037 vsize=173924 memory=3054156605369319308 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) D 11037 11040 7925 0 -1 4202560 262 13225 0 0 0 0 5 3 20 0 2 0 232745846 178098176 1324 33554432000 4194304 4196468 140736816226480 140473218345392 140473246526525 0 0 0 16784584 18446744072100359301 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 173924 KiB
Current children cumulated memory: 5296 KiB

[startup+0.75587 s]*
/proc/loadavg: 1.80 1.86 1.79 4/215 11106
/proc/meminfo: memFree=13175740/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=10982744 memory=37340 CPUtime=0.24 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 7112 13225 0 0 15 1 5 3 20 0 15 0 232745837 11246329856 9335 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2745686 9335 2956 1 0 2708109 0
[pid=11040/tid=11093] ppid=11037 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 3581 13225 0 0 9 1 5 3 20 0 15 0 232745846 11246329856 9335 33554432000 4194304 4196468 140736816226480 140473218299568 140473230583134 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=10982744 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246329856 9335 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=10982744 memory=139724692914392 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=10982744 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 13 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472072791072 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 21 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472005677936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 377 13225 0 0 1 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 255 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=10982744 memory=139724691650176 CPUtime=0.11 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 662 13225 0 0 3 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=10982744 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246329856 9335 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 37340 KiB

[startup+0.810512 s]*
/proc/loadavg: 1.80 1.86 1.79 3/215 11106
/proc/meminfo: memFree=13166768/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=10983192 memory=46040 CPUtime=0.31 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 9998 13225 0 0 21 2 5 3 20 0 15 0 232745837 11246788608 11510 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2745798 11510 3069 1 0 2708109 0
[pid=11040/tid=11093] ppid=11037 vsize=10983192 memory=7721456982681923891 CPUtime=0.22 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 6440 13225 0 0 13 1 5 3 20 0 15 0 232745846 11246788608 11510 33554432000 4194304 4196468 140736816226480 140473218323760 140473246516496 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 11510 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 13 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472072791072 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 21 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472005677936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 377 13225 0 0 1 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 255 13225 0 0 1 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.11 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 686 13225 0 0 3 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 11510 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 46040 KiB

[startup+0.910318 s]*
/proc/loadavg: 1.80 1.86 1.79 3/215 11106
/proc/meminfo: memFree=13159324/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=10983192 memory=55528 CPUtime=0.43 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 11570 13225 0 0 32 3 5 3 20 0 15 0 232745837 11246788608 13882 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2745798 13882 3079 1 0 2708109 0
[pid=11040/tid=11093] ppid=11037 vsize=10983192 memory=7022364594140610616 CPUtime=0.32 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 7987 13225 0 0 22 2 5 3 20 0 15 0 232745846 11246788608 13882 33554432000 4194304 4196468 140736816226480 140473218314656 140473229689450 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=10983192 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 13882 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=10983192 memory=139724692914392 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745903 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 13 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472072791072 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 21 13225 0 0 0 0 5 3 20 0 15 0 232745905 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472005677936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) R 11037 11040 7925 0 -1 4202560 380 13225 0 0 2 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472281434992 140473225673892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) R 11037 11040 7925 0 -1 1077944384 263 13225 0 0 1 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.13 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) R 11037 11040 7925 0 -1 4202560 713 13225 0 0 5 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472279329392 140473239599483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=10983192 memory=139724691650176 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745908 11246788608 13882 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55528 KiB

[startup+1.50071 s]*
/proc/loadavg: 1.80 1.86 1.79 3/215 11106
/proc/meminfo: memFree=13109480/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=10989824 memory=105268 CPUtime=1.37 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 18946 13225 0 0 124 5 5 3 20 0 15 0 232745837 11253579776 26317 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2747456 26317 3403 1 0 2709133 0
[pid=11040/tid=11093] ppid=11037 vsize=10989824 memory=-2746515524090870338 CPUtime=0.91 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 13973 13225 0 0 79 4 5 3 20 0 15 0 232745846 11253579776 26317 33554432000 4194304 4196468 140736816226480 140473218325504 140473246523994 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=10989824 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11253579776 26317 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=10989824 memory=7449385129753581518 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=10989824 memory=-4118987510532027967 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745903 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=10989824 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 2 13225 0 0 0 0 5 3 20 0 15 0 232745903 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=10989824 memory=8462976520888653774 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 5 13225 0 0 0 0 5 3 20 0 15 0 232745905 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=10989824 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 13 13225 0 0 0 0 5 3 20 0 15 0 232745905 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472072791072 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=10989824 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 21 13225 0 0 0 0 5 3 20 0 15 0 232745905 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472005677936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=10989824 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=10989824 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 1005 13225 0 0 13 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=10989824 memory=7597684057659615263 CPUtime=0.18 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 716 13225 0 0 10 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=10989824 memory=6127902783875129296 CPUtime=0.27 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 1016 13225 0 0 19 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=10989824 memory=7595131699204681320 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=10989824 memory=27992919332356134 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 1 13225 0 0 0 0 5 3 20 0 15 0 232745908 11253579776 26317 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10989824 KiB
Current children cumulated memory: 105268 KiB

[startup+3.1019 s]
/proc/loadavg: 1.89 1.88 1.80 3/215 11106
/proc/meminfo: memFree=12936840/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=11004256 memory=285836 CPUtime=5.28 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 33883 13225 0 0 505 15 5 3 20 0 15 0 232745837 11268358144 71459 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2751064 71459 3488 1 0 2712717 0

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

/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 73768 13225 0 0 237334 30 5 3 20 0 15 0 232745846 11278843904 166036 33554432000 4194304 4196468 140736816226480 140473218336768 140472834881024 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=11014496 memory=6791534058613427641 CPUtime=4.04 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 8814 13225 0 0 373 23 5 3 20 0 15 0 232745903 11278843904 166036 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=11014496 memory=1020 CPUtime=4.04 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 8364 13225 0 0 370 26 5 3 20 0 15 0 232745903 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=11014496 memory=5784 CPUtime=4.06 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 7551 13225 0 0 371 27 5 3 20 0 15 0 232745903 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=11014496 memory=756 CPUtime=4.07 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 6835 13225 0 0 375 24 5 3 20 0 15 0 232745903 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=11014496 memory=14568 CPUtime=2.87 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 8792 13225 0 0 260 19 5 3 20 0 15 0 232745905 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=11014496 memory=7528 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 15 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472072791136 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=11014496 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 46 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472005677952 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=11014496 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=11014496 memory=916 CPUtime=6.04 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 30357 13225 0 0 593 3 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=11014496 memory=3852 CPUtime=6.24 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 40865 13225 0 0 612 4 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=11014496 memory=2668 CPUtime=2.19 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 22892 13225 0 0 207 4 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=11014496 memory=2596 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=11014496 memory=1172 CPUtime=1.49 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 2191 13225 0 0 60 81 5 3 20 0 15 0 232745908 11278843904 166036 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 2408.14 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 664144 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 1.50 1.50 3/214 11439
/proc/meminfo: memFree=15831608/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=11014496 memory=652344 CPUtime=2468.46 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 213318 13225 0 0 246624 214 5 3 20 0 15 0 232745837 11278843904 163086 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2753624 163086 3527 1 0 2715277 0
[pid=11040/tid=11093] ppid=11037 vsize=11014496 memory=1992 CPUtime=2433.52 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 74092 13225 0 0 243314 30 5 3 20 0 15 0 232745846 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473218337504 140472834880895 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=11014496 memory=6791534058613427641 CPUtime=4.14 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 8899 13225 0 0 383 23 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=11014496 memory=288230621803970871 CPUtime=4.13 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 8432 13225 0 0 379 26 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=11014496 memory=13845266004445752 CPUtime=4.17 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 7557 13225 0 0 382 27 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=11014496 memory=1504 CPUtime=4.18 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 6842 13225 0 0 385 25 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=11014496 memory=844 CPUtime=2.94 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 8917 13225 0 0 266 20 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=11014496 memory=3952 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 15 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472072791136 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=11014496 memory=1504 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 46 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472005677952 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=11014496 memory=844 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=11014496 memory=3952 CPUtime=6.04 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 30357 13225 0 0 593 3 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=11014496 memory=2724 CPUtime=6.24 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 40865 13225 0 0 612 4 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=11014496 memory=1256 CPUtime=2.19 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 22892 13225 0 0 207 4 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=11014496 memory=10464 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=11014496 memory=6791534058613427641 CPUtime=1.52 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 2206 13225 0 0 61 83 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 2468.46 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 652344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.61 s]
/proc/loadavg: 1.79 1.54 1.51 3/215 11442
/proc/meminfo: memFree=15830408/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=11014496 memory=652344 CPUtime=2520.03 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 214373 13225 0 0 251777 218 5 3 20 0 15 0 232745837 11278843904 163086 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2753624 163086 3527 1 0 2715277 0
[pid=11040/tid=11093] ppid=11037 vsize=11014496 memory=652344 CPUtime=2484.65 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 74505 13225 0 0 248426 31 5 3 20 0 15 0 232745846 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473218327008 140472820256556 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.23 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 9246 13225 0 0 391 24 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.22 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 8439 13225 0 0 388 26 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.25 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 7638 13225 0 0 390 27 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.26 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 6894 13225 0 0 393 25 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=11014496 memory=652344 CPUtime=3 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 9050 13225 0 0 272 20 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=11014496 memory=652344 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 15 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472072791136 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=11014496 memory=3188 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 46 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472005677952 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=11014496 memory=652344 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=11014496 memory=652344 CPUtime=6.04 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 30359 13225 0 0 593 3 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=11014496 memory=652344 CPUtime=6.24 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 40867 13225 0 0 612 4 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=11014496 memory=652344 CPUtime=2.2 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 22894 13225 0 0 207 5 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=11014496 memory=1992 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=11014496 memory=2236 CPUtime=1.55 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 2222 13225 0 0 63 84 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 652344 KiB

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

[startup+2493.63 s]
# the end of solver process 11040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.85 s, system=2.22069 s

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

[startup+2493.61 s]
/proc/loadavg: 1.79 1.54 1.51 3/215 11442
/proc/meminfo: memFree=15830408/32770624 swapFree=67108844/67108860
[pid=11040] ppid=11037 vsize=11014496 memory=652344 CPUtime=2520.03 cores=1,3,5,7
/proc/11040/stat : 11040 (java) S 11037 11040 7925 0 -1 1077944320 214373 13225 0 0 251777 218 5 3 20 0 15 0 232745837 11278843904 163086 33554432000 4194304 4196468 140736816226480 140736816209024 140473246502647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
/proc/11040/statm: 2753624 163086 3527 1 0 2715277 0
[pid=11040/tid=11093] ppid=11037 vsize=11014496 memory=652344 CPUtime=2484.65 cores=1,3,5,7
/proc/11040/task/11093/stat : 11093 (java) R 11037 11040 7925 0 -1 4202560 74505 13225 0 0 248426 31 5 3 20 0 15 0 232745846 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473218327008 140472820256556 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11094] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.23 cores=1,3,5,7
/proc/11040/task/11094/stat : 11094 (java) S 11037 11040 7925 0 -1 1077944384 9246 13225 0 0 391 24 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140473250745488 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11095] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.22 cores=1,3,5,7
/proc/11040/task/11095/stat : 11095 (java) S 11037 11040 7925 0 -1 1077944384 8439 13225 0 0 388 26 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472786283536 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11096] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.25 cores=1,3,5,7
/proc/11040/task/11096/stat : 11096 (java) S 11037 11040 7925 0 -1 1077944384 7638 13225 0 0 390 27 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472785230736 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11097] ppid=11037 vsize=11014496 memory=652344 CPUtime=4.26 cores=1,3,5,7
/proc/11040/task/11097/stat : 11097 (java) S 11037 11040 7925 0 -1 1077944384 6894 13225 0 0 393 25 5 3 20 0 15 0 232745903 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472784177936 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11098] ppid=11037 vsize=11014496 memory=652344 CPUtime=3 cores=1,3,5,7
/proc/11040/task/11098/stat : 11098 (java) S 11037 11040 7925 0 -1 1077944384 9050 13225 0 0 272 20 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472282487152 140473246513794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11099] ppid=11037 vsize=11014496 memory=652344 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11099/stat : 11099 (java) S 11037 11040 7925 0 -1 1077944384 15 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472072791136 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11100] ppid=11037 vsize=11014496 memory=3188 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11100/stat : 11100 (java) S 11037 11040 7925 0 -1 1077944384 46 13225 0 0 0 0 5 3 20 0 15 0 232745905 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472005677952 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11101] ppid=11037 vsize=11014496 memory=652344 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11101/stat : 11101 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471698282320 140473246521243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11102] ppid=11037 vsize=11014496 memory=652344 CPUtime=6.04 cores=1,3,5,7
/proc/11040/task/11102/stat : 11102 (java) S 11037 11040 7925 0 -1 1077944384 30359 13225 0 0 593 3 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472281434992 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11103] ppid=11037 vsize=11014496 memory=652344 CPUtime=6.24 cores=1,3,5,7
/proc/11040/task/11103/stat : 11103 (java) S 11037 11040 7925 0 -1 1077944384 40867 13225 0 0 612 4 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472280382192 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11104] ppid=11037 vsize=11014496 memory=652344 CPUtime=2.2 cores=1,3,5,7
/proc/11040/task/11104/stat : 11104 (java) S 11037 11040 7925 0 -1 1077944384 22894 13225 0 0 207 5 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472279329392 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11105] ppid=11037 vsize=11014496 memory=1992 CPUtime=0.08 cores=1,3,5,7
/proc/11040/task/11105/stat : 11105 (java) S 11037 11040 7925 0 -1 1077944384 3 13225 0 0 0 0 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140471267486432 140473246512853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
[pid=11040/tid=11106] ppid=11037 vsize=11014496 memory=2236 CPUtime=1.55 cores=1,3,5,7
/proc/11040/task/11106/stat : 11106 (java) S 11037 11040 7925 0 -1 1077944384 2222 13225 0 0 63 84 5 3 20 0 15 0 232745908 11278843904 163086 33554432000 4194304 4196468 140736816226480 140472278276784 140473246513794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35225600 140736816233060 140736816235868 140736816235868 140736816238543 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 652344 KiB

Child status: 143
Real time (s): 2493.63
CPU time (s): 2520.07
CPU user time (s): 2517.85
CPU system time (s): 2.22069
CPU usage (%): 101.06
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 1237252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.85
system time used= 2.22069
maximum resident set size= 1239300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118256
involuntary context switches= 3150


# summary of solver processes directly reported to runsolver:
#   pid: 11040
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.85
#   total CPU system time (s): 2.22069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6609 second user time and 24.1825 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-13 11:17:07
IDJOB=4305282
IDBENCH=141654
IDSOLVER=2781
FILE ID=node136/4305282-1534151827
RUNJOBID= node136-1534136980-8318
PBS_JOBID= 21037023
Free space on /tmp= 35512 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Eternity/Eternity-11-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305282-1534151827/watcher-4305282-1534151827 -o /tmp/evaluation-result-4305282-1534151827/solver-4305282-1534151827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=534197305 -superng HOME/instance-4305282-1534151827.xml

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

MD5SUM BENCH= b7632c186b52d4a26cd4526d5031b869
RANDOM SEED=534197305

node136.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.50
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.50
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.50
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.50
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:        13203100 kB
MemAvailable:   27843896 kB
Buffers:          245160 kB
Cached:         14504732 kB
SwapCached:            8 kB
Active:         11338024 kB
Inactive:        7521640 kB
Active(anon):    4060428 kB
Inactive(anon):   101836 kB
Active(file):    7277596 kB
Inactive(file):  7419804 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             27216 kB
Writeback:             0 kB
AnonPages:       4295020 kB
Mapped:            66828 kB
Shmem:             49788 kB
Slab:             400116 kB
SReclaimable:     371856 kB
SUnreclaim:        28260 kB
KernelStack:        3808 kB
PageTables:        13420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4868960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4050944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35484 MiB
End job on node136 at 2018-08-13 11:58:40