Trace number 4387349

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.09 2458.73

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-fpga/
Pb-fpga45-44-sat.xml
MD5SUM5bcfa8fa7457011a5ed18201858fb80b
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 benchmark6.71118
Satisfiable
(Un)Satisfiability was proved
Number of variables2970
Number of constraints2113
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2970}]
Minimum variable degree3
Maximum variable degree45
Distribution of variable degrees[{"degree":3,"count":1980},{"degree":45,"count":990}]
Minimum constraint arity22
Maximum constraint arity45
Distribution of constraint arities[{"arity":22,"count":22},{"arity":23,"count":2002},{"arity":44,"count":45},{"arity":45,"count":44}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2113}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387349-1568300092/watcher-4387349-1568300092 -o /tmp/evaluation-result-4387349-1568300092/solver-4387349-1568300092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=921154595 HOME/instance-4387349-1568300092.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=10993, runsolver pid=10990
Current StackSize limit: 8192 KiB


[startup+0.109513 s]*
/proc/loadavg: 1.41 1.54 1.51 3/218 11050
/proc/meminfo: memFree=30323028/32770624 swapFree=66916312/67108860
[pid=10993] ppid=10990 vsize=10355560 memory=20644 CPUtime=0.11 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 4932 13297 0 0 2 1 5 3 20 0 9 0 405947178 10604093440 5161 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2588890 5161 2102 1 0 2551431 0
[pid=10993/tid=11046] ppid=10990 vsize=10355560 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 2685 13297 0 0 1 0 5 3 20 0 9 0 405947187 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640893505392 139640907351859 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10355560 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 9 0 405947187 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10355560 memory=139953504138880 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 9 0 405947187 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 9 0 405947187 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 9 0 405947187 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10355560 memory=139953504138880 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 9 0 405947189 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 33 13297 0 0 0 0 5 3 20 0 9 0 405947189 10604093440 5673 33554432000 4194304 4196468 140734322260928 139640380007584 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 9 0 405947190 10604093440 5673 33554432000 4194304 4196468 140734322260928 139639788659504 139640921679573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20644 KiB

[startup+0.210976 s]*
/proc/loadavg: 1.41 1.54 1.51 3/227 11059
/proc/meminfo: memFree=30308092/32770624 swapFree=66916312/67108860
[pid=10993] ppid=10990 vsize=10818940 memory=36976 CPUtime=0.27 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 7068 13297 0 0 17 2 5 3 20 0 15 0 405947178 11078594560 9244 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2704735 9244 2987 1 0 2667149 0
[pid=10993/tid=11046] ppid=10990 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 3576 13297 0 0 11 1 5 3 20 0 15 0 405947187 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640893501568 139640905749854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10818940 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947187 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10818940 memory=139953504149829 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10818940 memory=139953504138880 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947189 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 33 13297 0 0 0 0 5 3 20 0 15 0 405947189 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640380007584 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947190 11078594560 9244 33554432000 4194304 4196468 140734322260928 139639788659440 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11078594560 9244 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 336 13297 0 0 1 0 5 3 20 0 15 0 405947192 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 282 13297 0 0 1 0 5 3 20 0 15 0 405947192 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10818940 memory=139953504138880 CPUtime=0.11 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 628 13297 0 0 3 0 5 3 20 0 15 0 405947192 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11078594560 9244 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10818940 memory=139953504138880 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947193 11078594560 9244 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36976 KiB

[startup+0.31064 s]*
/proc/loadavg: 1.41 1.54 1.51 3/227 11059
/proc/meminfo: memFree=30297984/32770624 swapFree=66916312/67108860
[pid=10993] ppid=10990 vsize=10820244 memory=48336 CPUtime=0.4 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 10804 13297 0 0 29 3 5 3 20 0 15 0 405947178 11079929856 12084 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2705061 12084 3306 1 0 2667149 0
[pid=10993/tid=11046] ppid=10990 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 7286 13297 0 0 20 2 5 3 20 0 15 0 405947187 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640893490768 139640907406040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947187 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10820244 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10820244 memory=139953504145873 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947189 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 33 13297 0 0 0 0 5 3 20 0 15 0 405947189 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640380007584 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947190 11079929856 12084 33554432000 4194304 4196468 140734322260928 139639788659440 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11079929856 12084 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) R 10990 10993 5064 0 -1 4202560 346 13297 0 0 2 0 5 3 20 0 15 0 405947192 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640346450672 139640899543552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 282 13297 0 0 1 0 5 3 20 0 15 0 405947192 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10820244 memory=139953504138880 CPUtime=0.13 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 640 13297 0 0 5 0 5 3 20 0 15 0 405947192 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11079929856 12084 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10820244 memory=139953504138880 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947193 11079929856 12084 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 48336 KiB

[startup+0.70838 s]
/proc/loadavg: 1.41 1.54 1.51 5/227 11059
/proc/meminfo: memFree=30281880/32770624 swapFree=66916312/67108860
[pid=10993] ppid=10990 vsize=10824340 memory=81224 CPUtime=1.17 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 15164 13297 0 0 103 6 5 3 20 0 15 0 405947178 11084124160 20306 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2706085 20306 3508 1 0 2668173 0
[pid=10993/tid=11046] ppid=10990 vsize=10824340 memory=279906776856144 CPUtime=0.68 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 10803 13297 0 0 57 3 5 3 20 0 15 0 405947187 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640893495840 139640476610334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10824340 memory=279906776860784 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947187 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10824340 memory=139953504137713 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947187 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 5 13297 0 0 0 0 5 3 20 0 15 0 405947189 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 33 13297 0 0 0 0 5 3 20 0 15 0 405947189 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640380007584 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947190 11084124160 20306 33554432000 4194304 4196468 140734322260928 139639788659440 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10824340 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11084124160 20306 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) R 10990 10993 5064 0 -1 4202560 598 13297 0 0 13 0 5 3 20 0 15 0 405947192 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640346450672 139640921690714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10824340 memory=15393685265194024 CPUtime=0.23 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) R 10990 10993 5064 0 -1 1077944384 656 13297 0 0 15 0 5 3 20 0 15 0 405947192 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) R 10990 10993 5064 0 -1 4202560 844 13297 0 0 17 0 5 3 20 0 15 0 405947192 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640344345072 139640921690714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11084124160 20306 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 1 13297 0 0 0 0 5 3 20 0 15 0 405947193 11084124160 20306 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81224 KiB

[startup+1.50071 s]
/proc/loadavg: 1.41 1.54 1.51 6/227 11059
/proc/meminfo: memFree=30216160/32770624 swapFree=66916312/67108860
[pid=10993] ppid=10990 vsize=10832608 memory=205220 CPUtime=3.35 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 27027 13297 0 0 315 12 5 3 20 0 15 0 405947178 11092590592 51305 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2708152 51305 3583 1 0 2670221 0
[pid=10993/tid=11046] ppid=10990 vsize=10832608 memory=160468 CPUtime=1.43 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 15687 13297 0 0 129 6 5 3 20 0 15 0 405947187 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640893486896 139640905749854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10832608 memory=279906776856144 CPUtime=0.1 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 36 13297 0 0 2 0 5 3 20 0 15 0 405947187 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10832608 memory=279906776855968 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 30 13297 0 0 1 0 5 3 20 0 15 0 405947187 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10832608 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 214 13297 0 0 2 0 5 3 20 0 15 0 405947187 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10832608 memory=2811011 CPUtime=0.1 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 54 13297 0 0 2 0 5 3 20 0 15 0 405947187 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10832608 memory=2812297 CPUtime=0.09 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 176 13297 0 0 1 0 5 3 20 0 15 0 405947189 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 33 13297 0 0 0 0 5 3 20 0 15 0 405947189 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640380007648 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10832608 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 2 13297 0 0 0 0 5 3 20 0 15 0 405947190 11092590592 51305 33554432000 4194304 4196468 140734322260928 139639788659456 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10832608 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11092590592 51305 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10832608 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 1950 13297 0 0 59 1 5 3 20 0 15 0 405947192 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10832608 memory=187417072034122 CPUtime=0.81 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 4162 13297 0 0 73 0 5 3 20 0 15 0 405947192 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10832608 memory=2931126 CPUtime=0.51 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 2467 13297 0 0 42 1 5 3 20 0 15 0 405947192 11092590592 51305 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0

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

/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 79935 13297 0 0 235690 65 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640893504336 139640486177398 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.61 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 29412 13297 0 0 1193 60 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.62 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 22122 13297 0 0 1201 53 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.64 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 18745 13297 0 0 1196 60 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10846964 memory=279906778081184 CPUtime=12.61 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 25223 13297 0 0 1193 60 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10846964 memory=56 CPUtime=10.04 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 23675 13297 0 0 941 55 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 39 13297 0 0 0 0 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640380007712 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 7 13297 0 0 0 0 5 3 20 0 15 0 405947190 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639788659456 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10846964 memory=8 CPUtime=9.07 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 19028 13297 0 0 892 7 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10846964 memory=3616 CPUtime=9.19 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 15082 13297 0 0 905 6 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10846964 memory=17644 CPUtime=5.14 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 16858 13297 0 0 497 9 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10846964 memory=932 CPUtime=1.41 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 2060 13297 0 0 61 72 5 3 20 0 15 0 405947193 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 2442.35 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1754728 KiB

[startup+2442.3 s]
/proc/loadavg: 1.13 1.35 1.43 3/229 11438
/proc/meminfo: memFree=27963536/32770624 swapFree=66916356/67108860
[pid=10993] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2503.36 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 256713 13297 0 0 249930 398 5 3 20 0 15 0 405947178 11107291136 438682 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2711741 438682 3628 1 0 2673805 0
[pid=10993/tid=11046] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2416.92 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 80869 13297 0 0 241618 66 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640893504576 139640900746908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.97 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 29629 13297 0 0 1227 62 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.98 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 22242 13297 0 0 1236 54 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.98 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 19050 13297 0 0 1229 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10846964 memory=1754728 CPUtime=12.97 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 25504 13297 0 0 1228 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10846964 memory=1754728 CPUtime=10.31 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 24087 13297 0 0 966 57 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 39 13297 0 0 0 0 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640380007712 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 7 13297 0 0 0 0 5 3 20 0 15 0 405947190 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639788659456 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.07 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 19032 13297 0 0 892 7 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.19 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 15086 13297 0 0 905 6 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10846964 memory=1754728 CPUtime=5.14 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 16862 13297 0 0 497 9 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10846964 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10846964 memory=1754728 CPUtime=1.44 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 2090 13297 0 0 62 74 5 3 20 0 15 0 405947193 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 2503.36 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1754728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.7 s]
/proc/loadavg: 1.18 1.35 1.43 3/228 11439
/proc/meminfo: memFree=27981144/32770624 swapFree=66916356/67108860
[pid=10993] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2520.04 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 256871 13297 0 0 251596 400 5 3 20 0 15 0 405947178 11107291136 438682 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2711741 438682 3628 1 0 2673805 0
[pid=10993/tid=11046] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2433.14 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 80988 13297 0 0 243240 66 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640893504640 139640485483948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.06 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 29659 13297 0 0 1236 62 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10846964 memory=2600 CPUtime=13.07 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 22242 13297 0 0 1245 54 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.07 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 19050 13297 0 0 1238 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.06 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 25504 13297 0 0 1237 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10846964 memory=1754728 CPUtime=10.39 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 24096 13297 0 0 974 57 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 39 13297 0 0 0 0 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640380007712 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 7 13297 0 0 0 0 5 3 20 0 15 0 405947190 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639788659456 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.07 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 19032 13297 0 0 892 7 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.19 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 15086 13297 0 0 905 6 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10846964 memory=1754728 CPUtime=5.14 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 16862 13297 0 0 497 9 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10846964 memory=56 CPUtime=1.45 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 2090 13297 0 0 62 75 5 3 20 0 15 0 405947193 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1754728 KiB

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

[startup+2458.73 s]
# the end of solver process 10993 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.05161 s

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

[startup+2458.7 s]
/proc/loadavg: 1.18 1.35 1.43 3/228 11439
/proc/meminfo: memFree=27981144/32770624 swapFree=66916356/67108860
[pid=10993] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2520.04 cores=1,3,5,7
/proc/10993/stat : 10993 (java) S 10990 10993 5064 0 -1 1077944320 256871 13297 0 0 251596 400 5 3 20 0 15 0 405947178 11107291136 438682 33554432000 4194304 4196468 140734322260928 140734322243472 139640921669367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
/proc/10993/statm: 2711741 438682 3628 1 0 2673805 0
[pid=10993/tid=11046] ppid=10990 vsize=10846964 memory=1754728 CPUtime=2433.14 cores=1,3,5,7
/proc/10993/task/11046/stat : 11046 (java) R 10990 10993 5064 0 -1 4202560 80988 13297 0 0 243240 66 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640893504640 139640485483948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11047] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.06 cores=1,3,5,7
/proc/10993/task/11047/stat : 11047 (java) S 10990 10993 5064 0 -1 1077944384 29659 13297 0 0 1236 62 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640925912080 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11048] ppid=10990 vsize=10846964 memory=2600 CPUtime=13.07 cores=1,3,5,7
/proc/10993/task/11048/stat : 11048 (java) S 10990 10993 5064 0 -1 1077944384 22242 13297 0 0 1245 54 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640814185616 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11049] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.07 cores=1,3,5,7
/proc/10993/task/11049/stat : 11049 (java) S 10990 10993 5064 0 -1 1077944384 19050 13297 0 0 1238 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640813132560 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11050] ppid=10990 vsize=10846964 memory=1754728 CPUtime=13.06 cores=1,3,5,7
/proc/10993/task/11050/stat : 11050 (java) S 10990 10993 5064 0 -1 1077944384 25504 13297 0 0 1237 61 5 3 20 0 15 0 405947187 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640812080016 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11051] ppid=10990 vsize=10846964 memory=1754728 CPUtime=10.39 cores=1,3,5,7
/proc/10993/task/11051/stat : 11051 (java) S 10990 10993 5064 0 -1 1077944384 24096 13297 0 0 974 57 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640381061360 139640921680514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11052] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11052/stat : 11052 (java) S 10990 10993 5064 0 -1 1077944384 39 13297 0 0 0 0 5 3 20 0 15 0 405947189 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640380007712 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11053] ppid=10990 vsize=10846964 memory=1754728 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11053/stat : 11053 (java) S 10990 10993 5064 0 -1 1077944384 7 13297 0 0 0 0 5 3 20 0 15 0 405947190 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639788659456 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11054] ppid=10990 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11054/stat : 11054 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639481259984 139640921687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11055] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.07 cores=1,3,5,7
/proc/10993/task/11055/stat : 11055 (java) S 10990 10993 5064 0 -1 1077944384 19032 13297 0 0 892 7 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640346450672 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11056] ppid=10990 vsize=10846964 memory=1754728 CPUtime=9.19 cores=1,3,5,7
/proc/10993/task/11056/stat : 11056 (java) S 10990 10993 5064 0 -1 1077944384 15086 13297 0 0 905 6 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640345398128 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11057] ppid=10990 vsize=10846964 memory=1754728 CPUtime=5.14 cores=1,3,5,7
/proc/10993/task/11057/stat : 11057 (java) S 10990 10993 5064 0 -1 1077944384 16862 13297 0 0 497 9 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640344345072 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11058] ppid=10990 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10993/task/11058/stat : 11058 (java) S 10990 10993 5064 0 -1 1077944384 3 13297 0 0 0 0 5 3 20 0 15 0 405947192 11107291136 438682 33554432000 4194304 4196468 140734322260928 139639447702368 139640921679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
[pid=10993/tid=11059] ppid=10990 vsize=10846964 memory=56 CPUtime=1.45 cores=1,3,5,7
/proc/10993/task/11059/stat : 11059 (java) S 10990 10993 5064 0 -1 1077944384 2090 13297 0 0 62 75 5 3 20 0 15 0 405947193 11107291136 438682 33554432000 4194304 4196468 140734322260928 139640343292464 139640921680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6668288 140734322264822 140734322267333 140734322267333 140734322270159 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1754728 KiB

Child status: 143
Real time (s): 2458.73
CPU time (s): 2520.09
CPU user time (s): 2516.04
CPU system time (s): 4.05161
CPU usage (%): 102.496
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 2004080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.05161
maximum resident set size= 2006132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271225
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= 287582
involuntary context switches= 8168


# summary of solver processes directly reported to runsolver:
#   pid: 10993
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.05161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6539 second user time and 24.0139 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 16:54:11
IDJOB=4387349
IDBENCH=134701
IDSOLVER=2823
FILE ID=node141/4387349-1568300092
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-fpga/Pb-fpga45-44-sat.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387349-1568300092/watcher-4387349-1568300092 -o /tmp/evaluation-result-4387349-1568300092/solver-4387349-1568300092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=921154595 HOME/instance-4387349-1568300092.xml

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

MD5SUM BENCH= 5bcfa8fa7457011a5ed18201858fb80b
RANDOM SEED=921154595

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30334036 kB
MemAvailable:   30532400 kB
Buffers:          101812 kB
Cached:           396960 kB
SwapCached:        82028 kB
Active:          1597860 kB
Inactive:         312040 kB
Active(anon):    1334548 kB
Inactive(anon):   106148 kB
Active(file):     263312 kB
Inactive(file):   205892 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916312 kB
Dirty:             35328 kB
Writeback:             0 kB
AnonPages:       1438088 kB
Mapped:            45344 kB
Shmem:             20844 kB
Slab:             118924 kB
SReclaimable:      89988 kB
SUnreclaim:        28936 kB
KernelStack:        3680 kB
PageTables:         9040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2461468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1306624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 17:35:10