Trace number 4400819

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.12.2? (TO) 2520.1 2473.04

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army13-24ls.xml
MD5SUM0f005dd489acd3d024429b7d4f1ec9d6
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 benchmark34.6669
Satisfiable
(Un)Satisfiability was proved
Number of variables490
Number of constraints737
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":490}]
Minimum variable degree3
Maximum variable degree15
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":346},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":8},{"degree":15,"count":56}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":253},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":346},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":8},{"arity":14,"count":56},{"arity":169,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":737}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.05/2473.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2473.01		at concrete.MAC.mac(MAC.scala:192)
2520.05/2473.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2473.01		at scala.util.Try$.apply(Try.scala:212)
2520.05/2473.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2473.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2473.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2473.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2473.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2473.01		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.05/2473.01		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2473.01		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2473.01		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2473.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2473.01		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2473.01		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2473.01		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2473.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.05/2473.01		at scala.util.Success.map(Try.scala:264)
2520.05/2473.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2473.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2473.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2473.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2473.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2473.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2473.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2473.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2473.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2473.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2473.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2473.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2473.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2473.02		at scala.App.main(App.scala:75)
2520.05/2473.02		at scala.App.main$(App.scala:73)
2520.05/2473.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2473.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2473.02	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 (14232 MiB free)
  memory of node 1: 16384 MiB (15250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400819-1568688163/watcher-4400819-1568688163 -o /tmp/evaluation-result-4400819-1568688163/solver-4400819-1568688163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1778213593 HOME/instance-4400819-1568688163.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=22861, runsolver pid=22858

[startup+0.100119 s]*
/proc/loadavg: 1.12 1.32 1.38 3/218 22918
/proc/meminfo: memFree=30184388/32770624 swapFree=66926592/67108860
[pid=22861] ppid=22858 vsize=9972712 memory=15444 CPUtime=0.08 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 4599 13555 0 0 1 0 5 2 20 0 6 0 445072106 10212057088 3861 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2493178 3861 1958 1 0 2481616 0
[pid=22861/tid=22914] ppid=22858 vsize=9988792 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 2426 13555 0 0 1 0 5 2 20 0 6 0 445072115 10228523008 3861 33554432000 4194304 4196468 140727092918928 139694858891856 139694868465245 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 6 0 445072116 10228523008 3861 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=9988792 memory=140609250272875 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 6 0 445072116 10228523008 3861 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 6 0 445072116 10228523008 3861 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 6 0 445072116 10228523008 3861 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15444 KiB

[startup+0.210057 s]*
/proc/loadavg: 1.12 1.32 1.38 4/227 22927
/proc/meminfo: memFree=30161492/32770624 swapFree=66926592/67108860
[pid=22861] ppid=22858 vsize=10820196 memory=44920 CPUtime=0.26 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 7566 13555 0 0 18 1 5 2 20 0 15 0 445072106 11079880704 11230 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2705049 11230 3267 1 0 2667149 0
[pid=22861/tid=22914] ppid=22858 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 4066 13555 0 0 11 1 5 2 20 0 15 0 445072115 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694858860176 139694887077021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10820196 memory=140609250272875 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072117 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 33 13555 0 0 0 0 5 2 20 0 15 0 445072118 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694345008800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072118 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694213948656 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) R 22858 22861 18141 0 -1 4202560 595 13555 0 0 1 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694311450864 139694866302764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 54 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10820196 memory=140609250252416 CPUtime=0.1 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 609 13555 0 0 3 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10820196 memory=140609250252416 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 11296 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44920 KiB

[startup+0.311422 s]*
/proc/loadavg: 1.12 1.32 1.38 4/227 22927
/proc/meminfo: memFree=30146684/32770624 swapFree=66926592/67108860
[pid=22861] ppid=22858 vsize=10820196 memory=53232 CPUtime=0.39 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 11036 13555 0 0 29 3 5 2 20 0 15 0 445072106 11079880704 13308 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2705049 13308 3319 1 0 2667149 0
[pid=22861/tid=22914] ppid=22858 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 1077944384 7519 13555 0 0 19 2 5 2 20 0 15 0 445072115 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694858874912 139694887065301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072116 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10820196 memory=140609250252415 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072117 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 33 13555 0 0 0 0 5 2 20 0 15 0 445072118 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694345008800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072118 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694213948656 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 596 13555 0 0 2 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 55 13555 0 0 1 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10820196 memory=140609250252416 CPUtime=0.12 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 617 13555 0 0 5 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10820196 memory=140609250252416 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072121 11079880704 13308 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53232 KiB

[startup+0.707375 s]
/proc/loadavg: 1.12 1.32 1.38 3/227 22927
/proc/meminfo: memFree=30132656/32770624 swapFree=66926592/67108860
[pid=22861] ppid=22858 vsize=10824364 memory=85816 CPUtime=1.14 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 15136 13555 0 0 102 5 5 2 20 0 15 0 445072106 11084148736 21454 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2706091 21454 3514 1 0 2668173 0
[pid=22861/tid=22914] ppid=22858 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 10592 13555 0 0 56 3 5 2 20 0 15 0 445072115 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694858882048 139694887077117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10824364 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10824364 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072116 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072116 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 5 13555 0 0 0 0 5 2 20 0 15 0 445072117 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 33 13555 0 0 0 0 5 2 20 0 15 0 445072118 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694345008800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072118 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694213948656 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 1069 13555 0 0 14 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) R 22858 22861 18141 0 -1 4202560 467 13555 0 0 12 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694310384416 139694866302466 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) R 22858 22861 18141 0 -1 4202560 754 13555 0 0 17 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694309345264 139694871135582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10824364 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072121 11084148736 21454 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85816 KiB

[startup+1.50071 s]
/proc/loadavg: 1.12 1.32 1.38 5/227 22927
/proc/meminfo: memFree=30090960/32770624 swapFree=66926592/67108860
[pid=22861] ppid=22858 vsize=10834680 memory=179180 CPUtime=2.6 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 21865 13555 0 0 243 10 5 2 20 0 15 0 445072106 11094712320 44795 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2708670 44795 3583 1 0 2670733 0
[pid=22861/tid=22914] ppid=22858 vsize=10834680 memory=140609109103192 CPUtime=1.42 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 15362 13555 0 0 129 6 5 2 20 0 15 0 445072115 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694858879088 139694887067030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 329 13555 0 0 1 0 5 2 20 0 15 0 445072116 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10834680 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 27 13555 0 0 0 0 5 2 20 0 15 0 445072116 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10834680 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 57 13555 0 0 1 0 5 2 20 0 15 0 445072116 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10834680 memory=281218218613152 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 56 13555 0 0 1 0 5 2 20 0 15 0 445072116 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10834680 memory=238783001834192 CPUtime=0.08 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 118 13555 0 0 1 0 5 2 20 0 15 0 445072117 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 33 13555 0 0 0 0 5 2 20 0 15 0 445072118 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694345008800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10834680 memory=6011696288782775088 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072118 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694213948656 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10834680 memory=-7668917182949848256 CPUtime=0.38 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 1486 13555 0 0 31 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10834680 memory=8514726395714956677 CPUtime=0.36 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) R 22858 22861 18141 0 -1 1077944384 730 13555 0 0 29 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10834680 memory=7100839887184299122 CPUtime=0.51 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 1454 13555 0 0 44 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 1 13555 0 0 0 0 5 2 20 0 15 0 445072121 11094712320 44795 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 10834680 KiB

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

/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 63679 13555 0 0 229671 51 5 2 20 0 15 0 445072115 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694858890304 139694508361060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10846988 memory=953384 CPUtime=12.34 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 16630 13555 0 0 1173 54 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10846988 memory=953384 CPUtime=12.31 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 15119 13555 0 0 1163 61 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10846988 memory=953384 CPUtime=12.29 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 15139 13555 0 0 1163 59 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10846988 memory=955432 CPUtime=12.31 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 14851 13555 0 0 1167 57 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10846988 memory=955432 CPUtime=10.52 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 15255 13555 0 0 990 55 5 2 20 0 15 0 445072117 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 40 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694345008928 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 9 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694213948672 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10846988 memory=955432 CPUtime=3.54 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 7987 13555 0 0 344 3 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10846988 memory=1408 CPUtime=3.44 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 11135 13555 0 0 332 5 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10846988 memory=955432 CPUtime=1.99 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 9823 13555 0 0 188 4 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10846988 memory=955432 CPUtime=1.35 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 904 13555 0 0 61 67 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 2366.86 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 955432 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.37 1.34 3/227 23296
/proc/meminfo: memFree=28819836/32770624 swapFree=66926600/67108860
[pid=22861] ppid=22858 vsize=10846988 memory=955432 CPUtime=2427.82 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 174268 13555 0 0 242410 365 5 2 20 0 15 0 445072106 11107315712 238858 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2711747 238858 3629 1 0 2673805 0
[pid=22861/tid=22914] ppid=22858 vsize=10846988 memory=6791534058613427641 CPUtime=2356.65 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 64463 13555 0 0 235606 52 5 2 20 0 15 0 445072115 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694858890816 139694495876095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10846988 memory=955432 CPUtime=12.66 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 16875 13555 0 0 1204 55 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10846988 memory=955432 CPUtime=12.64 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 15200 13555 0 0 1195 62 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10846988 memory=955432 CPUtime=12.62 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 15328 13555 0 0 1194 61 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10846988 memory=56 CPUtime=12.64 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 14923 13555 0 0 1199 58 5 2 20 0 15 0 445072116 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10846988 memory=955432 CPUtime=10.79 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 15357 13555 0 0 1015 57 5 2 20 0 15 0 445072117 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 40 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694345008928 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 9 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694213948672 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10846988 memory=955432 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10846988 memory=3580 CPUtime=3.54 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 7989 13555 0 0 344 3 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10846988 memory=955432 CPUtime=3.44 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 11137 13555 0 0 332 5 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10846988 memory=955432 CPUtime=1.99 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 9825 13555 0 0 188 4 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10846988 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10846988 memory=31120 CPUtime=1.38 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 912 13555 0 0 62 69 5 2 20 0 15 0 445072121 11107315712 238858 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 2427.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 955432 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.41 1.36 3/227 23300
/proc/meminfo: memFree=28826232/32770624 swapFree=66926600/67108860
[pid=22861] ppid=22858 vsize=10846988 memory=948760 CPUtime=2488.82 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 175964 13555 0 0 248501 374 5 2 20 0 15 0 445072106 11107315712 237190 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2711747 237190 3629 1 0 2673805 0
[pid=22861/tid=22914] ppid=22858 vsize=10846988 memory=955432 CPUtime=2415.97 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) R 22858 22861 18141 0 -1 4202560 65224 13555 0 0 241537 53 5 2 20 0 15 0 445072115 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694858890944 139694508876072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10846988 memory=955432 CPUtime=13.01 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 17222 13555 0 0 1238 56 5 2 20 0 15 0 445072116 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10846988 memory=955432 CPUtime=12.97 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 15327 13555 0 0 1227 63 5 2 20 0 15 0 445072116 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10846988 memory=956968 CPUtime=12.97 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 15524 13555 0 0 1228 62 5 2 20 0 15 0 445072116 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10846988 memory=955428 CPUtime=12.98 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 15070 13555 0 0 1231 60 5 2 20 0 15 0 445072116 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10846988 memory=957480 CPUtime=11.07 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) S 22858 22861 18141 0 -1 1077944384 15462 13555 0 0 1041 59 5 2 20 0 15 0 445072117 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694346062576 139694887066242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10846988 memory=951836 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 40 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694345008928 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10846988 memory=950300 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 9 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694213948672 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10846988 memory=949784 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10846988 memory=949784 CPUtime=3.54 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 7991 13555 0 0 344 3 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10846988 memory=7 CPUtime=3.44 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 11139 13555 0 0 332 5 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10846988 memory=955432 CPUtime=1.99 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 9827 13555 0 0 188 4 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10846988 memory=952864 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10846988 memory=6791534058613427641 CPUtime=1.42 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 919 13555 0 0 63 72 5 2 20 0 15 0 445072121 11107315712 237190 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 2488.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 948760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]*
/proc/loadavg: 1.62 1.44 1.37 3/227 23304
/proc/meminfo: memFree=28829236/32770624 swapFree=66926600/67108860
[pid=22861] ppid=22858 vsize=10846988 memory=946708 CPUtime=2520.05 cores=1,3,5,7
/proc/22861/stat : 22861 (java) S 22858 22861 18141 0 -1 1077944320 176627 13555 0 0 251620 378 5 2 20 0 15 0 445072106 11107315712 236677 33554432000 4194304 4196468 140727092918928 140727092901472 139694887055095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
/proc/22861/statm: 2711747 236677 3629 1 0 2673805 0
[pid=22861/tid=22914] ppid=22858 vsize=10846988 memory=8317482817917895235 CPUtime=2446.34 cores=1,3,5,7
/proc/22861/task/22914/stat : 22914 (java) S 22858 22861 18141 0 -1 1077944384 65584 13555 0 0 244573 54 5 2 20 0 15 0 445072115 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694858891104 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22915] ppid=22858 vsize=10846988 memory=1 CPUtime=13.19 cores=1,3,5,7
/proc/22861/task/22915/stat : 22915 (java) S 22858 22861 18141 0 -1 1077944384 17368 13555 0 0 1255 57 5 2 20 0 15 0 445072116 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694891297296 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22916] ppid=22858 vsize=10846988 memory=0 CPUtime=13.15 cores=1,3,5,7
/proc/22861/task/22916/stat : 22916 (java) S 22858 22861 18141 0 -1 1077944384 15371 13555 0 0 1244 64 5 2 20 0 15 0 445072116 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694459955856 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22917] ppid=22858 vsize=10846988 memory=0 CPUtime=13.14 cores=1,3,5,7
/proc/22861/task/22917/stat : 22917 (java) S 22858 22861 18141 0 -1 1077944384 15531 13555 0 0 1244 63 5 2 20 0 15 0 445072116 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694458902800 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22918] ppid=22858 vsize=10846988 memory=12 CPUtime=13.16 cores=1,3,5,7
/proc/22861/task/22918/stat : 22918 (java) S 22858 22861 18141 0 -1 1077944384 15087 13555 0 0 1248 61 5 2 20 0 15 0 445072116 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694457850256 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22919] ppid=22858 vsize=10846988 memory=116 CPUtime=11.22 cores=1,3,5,7
/proc/22861/task/22919/stat : 22919 (java) R 22858 22861 18141 0 -1 4202560 15530 13555 0 0 1055 60 5 2 20 0 15 0 445072117 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694346061088 139694872746219 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22920] ppid=22858 vsize=10846988 memory=120 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22920/stat : 22920 (java) S 22858 22861 18141 0 -1 1077944384 40 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694345008928 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22921] ppid=22858 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22921/stat : 22921 (java) S 22858 22861 18141 0 -1 1077944384 9 13555 0 0 0 0 5 2 20 0 15 0 445072118 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694213948672 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22922] ppid=22858 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22922/stat : 22922 (java) S 22858 22861 18141 0 -1 1077944384 2 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139693609970128 139694887073691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22923] ppid=22858 vsize=10846988 memory=3803 CPUtime=3.54 cores=1,3,5,7
/proc/22861/task/22923/stat : 22923 (java) S 22858 22861 18141 0 -1 1077944384 7993 13555 0 0 344 3 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694311450864 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22924] ppid=22858 vsize=10846988 memory=251693 CPUtime=3.44 cores=1,3,5,7
/proc/22861/task/22924/stat : 22924 (java) S 22858 22861 18141 0 -1 1077944384 11141 13555 0 0 332 5 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694310398320 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22925] ppid=22858 vsize=10846988 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/22861/task/22925/stat : 22925 (java) S 22858 22861 18141 0 -1 1077944384 9829 13555 0 0 188 4 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694309345264 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22926] ppid=22858 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22861/task/22926/stat : 22926 (java) S 22858 22861 18141 0 -1 1077944384 3 13555 0 0 0 0 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139693140207968 139694887065301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
[pid=22861/tid=22927] ppid=22858 vsize=10846988 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/22861/task/22927/stat : 22927 (java) S 22858 22861 18141 0 -1 1077944384 934 13555 0 0 64 72 5 2 20 0 15 0 445072121 11107315712 236677 33554432000 4194304 4196468 140727092918928 139694308293680 139694887066242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17342464 140727092923119 140727092925637 140727092925637 140727092928463 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 946708 KiB

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

[startup+2473.04 s]
# the end of solver process 22861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.82515 s

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

Child status: 143
Real time (s): 2473.04
CPU time (s): 2520.1
CPU user time (s): 2516.28
CPU system time (s): 3.82515
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.82515
maximum resident set size= 1139204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294733
involuntary context switches= 6776


# summary of solver processes directly reported to runsolver:
#   pid: 22861
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.82515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0701 second user time and 23.0317 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 03:40:44
IDJOB=4400819
IDBENCH=134835
IDSOLVER=2857
FILE ID=node107/4400819-1568688163
RUNJOBID= node107-1568669613-18173
PBS_JOBID= 21703793
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army13-24ls.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400819-1568688163/watcher-4400819-1568688163 -o /tmp/evaluation-result-4400819-1568688163/solver-4400819-1568688163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1778213593 HOME/instance-4400819-1568688163.xml

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

MD5SUM BENCH= 0f005dd489acd3d024429b7d4f1ec9d6
RANDOM SEED=1778213593

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30190744 kB
MemAvailable:   31327644 kB
Buffers:          218404 kB
Cached:          1199832 kB
SwapCached:        76432 kB
Active:          1183608 kB
Inactive:         802148 kB
Active(anon):     501460 kB
Inactive(anon):   109016 kB
Active(file):     682148 kB
Inactive(file):   693132 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926592 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:        603596 kB
Mapped:            55936 kB
Shmem:             34208 kB
Slab:             183928 kB
SReclaimable:     154908 kB
SUnreclaim:        29020 kB
KernelStack:        3760 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1506724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-17 04:21:58