Trace number 4387143

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.10? (TO) 2520.17 2456.55

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-8-4-cp.xml
MD5SUMbd9ca51d6afa7a7de86d4bfb05f523c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark138.482
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints15342
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":288}]
Minimum variable degree215
Maximum variable degree216
Distribution of variable degrees[{"degree":215,"count":216},{"degree":216,"count":72}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":15336},{"arity":72,"count":5},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints15336
Distribution of constraint types[{"type":"intension","count":15336},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
2520.10/2456.52	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2456.52		at concrete.MAC.mac(MAC.scala:189)
2520.10/2456.52		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.10/2456.52		at scala.util.Try$.apply(Try.scala:212)
2520.10/2456.52		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2456.52		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2456.52		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2456.52		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2456.52		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2456.52		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2456.52		at concrete.ProblemState.map(ProblemState.scala:228)
2520.10/2456.52		at concrete.ProblemState.map(ProblemState.scala:210)
2520.10/2456.52		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2456.52		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2456.52		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.10/2456.52		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.10/2456.52		at concrete.Solver.nextOption(Solver.scala:67)
2520.10/2456.52		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.10/2456.52		at scala.util.Success.map(Try.scala:264)
2520.10/2456.52		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.10/2456.52		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2456.52		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2456.52		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2456.52		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2456.52		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2456.52		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2456.52		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2456.52		at scala.App.$anonfun$main$1(App.scala:75)
2520.10/2456.52		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.10/2456.52		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2456.52		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2456.52		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.10/2456.52		at scala.App.main(App.scala:75)
2520.10/2456.52		at scala.App.main$(App.scala:73)
2520.10/2456.52		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2456.52		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2456.52	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 (14642 MiB free)
  memory of node 1: 16384 MiB (15558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387143-1568292140/watcher-4387143-1568292140 -o /tmp/evaluation-result-4387143-1568292140/solver-4387143-1568292140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1221619792 HOME/instance-4387143-1568292140.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=8532, runsolver pid=8529

[startup+0.108346 s]*
/proc/loadavg: 1.46 1.49 1.45 3/219 8589
/proc/meminfo: memFree=30914552/32770624 swapFree=66916160/67108860
[pid=8532] ppid=8529 vsize=10355560 memory=21880 CPUtime=0.09 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 4696 13014 0 0 2 0 4 3 20 0 9 0 405151970 10604093440 5426 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2588891 5426 2068 1 0 2551432 0
[pid=8532/tid=8585] ppid=8529 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 2473 13014 0 0 1 0 4 3 20 0 9 0 405151979 10604093440 5474 33554432000 4194304 4196468 140736416227504 139791731466096 139791759651997 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10355560 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 9 0 405151980 10604093440 5474 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10355560 memory=139966995412608 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 9 0 405151980 10604093440 5474 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 9 0 405151980 10604093440 5474 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 9 0 405151980 10604093440 5474 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10355560 memory=139966995412608 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 9 0 405151981 10604093440 5474 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 33 13014 0 0 0 0 4 3 20 0 9 0 405151982 10604093440 5474 33554432000 4194304 4196468 140736416227504 139790761342496 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 9 0 405151982 10604093440 5474 33554432000 4194304 4196468 140736416227504 139790649386416 139791759640277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21880 KiB

[startup+0.210307 s]*
/proc/loadavg: 1.46 1.49 1.45 5/228 8598
/proc/meminfo: memFree=30901668/32770624 swapFree=66916160/67108860
[pid=8532] ppid=8529 vsize=10818940 memory=36272 CPUtime=0.26 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 6961 13014 0 0 17 2 4 3 20 0 15 0 405151970 11078594560 9068 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2704735 9068 2983 1 0 2667149 0
[pid=8532/tid=8585] ppid=8529 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 3438 13014 0 0 10 1 4 3 20 0 15 0 405151979 11078594560 9133 33554432000 4194304 4196468 140736416227504 139791731462272 139791743673701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11078594560 9133 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10818940 memory=139966995421397 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11078594560 9133 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11078594560 9133 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151980 11078594560 9133 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10818940 memory=139966995412608 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151981 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 33 13014 0 0 0 0 4 3 20 0 15 0 405151982 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790761342496 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151982 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790649386352 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 473 13014 0 0 1 0 4 3 20 0 15 0 405151984 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 159 13014 0 0 1 0 4 3 20 0 15 0 405151984 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10818940 memory=139966995412608 CPUtime=0.1 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) R 8529 8532 5064 0 -1 4202560 648 13014 0 0 3 0 4 3 20 0 15 0 405151984 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790725679216 139791738433280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10818940 memory=139966995412608 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151985 11078594560 9133 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36272 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.46 1.49 1.45 3/228 8598
/proc/meminfo: memFree=30890800/32770624 swapFree=66916160/67108860
[pid=8532] ppid=8529 vsize=10820244 memory=48132 CPUtime=0.39 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 10747 13014 0 0 29 3 4 3 20 0 15 0 405151970 11079929856 12033 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2705061 12033 3296 1 0 2667149 0
[pid=8532/tid=8585] ppid=8529 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 7197 13014 0 0 19 2 4 3 20 0 15 0 405151979 11079929856 12033 33554432000 4194304 4196468 140736416227504 139791731457744 139791743710558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11079929856 12033 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10820244 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11079929856 12033 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10820244 memory=139966995419601 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11079929856 12033 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151980 11079929856 12033 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151981 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 33 13014 0 0 0 0 4 3 20 0 15 0 405151982 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790761342496 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151982 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790649386352 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) R 8529 8532 5064 0 -1 4202560 474 13014 0 0 2 0 4 3 20 0 15 0 405151984 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790727784816 139791743540648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 160 13014 0 0 2 0 4 3 20 0 15 0 405151984 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10820244 memory=139966995412608 CPUtime=0.12 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 672 13014 0 0 5 0 4 3 20 0 15 0 405151984 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10820244 memory=139966995412608 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151985 11079929856 12033 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 48132 KiB

[startup+0.706818 s]
/proc/loadavg: 1.50 1.50 1.46 5/228 8598
/proc/meminfo: memFree=30874088/32770624 swapFree=66916160/67108860
[pid=8532] ppid=8529 vsize=10824340 memory=81364 CPUtime=1.16 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 15150 13014 0 0 103 6 4 3 20 0 15 0 405151970 11084124160 20341 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2706085 20341 3509 1 0 2668173 0
[pid=8532/tid=8585] ppid=8529 vsize=10824340 memory=279933754619472 CPUtime=0.67 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 10744 13014 0 0 56 4 4 3 20 0 15 0 405151979 11084124160 20341 33554432000 4194304 4196468 140736416227504 139791731456544 139791759642006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10824340 memory=279933754624112 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11084124160 20341 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10824340 memory=139966995411441 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11084124160 20341 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151980 11084124160 20341 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151980 11084124160 20341 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 5 13014 0 0 0 0 4 3 20 0 15 0 405151981 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 33 13014 0 0 0 0 4 3 20 0 15 0 405151982 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790761342496 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151982 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790649386352 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) R 8529 8532 5064 0 -1 1077944384 801 13014 0 0 15 0 4 3 20 0 15 0 405151984 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10824340 memory=15393698754075688 CPUtime=0.2 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) R 8529 8532 5064 0 -1 4202560 472 13014 0 0 13 0 4 3 20 0 15 0 405151984 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790726732016 139791752615113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) R 8529 8532 5064 0 -1 4202560 877 13014 0 0 17 0 4 3 20 0 15 0 405151984 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790725679216 139791751867198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 1 13014 0 0 0 0 4 3 20 0 15 0 405151985 11084124160 20341 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81364 KiB

[startup+1.50079 s]
/proc/loadavg: 1.50 1.50 1.46 5/228 8598
/proc/meminfo: memFree=30817292/32770624 swapFree=66916160/67108860
[pid=8532] ppid=8529 vsize=10828512 memory=217884 CPUtime=3.57 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 23205 13014 0 0 341 9 4 3 20 0 15 0 405151970 11088396288 54471 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2707128 54471 3574 1 0 2669197 0
[pid=8532/tid=8585] ppid=8529 vsize=10828512 memory=212236 CPUtime=1.44 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 13017 13014 0 0 132 5 4 3 20 0 15 0 405151979 11088396288 54471 33554432000 4194304 4196468 140736416227504 139791731452752 139791741193600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10828512 memory=279933754619472 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 20 13014 0 0 0 0 4 3 20 0 15 0 405151980 11088396288 54471 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10828512 memory=279933754619296 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 88 13014 0 0 0 0 4 3 20 0 15 0 405151980 11088396288 54471 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10828512 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 302 13014 0 0 0 0 4 3 20 0 15 0 405151980 11088396288 54471 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10828512 memory=2811011 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 108 13014 0 0 0 0 4 3 20 0 15 0 405151980 11088396288 54471 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10828512 memory=2812297 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 105 13014 0 0 0 0 4 3 20 0 15 0 405151981 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10828512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 54 13014 0 0 0 0 4 3 20 0 15 0 405151982 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790761342496 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10828512 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 2 13014 0 0 0 0 4 3 20 0 15 0 405151982 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790649386352 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10828512 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10828512 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 2733 13014 0 0 82 0 4 3 20 0 15 0 405151984 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10828512 memory=176860646397869 CPUtime=0.87 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 2384 13014 0 0 80 0 4 3 20 0 15 0 405151984 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10828512 memory=2931126 CPUtime=0.5 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 2177 13014 0 0 42 1 4 3 20 0 15 0 405151984 11088396288 54471 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0

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

/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 103380 13014 0 0 230057 69 4 3 20 0 15 0 405151979 11107291136 667444 33554432000 4194304 4196468 140736416227504 139791731465392 139791357345715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10846964 memory=1808 CPUtime=12.73 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 32448 13014 0 0 1223 43 4 3 20 0 15 0 405151980 11107291136 667444 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10846964 memory=920 CPUtime=12.77 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 44492 13014 0 0 1227 43 4 3 20 0 15 0 405151980 11107291136 667444 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10846964 memory=3848 CPUtime=12.77 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 37124 13014 0 0 1226 44 4 3 20 0 15 0 405151980 11107291136 667444 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10846964 memory=2600 CPUtime=12.83 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 33430 13014 0 0 1239 37 4 3 20 0 15 0 405151980 11107291136 667444 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10846964 memory=2848 CPUtime=6.67 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 28201 13014 0 0 616 44 4 3 20 0 15 0 405151981 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10846964 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 67 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790761342560 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10846964 memory=3068 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 12 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790649386368 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10846964 memory=2669776 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10846964 memory=1408 CPUtime=9.57 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 21745 13014 0 0 945 5 4 3 20 0 15 0 405151984 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10846964 memory=8112282956445269571 CPUtime=9.85 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 26781 13014 0 0 972 6 4 3 20 0 15 0 405151984 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10846964 memory=111636 CPUtime=4.01 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 14213 13014 0 0 385 9 4 3 20 0 15 0 405151984 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10846964 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10846964 memory=1808 CPUtime=1.3 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 2190 13014 0 0 52 71 4 3 20 0 15 0 405151985 11107291136 667444 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 2383.29 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2669776 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.39 1.48 3/227 8969
/proc/meminfo: memFree=28183624/32770624 swapFree=66916208/67108860
[pid=8532] ppid=8529 vsize=10846964 memory=2660028 CPUtime=2444.42 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 350844 13014 0 0 244091 344 4 3 20 0 15 0 405151970 11107291136 665007 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2711741 665007 3639 1 0 2673805 0
[pid=8532/tid=8585] ppid=8529 vsize=10846964 memory=588 CPUtime=2360.71 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 105188 13014 0 0 235994 70 4 3 20 0 15 0 405151979 11107291136 665007 33554432000 4194304 4196468 140736416227504 139791731466224 139791357293848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10846964 memory=8112282956445269571 CPUtime=13.12 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 32604 13014 0 0 1261 44 4 3 20 0 15 0 405151980 11107291136 665007 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10846964 memory=932 CPUtime=13.14 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 45302 13014 0 0 1263 44 4 3 20 0 15 0 405151980 11107291136 665007 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10846964 memory=1492 CPUtime=13.14 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 38085 13014 0 0 1262 45 4 3 20 0 15 0 405151980 11107291136 665007 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10846964 memory=864 CPUtime=13.2 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 33580 13014 0 0 1276 37 4 3 20 0 15 0 405151980 11107291136 665007 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10846964 memory=1448 CPUtime=6.87 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 28812 13014 0 0 634 46 4 3 20 0 15 0 405151981 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10846964 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 67 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790761342560 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10846964 memory=14072 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 12 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790649386368 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10846964 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10846964 memory=6692 CPUtime=9.57 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 21751 13014 0 0 945 5 4 3 20 0 15 0 405151984 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10846964 memory=528 CPUtime=9.85 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 26785 13014 0 0 972 6 4 3 20 0 15 0 405151984 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10846964 memory=1980 CPUtime=4.01 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 14217 13014 0 0 385 9 4 3 20 0 15 0 405151984 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10846964 memory=2432 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10846964 memory=1760 CPUtime=1.34 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 2229 13014 0 0 54 73 4 3 20 0 15 0 405151985 11107291136 665007 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 2444.42 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2660028 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.39 1.47 3/227 8973
/proc/meminfo: memFree=28193452/32770624 swapFree=66916208/67108860
[pid=8532] ppid=8529 vsize=10846964 memory=2650280 CPUtime=2505.61 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 358131 13014 0 0 250202 352 4 3 20 0 15 0 405151970 11107291136 662570 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2711741 662570 3639 1 0 2673805 0
[pid=8532/tid=8585] ppid=8529 vsize=10846964 memory=11464 CPUtime=2420.08 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 106843 13014 0 0 241930 71 4 3 20 0 15 0 405151979 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791731465984 139791337596379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10846964 memory=3364 CPUtime=13.51 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 32779 13014 0 0 1299 45 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10846964 memory=2828 CPUtime=13.53 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 46526 13014 0 0 1301 45 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10846964 memory=8112282956445269571 CPUtime=13.54 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 38426 13014 0 0 1300 47 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10846964 memory=588 CPUtime=13.6 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 33873 13014 0 0 1315 38 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10846964 memory=780 CPUtime=7.07 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 29409 13014 0 0 653 47 4 3 20 0 15 0 405151981 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10846964 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 67 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790761342560 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10846964 memory=11464 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 12 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790649386368 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10846964 memory=3364 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10846964 memory=8112282956445269571 CPUtime=9.58 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 23204 13014 0 0 946 5 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10846964 memory=17368 CPUtime=9.86 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 28289 13014 0 0 973 6 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10846964 memory=988 CPUtime=4.01 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 14221 13014 0 0 385 9 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10846964 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10846964 memory=2650280 CPUtime=1.37 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 2270 13014 0 0 55 75 4 3 20 0 15 0 405151985 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 2505.61 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2650280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.5 s]*
/proc/loadavg: 1.34 1.39 1.47 3/228 8976
/proc/meminfo: memFree=28193148/32770624 swapFree=66916208/67108860
[pid=8532] ppid=8529 vsize=10846964 memory=2650280 CPUtime=2520.1 cores=1,3,5,7
/proc/8532/stat : 8532 (java) S 8529 8532 5064 0 -1 1077944320 359955 13014 0 0 251649 354 4 3 20 0 15 0 405151970 11107291136 662570 33554432000 4194304 4196468 140736416227504 140736416210048 139791759630071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
/proc/8532/statm: 2711741 662570 3639 1 0 2673805 0
[pid=8532/tid=8585] ppid=8529 vsize=10846964 memory=8317482817917895235 CPUtime=2434.14 cores=1,3,5,7
/proc/8532/task/8585/stat : 8585 (java) R 8529 8532 5064 0 -1 4202560 107483 13014 0 0 243336 71 4 3 20 0 15 0 405151979 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791731465968 139791357343926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8586] ppid=8529 vsize=10846964 memory=4126316290023845779 CPUtime=13.59 cores=1,3,5,7
/proc/8532/task/8586/stat : 8586 (java) S 8529 8532 5064 0 -1 1077944384 33414 13014 0 0 1307 45 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791763872400 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8587] ppid=8529 vsize=10846964 memory=4126316290023845779 CPUtime=13.62 cores=1,3,5,7
/proc/8532/task/8587/stat : 8587 (java) S 8529 8532 5064 0 -1 1077944384 46536 13014 0 0 1310 45 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791662762512 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8588] ppid=8529 vsize=10846964 memory=800 CPUtime=13.63 cores=1,3,5,7
/proc/8532/task/8588/stat : 8588 (java) S 8529 8532 5064 0 -1 1077944384 38475 13014 0 0 1309 47 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791661709712 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8589] ppid=8529 vsize=10846964 memory=1808 CPUtime=13.69 cores=1,3,5,7
/proc/8532/task/8589/stat : 8589 (java) S 8529 8532 5064 0 -1 1077944384 34035 13014 0 0 1324 38 4 3 20 0 15 0 405151980 11107291136 662570 33554432000 4194304 4196468 140736416227504 139791660656912 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8590] ppid=8529 vsize=10846964 memory=920 CPUtime=7.11 cores=1,3,5,7
/proc/8532/task/8590/stat : 8590 (java) S 8529 8532 5064 0 -1 1077944384 29709 13014 0 0 657 47 4 3 20 0 15 0 405151981 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790762396528 139791759641218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8591] ppid=8529 vsize=10846964 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8591/stat : 8591 (java) S 8529 8532 5064 0 -1 1077944384 67 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790761342560 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8592] ppid=8529 vsize=10846964 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8592/stat : 8592 (java) S 8529 8532 5064 0 -1 1077944384 12 13014 0 0 0 0 4 3 20 0 15 0 405151982 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790649386368 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8593] ppid=8529 vsize=10846964 memory=2848 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8593/stat : 8593 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790341986640 139791759648667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8594] ppid=8529 vsize=10846964 memory=1408 CPUtime=9.58 cores=1,3,5,7
/proc/8532/task/8594/stat : 8594 (java) S 8529 8532 5064 0 -1 1077944384 23207 13014 0 0 946 5 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790727784816 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8595] ppid=8529 vsize=10846964 memory=3172 CPUtime=9.86 cores=1,3,5,7
/proc/8532/task/8595/stat : 8595 (java) S 8529 8532 5064 0 -1 1077944384 28291 13014 0 0 973 6 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790726732016 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8596] ppid=8529 vsize=10846964 memory=2650280 CPUtime=4.01 cores=1,3,5,7
/proc/8532/task/8596/stat : 8596 (java) S 8529 8532 5064 0 -1 1077944384 14223 13014 0 0 385 9 4 3 20 0 15 0 405151984 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790725679216 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8597] ppid=8529 vsize=10846964 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/8532/task/8597/stat : 8597 (java) S 8529 8532 5064 0 -1 1077944384 3 13014 0 0 0 0 4 3 20 0 15 0 405151985 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790308428000 139791759640277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
[pid=8532/tid=8598] ppid=8529 vsize=10846964 memory=3268 CPUtime=1.38 cores=1,3,5,7
/proc/8532/task/8598/stat : 8598 (java) S 8529 8532 5064 0 -1 1077944384 2291 13014 0 0 56 75 4 3 20 0 15 0 405151985 11107291136 662570 33554432000 4194304 4196468 140736416227504 139790724627632 139791759641218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26451968 140736416234229 140736416236741 140736416236741 140736416239567 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2650280 KiB

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

[startup+2456.55 s]
# the end of solver process 8532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.58 s, system=3.59092 s

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

Child status: 143
Real time (s): 2456.55
CPU time (s): 2520.17
CPU user time (s): 2516.58
CPU system time (s): 3.59092
CPU usage (%): 102.59
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 2901372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.58
system time used= 3.59092
maximum resident set size= 2901372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214368
involuntary context switches= 7319


# summary of solver processes directly reported to runsolver:
#   pid: 8532
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2516.58
#   total CPU system time (s): 3.59092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5776 second user time and 19.4365 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 14:41:39
IDJOB=4387143
IDBENCH=126429
IDSOLVER=2823
FILE ID=node141/4387143-1568292140
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-8-4-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387143-1568292140/watcher-4387143-1568292140 -o /tmp/evaluation-result-4387143-1568292140/solver-4387143-1568292140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1221619792 HOME/instance-4387143-1568292140.xml

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

MD5SUM BENCH= bd9ca51d6afa7a7de86d4bfb05f523c8
RANDOM SEED=1221619792

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30926376 kB
MemAvailable:   31113112 kB
Buffers:           95128 kB
Cached:           391504 kB
SwapCached:        82116 kB
Active:          1018544 kB
Inactive:         299664 kB
Active(anon):     756676 kB
Inactive(anon):   104084 kB
Active(file):     261868 kB
Inactive(file):   195580 kB
Unevictable:      110408 kB
Mlocked:          110408 kB
SwapTotal:      67108860 kB
SwapFree:       66916160 kB
Dirty:             35732 kB
Writeback:             0 kB
AnonPages:        895216 kB
Mapped:            44956 kB
Shmem:             20692 kB
Slab:             119312 kB
SReclaimable:      90248 kB
SUnreclaim:        29064 kB
KernelStack:        4016 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 15:22:36