Trace number 4305235

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? (TO) 2520.05 2464.83

General information on the benchmark

NameSportsScheduling/
SportsScheduling-20_c18.xml
MD5SUM5ab9c36a805c5c518370c16479d9ce42
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 variables590
Number of constraints270
Number of domains2
Minimum domain size20
Maximum domain size190
Distribution of domain sizes[{"size":20,"count":400},{"size":190,"count":190}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":200},{"degree":4,"count":390}]
Minimum constraint arity1
Maximum constraint arity190
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":10},{"arity":3,"count":190},{"arity":10,"count":19},{"arity":20,"count":20},{"arity":38,"count":10},{"arity":40,"count":10},{"arity":190,"count":1}]
Number of extensional constraints190
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":190},{"type":"intension","count":20},{"type":"allDifferent","count":21},{"type":"count","count":19},{"type":"cardinality","count":20}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305235-1534141269/watcher-4305235-1534141269 -o /tmp/evaluation-result-4305235-1534141269/solver-4305235-1534141269 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1797892740 HOME/instance-4305235-1534141269.xml 

running on 4 cores: 0,2,4,6

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=21245, runsolver pid=21242

[startup+0.100083 s]*
/proc/loadavg: 1.64 1.41 1.35 2/218 21287
/proc/meminfo: memFree=17349612/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/21245/stat : 21245 (bash) S 21242 21245 19646 0 -1 4202496 889 5661 0 0 0 0 0 1 20 0 1 0 231690098 115974144 402 33554432000 4194304 5098028 140735893747168 140735893741176 140518440475648 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 13926400 140735893755051 140735893755176 140735893755176 140735893757934 0
/proc/21245/statm: 28314 402 318 221 0 119 0
[pid=21272] ppid=21245 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/21272/stat : 21272 (bash) S 21245 21245 19646 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 231690100 115974144 179 33554432000 4194304 5098028 140735893747168 140735893739848 140518440301180 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13926400 140735893755051 140735893755176 140735893755176 140735893757934 0
/proc/21272/statm: 28314 179 95 221 0 119 0
[pid=21273] ppid=21272 vsize=10593144 memory=23556 CPUtime=0.04 cores=0,2,4,6
/proc/21273/stat : 21273 (java) S 21272 21245 19646 0 -1 1077944320 4736 0 0 0 4 0 0 0 20 0 14 0 231690100 10847379456 5889 33554432000 4194304 4196468 140735483817664 140735483800208 139624562888439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
/proc/21273/statm: 2648286 5889 2612 1 0 2610827 0
[pid=21273/tid=21275] ppid=21272 vsize=10593144 memory=7822038051842263963 CPUtime=0.04 cores=0,2,4,6
/proc/21273/task/21275/stat : 21275 (java) D 21272 21245 19646 0 -1 1077944384 2869 0 0 0 4 0 0 0 20 0 14 0 231690100 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624567125824 139624562912317 0 4 0 16800975 18446744072101756452 0 0 -1 2 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21276] ppid=21272 vsize=10593144 memory=6944656425122832000 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21276/stat : 21276 (java) S 21272 21245 19646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 231690101 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624488963088 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21277] ppid=21272 vsize=10593144 memory=140433897830016 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21277/stat : 21277 (java) S 21272 21245 19646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 231690101 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624169073808 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21278] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21278/stat : 21278 (java) S 21272 21245 19646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 231690101 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624168020752 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21279] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21279/stat : 21279 (java) S 21272 21245 19646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 231690101 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624166968208 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21280] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21280/stat : 21280 (java) S 21272 21245 19646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 231690102 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624054900976 139624562899586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21281] ppid=21272 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21281/stat : 21281 (java) S 21272 21245 19646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 231690103 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624053847200 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21282] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21282/stat : 21282 (java) S 21272 21245 19646 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 231690103 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624052794096 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21283] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21283/stat : 21283 (java) S 21272 21245 19646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 231690105 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624051742672 139624562907035 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21284] ppid=21272 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21284/stat : 21284 (java) S 21272 21245 19646 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 14 0 231690105 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624050690800 139624562899586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21285] ppid=21272 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21285/stat : 21285 (java) S 21272 21245 19646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 231690105 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624049638256 139624562899586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21286] ppid=21272 vsize=10593144 memory=140433897830016 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21286/stat : 21286 (java) S 21272 21245 19646 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 231690105 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624048585200 139624562899586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21273/tid=21287] ppid=21272 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21273/task/21287/stat : 21287 (java) S 21272 21245 19646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 231690106 10847379456 5889 33554432000 4194304 4196468 140735483817664 139624047532896 139624562898645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13664256 140735483823395 140735483823409 140735483823409 140735483826127 0
[pid=21274] ppid=21272 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/21274/stat : 21274 (awk) S 21272 21245 19646 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 231690100 116211712 243 33554432000 4194304 4609284 140736860664544 140736860663720 140020048636928 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 7303168 140736860669267 140736860669297 140736860669297 140736860671983 0
/proc/21274/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 26852 KiB

[startup+0.211113 s]*
/proc/loadavg: 1.64 1.41 1.35 3/216 21311
/proc/meminfo: memFree=17309600/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=10982400 memory=33032 CPUtime=0.14 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 6001 13114 0 0 6 1 5 2 20 0 15 0 231690098 11245977600 8258 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2745600 8258 2734 1 0 2708109 0
[pid=21245/tid=21298] ppid=21242 vsize=10982476 memory=-8540663193526752614 CPUtime=0.13 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 3155 13114 0 0 5 1 5 2 20 0 15 0 231690112 11246055424 8258 33554432000 4194304 4196468 140731202661824 139995431476256 139995459671197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=10982476 memory=4211974160102620554 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246055424 8258 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=10982476 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246055424 8258 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=10982476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246055424 8258 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=10982476 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246055424 8258 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=10982476 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246055424 8258 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=10982476 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246055424 8258 33554432000 4194304 4196468 140731202661824 139994204202656 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=10982476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246055424 8258 33554432000 4194304 4196468 140731202661824 139994056353008 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=10982476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246055424 8258 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) R 21242 21245 19646 0 -1 1077944384 290 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246280704 8258 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) R 21242 21245 19646 0 -1 1077944384 130 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246280704 8258 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=10982696 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) R 21242 21245 19646 0 -1 4202560 244 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246280704 8258 33554432000 4194304 4196468 140731202661824 139994949609456 139995459670618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246280704 8324 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=10982696 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690119 11246280704 8324 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10982400 KiB
Current children cumulated memory: 33032 KiB

[startup+0.3104 s]*
/proc/loadavg: 1.64 1.41 1.35 3/216 21311
/proc/meminfo: memFree=17294716/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=10983192 memory=51552 CPUtime=0.31 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 9812 13114 0 0 21 3 5 2 20 0 15 0 231690098 11246788608 12888 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2745798 12888 3062 1 0 2708109 0
[pid=21245/tid=21298] ppid=21242 vsize=10983192 memory=2076 CPUtime=0.22 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 6379 13114 0 0 14 1 5 2 20 0 15 0 231690112 11246788608 12888 33554432000 4194304 4196468 140731202661824 139995431469824 139995459671197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 12888 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=10983192 memory=576460756329955445 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 12888 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=10983192 memory=288230621904634245 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 12888 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=10983192 memory=20763 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=10983192 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994204202656 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994056353008 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246788608 12888 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 349 13114 0 0 1 0 5 2 20 0 15 0 231690118 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) S 21242 21245 19646 0 -1 1077944384 251 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=10983192 memory=140433897830016 CPUtime=0.11 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 618 13114 0 0 4 0 5 2 20 0 15 0 231690118 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246788608 12888 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=10983192 memory=140433897830016 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690119 11246788608 12888 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51552 KiB

[startup+0.708281 s]
/proc/loadavg: 1.64 1.41 1.35 3/216 21311
/proc/meminfo: memFree=17281876/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=10983192 memory=85456 CPUtime=0.91 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 16498 13114 0 0 80 4 5 2 20 0 15 0 231690098 11246788608 21364 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2745798 21364 3240 1 0 2708109 0
[pid=21245/tid=21298] ppid=21242 vsize=10983192 memory=976 CPUtime=0.61 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 12140 13114 0 0 51 3 5 2 20 0 15 0 231690112 11246788608 21364 33554432000 4194304 4196468 140731202661824 139995431472272 139995444814926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=10983192 memory=11200 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 21364 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=10983192 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 21364 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=10983192 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 21364 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=10983192 memory=6154538792250073449 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690113 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 5 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994204202656 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690115 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994056353008 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=10983192 memory=7668900524563524185 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246788608 21364 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=10983192 memory=5936968483308851283 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 744 13114 0 0 7 0 5 2 20 0 15 0 231690118 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=10983192 memory=7518588407632847961 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) R 21242 21245 19646 0 -1 4202560 707 13114 0 0 7 0 5 2 20 0 15 0 231690118 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994950643528 139995445664816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=10983192 memory=7595435466151190886 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 683 13114 0 0 13 0 5 2 20 0 15 0 231690118 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=10983192 memory=7739276948477859686 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11246788608 21364 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=10983192 memory=-8382737753049505125 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 231690119 11246788608 21364 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85456 KiB

[startup+1.50128 s]
/proc/loadavg: 1.64 1.41 1.35 3/216 21311
/proc/meminfo: memFree=17238812/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=10998092 memory=185852 CPUtime=2.82 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 27039 13114 0 0 266 9 5 2 20 0 15 0 231690098 11262046208 46463 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2749523 46463 3468 1 0 2711181 0
[pid=21245/tid=21298] ppid=21242 vsize=10998092 memory=280867507714816 CPUtime=1.36 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) S 21242 21245 19646 0 -1 1077944384 17358 13114 0 0 123 6 5 2 20 0 15 0 231690112 11262046208 46463 33554432000 4194304 4196468 140731202661824 139995431466400 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=10998092 memory=280867507342416 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 4 13114 0 0 0 0 5 2 20 0 15 0 231690113 11262046208 46463 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=10998092 memory=280867507561120 CPUtime=0.07 cores=0,2,4,6

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

/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 107538 13114 0 0 229586 56 5 2 20 0 15 0 231690112 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995431483088 139995018848519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=11080032 memory=1089620 CPUtime=13.6 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 27703 13114 0 0 1300 53 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=11080032 memory=140433754266616 CPUtime=13.62 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 19184 13114 0 0 1303 52 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=11080032 memory=1091668 CPUtime=13.66 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 26518 13114 0 0 1308 51 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=11080032 memory=1091668 CPUtime=13.61 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 18573 13114 0 0 1303 51 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=11080032 memory=1091668 CPUtime=9.06 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 20591 13114 0 0 849 50 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 20 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994204202720 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994056353024 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=11080032 memory=1091668 CPUtime=5.8 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 31883 13114 0 0 568 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=11080032 memory=1091668 CPUtime=5.85 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) S 21242 21245 19646 0 -1 1077944384 29733 13114 0 0 573 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2.41 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 24751 13114 0 0 229 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=11080032 memory=4351193298402040151 CPUtime=1.36 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 1991 13114 0 0 63 66 5 2 20 0 15 0 231690119 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 2374.94 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1091668 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.47 1.44 3/216 21387
/proc/meminfo: memFree=16827516/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2436.04 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 312249 13114 0 0 243240 357 5 2 20 0 15 0 231690098 11345952768 272917 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2770008 272917 3530 1 0 2731661 0
[pid=21245/tid=21298] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2355.77 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 108151 13114 0 0 235513 57 5 2 20 0 15 0 231690112 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995431483456 139995029911328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=11080032 memory=1091668 CPUtime=13.98 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 27747 13114 0 0 1337 54 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.01 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 19280 13114 0 0 1341 53 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.05 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 26643 13114 0 0 1346 52 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=11080032 memory=1091668 CPUtime=13.99 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 19028 13114 0 0 1340 52 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=11080032 memory=1091668 CPUtime=9.31 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 20798 13114 0 0 872 52 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 20 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994204202720 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994056353024 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=11080032 memory=280867508648464 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=11080032 memory=280867507967344 CPUtime=5.8 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 31885 13114 0 0 568 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=11080032 memory=62908 CPUtime=5.85 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) S 21242 21245 19646 0 -1 1077944384 29735 13114 0 0 573 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=11080032 memory=1240 CPUtime=2.41 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 24753 13114 0 0 229 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=11080032 memory=2092 CPUtime=1.4 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 2008 13114 0 0 65 68 5 2 20 0 15 0 231690119 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 2436.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1091668 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.44 1.43 3/216 21538
/proc/meminfo: memFree=17136012/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2497.12 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 313799 13114 0 0 249341 364 5 2 20 0 15 0 231690098 11345952768 272917 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2770008 272917 3530 1 0 2731661 0
[pid=21245/tid=21298] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2415.05 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 108773 13114 0 0 241440 58 5 2 20 0 15 0 231690112 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995431484096 139995013778388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.35 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 27855 13114 0 0 1374 54 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.39 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 19714 13114 0 0 1377 55 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.42 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 26683 13114 0 0 1383 52 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=11080032 memory=1091668 CPUtime=14.37 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 19153 13114 0 0 1377 53 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=11080032 memory=1091668 CPUtime=9.55 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 20993 13114 0 0 896 52 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 20 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994204202720 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994056353024 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=11080032 memory=1091668 CPUtime=5.8 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 31887 13114 0 0 568 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=11080032 memory=1091668 CPUtime=5.85 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) S 21242 21245 19646 0 -1 1077944384 29737 13114 0 0 573 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2.41 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 24755 13114 0 0 229 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=11080032 memory=1091668 CPUtime=1.43 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 2028 13114 0 0 67 69 5 2 20 0 15 0 231690119 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 2497.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1091668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.8 s]
/proc/loadavg: 1.32 1.42 1.42 3/216 21538
/proc/meminfo: memFree=16931100/32770624 swapFree=67108196/67108860
[pid=21245] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2520 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 19646 0 -1 1077944320 314585 13114 0 0 251627 366 5 2 20 0 15 0 231690098 11345952768 272917 33554432000 4194304 4196468 140731202661824 140731202644368 139995459649271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
/proc/21245/statm: 2770008 272917 3530 1 0 2731661 0
[pid=21245/tid=21298] ppid=21242 vsize=11080032 memory=1091668 CPUtime=2437.29 cores=0,2,4,6
/proc/21245/task/21298/stat : 21298 (java) R 21242 21245 19646 0 -1 4202560 109068 13114 0 0 243664 58 5 2 20 0 15 0 231690112 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995431483120 139995016907712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21299] ppid=21242 vsize=11080032 memory=6791534058613427641 CPUtime=14.49 cores=0,2,4,6
/proc/21245/task/21299/stat : 21299 (java) S 21242 21245 19646 0 -1 1077944384 27913 13114 0 0 1387 55 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995463891472 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21300] ppid=21242 vsize=11080032 memory=6791534058613427641 CPUtime=14.52 cores=0,2,4,6
/proc/21245/task/21300/stat : 21300 (java) S 21242 21245 19646 0 -1 1077944384 19835 13114 0 0 1390 55 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995334539920 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21301] ppid=21242 vsize=11080032 memory=-7003737579269690708 CPUtime=14.56 cores=0,2,4,6
/proc/21245/task/21301/stat : 21301 (java) S 21242 21245 19646 0 -1 1077944384 26686 13114 0 0 1396 53 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139995333486864 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21302] ppid=21242 vsize=11080032 memory=928 CPUtime=14.51 cores=0,2,4,6
/proc/21245/task/21302/stat : 21302 (java) S 21242 21245 19646 0 -1 1077944384 19254 13114 0 0 1391 53 5 2 20 0 15 0 231690113 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994996726160 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21303] ppid=21242 vsize=11080032 memory=1572 CPUtime=9.64 cores=0,2,4,6
/proc/21245/task/21303/stat : 21303 (java) S 21242 21245 19646 0 -1 1077944384 21179 13114 0 0 904 53 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994952768240 139995459660418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21304] ppid=21242 vsize=11080032 memory=1091668 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21304/stat : 21304 (java) S 21242 21245 19646 0 -1 1077944384 20 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994204202720 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21305] ppid=21242 vsize=11080032 memory=1628 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21305/stat : 21305 (java) S 21242 21245 19646 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 231690115 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994056353024 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21306] ppid=21242 vsize=11080032 memory=1140 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21306/stat : 21306 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993748953552 139995459667867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21307] ppid=21242 vsize=11080032 memory=15244 CPUtime=5.8 cores=0,2,4,6
/proc/21245/task/21307/stat : 21307 (java) S 21242 21245 19646 0 -1 1077944384 31893 13114 0 0 568 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994951715056 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21308] ppid=21242 vsize=11080032 memory=35932 CPUtime=5.85 cores=0,2,4,6
/proc/21245/task/21308/stat : 21308 (java) S 21242 21245 19646 0 -1 1077944384 29740 13114 0 0 573 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994950662512 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21309] ppid=21242 vsize=11080032 memory=4032 CPUtime=2.41 cores=0,2,4,6
/proc/21245/task/21309/stat : 21309 (java) S 21242 21245 19646 0 -1 1077944384 24757 13114 0 0 229 5 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994949609456 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21310] ppid=21242 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21310/stat : 21310 (java) S 21242 21245 19646 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 231690118 11345952768 272917 33554432000 4194304 4196468 140731202661824 139993318156640 139995459659477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
[pid=21245/tid=21311] ppid=21242 vsize=11080032 memory=1760 CPUtime=1.45 cores=0,2,4,6
/proc/21245/task/21311/stat : 21311 (java) S 21242 21245 19646 0 -1 1077944384 2039 13114 0 0 68 70 5 2 20 0 15 0 231690119 11345952768 272917 33554432000 4194304 4196468 140731202661824 139994948557872 139995459660418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731202665068 140731202667868 140731202667868 140731202670543 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1091668 KiB

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

[startup+2464.83 s]
# the end of solver process 21245 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.705 s

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

Child status: 143
Real time (s): 2464.83
CPU time (s): 2520.05
CPU user time (s): 2516.35
CPU system time (s): 3.705
CPU usage (%): 102.241
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1708860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.705
maximum resident set size= 1710908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 260536
involuntary context switches= 7927


# summary of solver processes directly reported to runsolver:
#   pid: 21245
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0931 second user time and 20.9066 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 08:21:09
IDJOB=4305235
IDBENCH=141602
IDSOLVER=2780
FILE ID=node151/4305235-1534141269
RUNJOBID= node151-1534138766-20507
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305235-1534141269/watcher-4305235-1534141269 -o /tmp/evaluation-result-4305235-1534141269/solver-4305235-1534141269 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1797892740 HOME/instance-4305235-1534141269.xml

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

MD5SUM BENCH= 5ab9c36a805c5c518370c16479d9ce42
RANDOM SEED=1797892740

node151.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.87
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.87
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.87
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.87
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:        17409472 kB
MemAvailable:   30720892 kB
Buffers:          218416 kB
Cached:         13206464 kB
SwapCached:           16 kB
Active:          7064648 kB
Inactive:        7597780 kB
Active(anon):    1187652 kB
Inactive(anon):   102564 kB
Active(file):    5876996 kB
Inactive(file):  7495216 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             27172 kB
Writeback:             0 kB
AnonPages:       1253600 kB
Mapped:            73388 kB
Shmem:             49524 kB
Slab:             395948 kB
SReclaimable:     367668 kB
SUnreclaim:        28280 kB
KernelStack:        3856 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2546216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 09:02:14