Trace number 4387465

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.06 2449.83

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9702
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
2520.01/2449.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2449.81		at concrete.MAC.mac(MAC.scala:189)
2520.01/2449.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2449.81		at scala.util.Try$.apply(Try.scala:212)
2520.01/2449.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2449.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2449.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2449.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2449.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2449.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2449.81		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2449.81		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2449.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2449.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2449.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.01/2449.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.01/2449.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2449.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.01/2449.81		at scala.util.Success.map(Try.scala:264)
2520.01/2449.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2449.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2449.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2449.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2449.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2449.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2449.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2449.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2449.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2449.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2449.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2449.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2449.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2449.81		at scala.App.main(App.scala:75)
2520.01/2449.81		at scala.App.main$(App.scala:73)
2520.01/2449.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2449.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2449.81	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6736 MiB free)
  memory of node 1: 16384 MiB (13865 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387465-1568305876/watcher-4387465-1568305876 -o /tmp/evaluation-result-4387465-1568305876/solver-4387465-1568305876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=946427047 HOME/instance-4387465-1568305876.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
solver pid=14170, runsolver pid=14167
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 1.51 1.64 1.53 3/218 14227
/proc/meminfo: memFree=21090468/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=9972712 memory=15180 CPUtime=0.08 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 4580 13148 0 0 1 0 4 3 20 0 6 0 406844958 10212057088 3795 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2493178 3795 1935 1 0 2481616 0
[pid=14170/tid=14223] ppid=14167 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 2392 13148 0 0 1 0 4 3 20 0 6 0 406844967 10212057088 3861 33554432000 4194304 4196468 140730490677888 139737806377552 139737818621278 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 6 0 406844968 10212057088 3861 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=9972712 memory=288370058076112512 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 6 0 406844968 10212057088 3861 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=9978880 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 6 0 406844968 10218373120 3861 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=9984680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 6 0 406844968 10224312320 3861 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210415 s]*
/proc/loadavg: 1.51 1.64 1.53 3/227 14236
/proc/meminfo: memFree=21073592/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10818940 memory=35984 CPUtime=0.25 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 7358 13148 0 0 16 2 4 3 20 0 15 0 406844958 11078594560 8996 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2704735 8996 2993 1 0 2667149 0
[pid=14170/tid=14223] ppid=14167 vsize=10819964 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 4037 13148 0 0 10 1 4 3 20 0 15 0 406844967 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737806365600 139737827220509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10819964 memory=288370058076112512 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 406844969 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 406844970 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737292575520 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844970 11079643136 9259 33554432000 4194304 4196468 140730490677888 139736693859440 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 362 13148 0 0 1 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 274 13148 0 0 1 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10819964 memory=139681924400768 CPUtime=0.1 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 682 13148 0 0 3 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10819964 memory=139681924400768 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079643136 9259 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 35984 KiB

[startup+0.310489 s]*
/proc/loadavg: 1.51 1.64 1.53 4/227 14236
/proc/meminfo: memFree=21065172/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10820096 memory=47156 CPUtime=0.4 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 11092 13148 0 0 29 4 4 3 20 0 15 0 406844958 11079778304 11789 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2705024 11789 3247 1 0 2667149 0
[pid=14170/tid=14223] ppid=14167 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 7462 13148 0 0 19 3 4 3 20 0 15 0 406844967 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737806340048 139737437960170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 406844968 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10820096 memory=139681924400767 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 406844969 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 406844970 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737292575520 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844970 11079778304 11789 33554432000 4194304 4196468 140730490677888 139736693859440 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 373 13148 0 0 1 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 277 13148 0 0 1 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10820096 memory=139681924400768 CPUtime=0.12 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) R 14167 14170 5836 0 -1 4202560 722 13148 0 0 5 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737256913776 139737834562138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10820096 memory=139681924400768 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844973 11079778304 11789 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47156 KiB

[startup+0.700787 s]
/proc/loadavg: 1.51 1.64 1.53 6/227 14236
/proc/meminfo: memFree=21048484/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10824340 memory=79548 CPUtime=1.14 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 15102 13148 0 0 101 6 4 3 20 0 15 0 406844958 11084124160 19887 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2706085 19887 3508 1 0 2668173 0
[pid=14170/tid=14223] ppid=14167 vsize=10824340 memory=7810487918915055718 CPUtime=0.66 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 10551 13148 0 0 55 4 4 3 20 0 15 0 406844967 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737806370368 139737834562717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10824340 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10824340 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10824340 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844968 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 406844968 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 5 13148 0 0 0 0 4 3 20 0 15 0 406844969 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 33 13148 0 0 0 0 4 3 20 0 15 0 406844970 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737292575520 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844970 11084124160 19887 33554432000 4194304 4196468 140730490677888 139736693859440 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 630 13148 0 0 12 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 667 13148 0 0 15 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 993 13148 0 0 17 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844973 11084124160 19887 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79548 KiB

[startup+1.50081 s]
/proc/loadavg: 1.51 1.64 1.53 6/227 14236
/proc/meminfo: memFree=20974620/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10828512 memory=216516 CPUtime=3.71 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 23512 13148 0 0 353 11 4 3 20 0 15 0 406844958 11088396288 54129 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2707128 54129 3577 1 0 2669197 0
[pid=14170/tid=14223] ppid=14167 vsize=10828512 memory=139681798820440 CPUtime=1.44 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 13013 13148 0 0 130 7 4 3 20 0 15 0 406844967 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737806363872 139737816104301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10828512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 6 13148 0 0 0 0 4 3 20 0 15 0 406844968 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10828512 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 9 13148 0 0 1 0 4 3 20 0 15 0 406844968 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10828512 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 82 13148 0 0 0 0 4 3 20 0 15 0 406844968 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10828512 memory=279363598047648 CPUtime=0.08 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 323 13148 0 0 1 0 4 3 20 0 15 0 406844968 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10828512 memory=200527728111338 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 95 13148 0 0 0 0 4 3 20 0 15 0 406844969 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10828512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 54 13148 0 0 0 0 4 3 20 0 15 0 406844970 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737292575520 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10828512 memory=6011695361472492338 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 406844970 11088396288 54129 33554432000 4194304 4196468 140730490677888 139736693859456 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10828512 memory=-8412660965132101773 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10828512 memory=-7668917182949848256 CPUtime=0.9 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) R 14167 14170 5836 0 -1 4202560 2346 13148 0 0 83 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737259008656 139737818446796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10828512 memory=8514726395714956677 CPUtime=0.91 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 2509 13148 0 0 84 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10828512 memory=-8995268955501401461 CPUtime=0.56 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 2856 13148 0 0 49 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10828512 memory=4283920778551074714 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10828512 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11088396288 54129 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 3.71 s
Current children cumulated vsize: 10828512 KiB

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

/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 98628 13148 0 0 229812 69 4 3 20 0 15 0 406844967 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737806375744 139737447309445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10846964 memory=704596 CPUtime=14.72 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 40108 13148 0 0 1426 39 4 3 20 0 15 0 406844968 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10846964 memory=687152 CPUtime=14.72 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 36293 13148 0 0 1425 40 4 3 20 0 15 0 406844968 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10846964 memory=680996 CPUtime=14.74 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 26863 13148 0 0 1426 41 4 3 20 0 15 0 406844968 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10846964 memory=672276 CPUtime=14.73 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 27334 13148 0 0 1427 39 4 3 20 0 15 0 406844968 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10846964 memory=669196 CPUtime=6.02 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 28142 13148 0 0 529 66 4 3 20 0 15 0 406844969 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10846964 memory=668684 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 66 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737292575584 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10846964 memory=668172 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 167043 33554432000 4194304 4196468 140730490677888 139736693859456 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10846964 memory=669196 CPUtime=10.03 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 24794 13148 0 0 991 5 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10846964 memory=3616 CPUtime=10.44 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 33039 13148 0 0 1031 6 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10846964 memory=668172 CPUtime=4.6 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 25651 13148 0 0 445 8 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10846964 memory=669708 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10846964 memory=669708 CPUtime=1.42 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 2137 13148 0 0 63 72 4 3 20 0 15 0 406844973 11107291136 167043 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 2389.78 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 668172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.41 1.50 3/228 14605
/proc/meminfo: memFree=20163884/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10846964 memory=601980 CPUtime=2451.08 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 347190 13148 0 0 244743 358 4 3 20 0 15 0 406844958 11107291136 150495 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2711741 150495 3644 1 0 2673805 0
[pid=14170/tid=14223] ppid=14167 vsize=10846964 memory=613780 CPUtime=2358.22 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 99291 13148 0 0 235746 69 4 3 20 0 15 0 406844967 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737806376368 139737447877672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10846964 memory=603520 CPUtime=15.14 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 40280 13148 0 0 1468 39 4 3 20 0 15 0 406844968 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10846964 memory=626096 CPUtime=15.16 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 36482 13148 0 0 1468 41 4 3 20 0 15 0 406844968 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10846964 memory=620968 CPUtime=15.18 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 27314 13148 0 0 1470 41 4 3 20 0 15 0 406844968 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10846964 memory=604032 CPUtime=15.17 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 27556 13148 0 0 1470 40 4 3 20 0 15 0 406844968 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10846964 memory=602496 CPUtime=6.18 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 28345 13148 0 0 543 68 4 3 20 0 15 0 406844969 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10846964 memory=601980 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 66 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737292575584 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10846964 memory=704 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 150495 33554432000 4194304 4196468 140730490677888 139736693859456 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10846964 memory=37956 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10846964 memory=988 CPUtime=10.03 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 24794 13148 0 0 991 5 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10846964 memory=1768 CPUtime=10.44 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 33039 13148 0 0 1031 6 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10846964 memory=111632 CPUtime=4.6 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 25651 13148 0 0 445 8 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10846964 memory=604032 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10846964 memory=3616 CPUtime=1.46 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 2153 13148 0 0 65 74 4 3 20 0 15 0 406844973 11107291136 150495 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 2451.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 601980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.40 1.49 3/227 14631
/proc/meminfo: memFree=20199608/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10846964 memory=567088 CPUtime=2512.35 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 349401 13148 0 0 250864 364 4 3 20 0 15 0 406844958 11107291136 141772 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2711741 141772 3644 1 0 2673805 0
[pid=14170/tid=14223] ppid=14167 vsize=10846964 memory=569148 CPUtime=2417.56 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 99954 13148 0 0 241679 70 4 3 20 0 15 0 406844967 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737806376112 139737457146850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10846964 memory=577872 CPUtime=15.57 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 40528 13148 0 0 1510 40 4 3 20 0 15 0 406844968 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10846964 memory=56 CPUtime=15.6 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 36704 13148 0 0 1511 42 4 3 20 0 15 0 406844968 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10846964 memory=0 CPUtime=15.62 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 27913 13148 0 0 1513 42 4 3 20 0 15 0 406844968 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10846964 memory=567096 CPUtime=15.6 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 27777 13148 0 0 1513 40 4 3 20 0 15 0 406844968 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10846964 memory=569156 CPUtime=6.34 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 28582 13148 0 0 558 69 4 3 20 0 15 0 406844969 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10846964 memory=568132 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 66 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737292575584 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10846964 memory=567784 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 141772 33554432000 4194304 4196468 140730490677888 139736693859456 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10846964 memory=567272 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10846964 memory=567088 CPUtime=10.03 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 24796 13148 0 0 991 5 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10846964 memory=567088 CPUtime=10.44 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 33041 13148 0 0 1031 6 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10846964 memory=568120 CPUtime=4.6 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 25653 13148 0 0 445 8 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10846964 memory=568632 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10846964 memory=6791534058613427641 CPUtime=1.49 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 2168 13148 0 0 66 76 4 3 20 0 15 0 406844973 11107291136 141772 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 2512.35 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 567088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.8 s]
/proc/loadavg: 1.21 1.38 1.49 3/227 14631
/proc/meminfo: memFree=20205748/32770624 swapFree=66977604/67108860
[pid=14170] ppid=14167 vsize=10846964 memory=559908 CPUtime=2520.01 cores=1,3,5,7
/proc/14170/stat : 14170 (java) S 14167 14170 5836 0 -1 1077944320 349459 13148 0 0 251630 364 4 3 20 0 15 0 406844958 11107291136 139977 33554432000 4194304 4196468 140730490677888 140730490660432 139737834540791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
/proc/14170/statm: 2711741 139977 3644 1 0 2673805 0
[pid=14170/tid=14223] ppid=14167 vsize=10846964 memory=1428 CPUtime=2424.97 cores=1,3,5,7
/proc/14170/task/14223/stat : 14223 (java) R 14167 14170 5836 0 -1 4202560 99987 13148 0 0 242420 70 4 3 20 0 15 0 406844967 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737806376576 139737454317591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14224] ppid=14167 vsize=10846964 memory=1728 CPUtime=15.63 cores=1,3,5,7
/proc/14170/task/14224/stat : 14224 (java) S 14167 14170 5836 0 -1 1077944384 40532 13148 0 0 1516 40 4 3 20 0 15 0 406844968 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737838783376 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14225] ppid=14167 vsize=10846964 memory=704 CPUtime=15.66 cores=1,3,5,7
/proc/14170/task/14225/stat : 14225 (java) S 14167 14170 5836 0 -1 1077944384 36704 13148 0 0 1517 42 4 3 20 0 15 0 406844968 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737407351568 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14226] ppid=14167 vsize=10846964 memory=6791534058613427641 CPUtime=15.67 cores=1,3,5,7
/proc/14170/task/14226/stat : 14226 (java) S 14167 14170 5836 0 -1 1077944384 27916 13148 0 0 1518 42 4 3 20 0 15 0 406844968 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737406299280 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14227] ppid=14167 vsize=10846964 memory=14012 CPUtime=15.66 cores=1,3,5,7
/proc/14170/task/14227/stat : 14227 (java) S 14167 14170 5836 0 -1 1077944384 27777 13148 0 0 1519 40 4 3 20 0 15 0 406844968 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737405246480 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14228] ppid=14167 vsize=10846964 memory=14048 CPUtime=6.37 cores=1,3,5,7
/proc/14170/task/14228/stat : 14228 (java) S 14167 14170 5836 0 -1 1077944384 28594 13148 0 0 560 70 4 3 20 0 15 0 406844969 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737293629552 139737834551938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14229] ppid=14167 vsize=10846964 memory=20088 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14229/stat : 14229 (java) S 14167 14170 5836 0 -1 1077944384 66 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737292575584 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14230] ppid=14167 vsize=10846964 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14230/stat : 14230 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844970 11107291136 139977 33554432000 4194304 4196468 140730490677888 139736693859456 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14231] ppid=14167 vsize=10846964 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14231/stat : 14231 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139736386459728 139737834559387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14232] ppid=14167 vsize=10846964 memory=1564 CPUtime=10.03 cores=1,3,5,7
/proc/14170/task/14232/stat : 14232 (java) S 14167 14170 5836 0 -1 1077944384 24798 13148 0 0 991 5 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737259018864 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14233] ppid=14167 vsize=10846964 memory=1056 CPUtime=10.44 cores=1,3,5,7
/proc/14170/task/14233/stat : 14233 (java) S 14167 14170 5836 0 -1 1077944384 33043 13148 0 0 1031 6 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737257966064 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14234] ppid=14167 vsize=10846964 memory=1556 CPUtime=4.6 cores=1,3,5,7
/proc/14170/task/14234/stat : 14234 (java) S 14167 14170 5836 0 -1 1077944384 25655 13148 0 0 445 8 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737256913776 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14235] ppid=14167 vsize=10846964 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/14170/task/14235/stat : 14235 (java) S 14167 14170 5836 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139736352902112 139737834550997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
[pid=14170/tid=14236] ppid=14167 vsize=10846964 memory=3252 CPUtime=1.49 cores=1,3,5,7
/proc/14170/task/14236/stat : 14236 (java) S 14167 14170 5836 0 -1 1077944384 2168 13148 0 0 66 76 4 3 20 0 15 0 406844973 11107291136 139977 33554432000 4194304 4196468 140730490677888 139737255860656 139737834551938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20168704 140730490682102 140730490684613 140730490684613 140730490687439 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 559908 KiB

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

[startup+2449.83 s]
# the end of solver process 14170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=3.69375 s

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

Child status: 143
Real time (s): 2449.83
CPU time (s): 2520.06
CPU user time (s): 2516.37
CPU system time (s): 3.69375
CPU usage (%): 102.867
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2810532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.69375
maximum resident set size= 2811860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192982
involuntary context switches= 8027


# summary of solver processes directly reported to runsolver:
#   pid: 14170
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 3.69375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8759 second user time and 19.7294 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 17:21:00
IDJOB=4387465
IDBENCH=139283
IDSOLVER=2823
FILE ID=node104/4387465-1568305876
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 56540 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387465-1568305876/watcher-4387465-1568305876 -o /tmp/evaluation-result-4387465-1568305876/solver-4387465-1568305876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=946427047 HOME/instance-4387465-1568305876.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=946427047

node104.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.09
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.09
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.09
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.09
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:        21096852 kB
MemAvailable:   29828264 kB
Buffers:          132556 kB
Cached:          8789432 kB
SwapCached:        31868 kB
Active:          4165040 kB
Inactive:        6789572 kB
Active(anon):    1999772 kB
Inactive(anon):    74116 kB
Active(file):    2165268 kB
Inactive(file):  6715456 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:       2115576 kB
Mapped:            56112 kB
Shmem:             32780 kB
Slab:             309160 kB
SReclaimable:     279148 kB
SUnreclaim:        30012 kB
KernelStack:        3888 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3109564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1941504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node104 at 2019-09-12 18:01:50