Trace number 4396076

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)1049 2520.11 2493.05

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-11.xml
MD5SUMf07db2d4579cd982e010e3ec5f98a04a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1049
Best CPU time to get the best result obtained on this benchmark35.8095
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
5.60/2.74	o 621
5.60/2.75	o 661
5.60/2.76	o 679
5.60/2.78	o 722
5.60/2.79	o 740
5.60/2.79	o 760
5.94/2.81	o 853
5.94/2.85	o 855
6.71/3.01	o 869
6.71/3.01	o 876
6.71/3.03	o 887
7.32/3.21	o 947
7.32/3.28	o 958
7.32/3.29	o 976
7.32/3.29	o 981
7.65/3.30	o 996
7.65/3.31	o 1011
8.26/3.56	o 1027
10.78/4.61	o 1030
10.78/4.62	o 1033
10.99/4.83	o 1035
10.99/4.83	o 1036
13.13/6.92	o 1040
13.13/6.93	o 1046
17.02/10.46	o 1049
2520.07/2493.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2493.01		at concrete.MAC.mac(MAC.scala:192)
2520.07/2493.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2493.01		at scala.util.Try$.apply(Try.scala:212)
2520.07/2493.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2493.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2493.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2493.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2493.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2493.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2493.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2493.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2493.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2493.01		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2493.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2493.01		at scala.util.Success.map(Try.scala:264)
2520.07/2493.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2493.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2493.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2493.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2493.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2493.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2493.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2493.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2493.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2493.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2493.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2493.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2493.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2493.01		at scala.App.main(App.scala:75)
2520.07/2493.01		at scala.App.main$(App.scala:73)
2520.07/2493.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2493.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2493.02	v <instantiation
2520.07/2493.02	v         cost = '1049'>
2520.07/2493.02	v       <list>
2520.07/2493.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2520.07/2493.02	v       </list>
2520.07/2493.02	v       <values>
2520.07/2493.02	v         0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0
2520.07/2493.02	v       </values>
2520.07/2493.02	v     </instantiation>
2520.07/2493.03	s SATISFIABLE

Verifier Data

OK	1049

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 (14762 MiB free)
  memory of node 1: 16384 MiB (15474 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396076-1568404921/watcher-4396076-1568404921 -o /tmp/evaluation-result-4396076-1568404921/solver-4396076-1568404921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30101 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1382763034 HOME/instance-4396076-1568404921.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=32256, runsolver pid=32253
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 1.38 1.35 1.33 4/223 32313
/proc/meminfo: memFree=30957736/32770624 swapFree=66918856/67108860
[pid=32256] ppid=32253 vsize=9972712 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 4442 13473 0 0 1 0 5 3 20 0 6 0 416429988 10212057088 4716 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2493178 4716 1935 1 0 2481616 0
[pid=32256/tid=32309] ppid=32253 vsize=9972712 memory=4279135703980344719 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 2233 13473 0 0 1 0 5 3 20 0 6 0 416429998 10212057088 4716 33554432000 4194304 4196468 140731457136752 140518912119376 140518921676349 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 6 0 416429998 10212057088 4716 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=9972712 memory=140065999238784 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 6 0 416429998 10212057088 4716 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 6 0 416429998 10212057088 4716 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 6 0 416429998 10212057088 4716 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210634 s]*
/proc/loadavg: 1.38 1.35 1.33 4/232 32322
/proc/meminfo: memFree=30937464/32770624 swapFree=66918856/67108860
[pid=32256] ppid=32253 vsize=10819664 memory=40916 CPUtime=0.26 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 7081 13473 0 0 17 1 5 3 20 0 15 0 416429988 11079335936 10229 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2704916 10229 3166 1 0 2667149 0
[pid=32256/tid=32309] ppid=32253 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 3565 13473 0 0 11 1 5 3 20 0 15 0 416429998 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518912087840 140518924363102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10819664 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10819664 memory=288370442150950528 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10819664 memory=140065999238784 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079335936 10229 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 13 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079335936 10293 33554432000 4194304 4196468 140731457136752 140518243689504 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079335936 10293 33554432000 4194304 4196468 140731457136752 140517773927280 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 464 13473 0 0 1 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 181 13473 0 0 1 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10819664 memory=140065999238784 CPUtime=0.11 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 639 13473 0 0 3 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10819664 memory=140065999238784 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079335936 10293 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40916 KiB

[startup+0.31077 s]*
/proc/loadavg: 1.38 1.35 1.33 4/232 32322
/proc/meminfo: memFree=30924408/32770624 swapFree=66918856/67108860
[pid=32256] ppid=32253 vsize=10820148 memory=50072 CPUtime=0.41 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 10741 13473 0 0 30 3 5 3 20 0 15 0 416429988 11079831552 12518 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2705037 12518 3299 1 0 2667149 0
[pid=32256/tid=32309] ppid=32253 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 7190 13473 0 0 19 2 5 3 20 0 15 0 416429998 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518912104384 140518940304541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 13 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518243689504 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11079831552 12518 33554432000 4194304 4196468 140731457136752 140517773927280 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 467 13473 0 0 1 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 190 13473 0 0 2 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10820148 memory=140065999238784 CPUtime=0.13 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 659 13473 0 0 5 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10820148 memory=140065999238784 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430003 11079831552 12518 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50072 KiB

[startup+0.700671 s]
/proc/loadavg: 1.38 1.35 1.33 3/232 32322
/proc/meminfo: memFree=30909016/32770624 swapFree=66918856/67108860
[pid=32256] ppid=32253 vsize=10824360 memory=83656 CPUtime=1.11 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 15116 13473 0 0 98 5 5 3 20 0 15 0 416429988 11084144640 20914 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2706090 20914 3509 1 0 2668173 0
[pid=32256/tid=32309] ppid=32253 vsize=10824360 memory=280131725976000 CPUtime=0.67 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 10438 13473 0 0 55 4 5 3 20 0 15 0 416429998 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518912109776 140518940294550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10824360 memory=280131725976192 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10824360 memory=280131725772816 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10824360 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 2 13473 0 0 0 0 5 3 20 0 15 0 416429998 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10824360 memory=140065862988272 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416429998 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10824360 memory=140067473457742 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 5 13473 0 0 0 0 5 3 20 0 15 0 416430000 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10824360 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 13 13473 0 0 0 0 5 3 20 0 15 0 416430000 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518243689504 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10824360 memory=7452706766398776640 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11084144640 20914 33554432000 4194304 4196468 140731457136752 140517773927280 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10824360 memory=7739276948478323303 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10824360 memory=5865188000529146989 CPUtime=0.22 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) R 32253 32256 30069 0 -1 4202560 959 13473 0 0 14 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518465919856 140518917877472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10824360 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) R 32253 32256 30069 0 -1 1077944384 596 13473 0 0 10 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) R 32253 32256 30069 0 -1 4202560 885 13473 0 0 17 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518463814256 140518925409904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10824360 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430003 11084144640 20914 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83656 KiB

[startup+1.5007 s]
/proc/loadavg: 1.38 1.35 1.33 3/232 32322
/proc/meminfo: memFree=30862308/32770624 swapFree=66918856/67108860
[pid=32256] ppid=32253 vsize=10834676 memory=171228 CPUtime=2.44 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 20452 13473 0 0 225 11 5 3 20 0 15 0 416429988 11094708224 42807 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2708669 42807 3572 1 0 2670733 0
[pid=32256/tid=32309] ppid=32253 vsize=10834676 memory=2811011 CPUtime=1.44 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 14913 13473 0 0 129 7 5 3 20 0 15 0 416429998 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518912095008 140518940304541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 44 13473 0 0 1 0 5 3 20 0 15 0 416429998 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10834676 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 23 13473 0 0 0 0 5 3 20 0 15 0 416429998 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10834676 memory=3000 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 26 13473 0 0 1 0 5 3 20 0 15 0 416429998 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10834676 memory=83656 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 11 13473 0 0 1 0 5 3 20 0 15 0 416429998 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10834676 memory=280131725976000 CPUtime=0.09 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 44 13473 0 0 1 0 5 3 20 0 15 0 416430000 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10834676 memory=280131725976192 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 14 13473 0 0 0 0 5 3 20 0 15 0 416430000 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518243689568 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10834676 memory=280131725772448 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11094708224 42807 33554432000 4194304 4196468 140731457136752 140517773927280 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10834676 memory=4638778398332698720 CPUtime=0.37 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) R 32253 32256 30069 0 -1 1077944384 1033 13473 0 0 29 0 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10834676 memory=280131726252928 CPUtime=0.28 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) R 32253 32256 30069 0 -1 4202560 653 13473 0 0 20 0 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518464867152 140518924188172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10834676 memory=-7522837583129502606 CPUtime=0.48 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) R 32253 32256 30069 0 -1 4202560 1477 13473 0 0 39 1 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518463814256 140518933379046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10834676 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10834676 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430003 11094708224 42807 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 43461 13473 0 0 230679 29 5 3 20 0 15 0 416429998 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518912118784 140518540568474 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10846984 memory=541136 CPUtime=6.69 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 6103 13473 0 0 620 41 5 3 20 0 15 0 416429998 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10846984 memory=541136 CPUtime=6.66 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 7098 13473 0 0 621 37 5 3 20 0 15 0 416429998 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10846984 memory=541136 CPUtime=6.7 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 8360 13473 0 0 624 38 5 3 20 0 15 0 416429998 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10846984 memory=541136 CPUtime=6.69 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 5824 13473 0 0 626 35 5 3 20 0 15 0 416429998 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10846984 memory=541136 CPUtime=6.62 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 7580 13473 0 0 616 38 5 3 20 0 15 0 416430000 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10846984 memory=541136 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 14 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518243689568 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10846984 memory=541136 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135284 33554432000 4194304 4196468 140731457136752 140517773927296 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10846984 memory=541136 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10846984 memory=541136 CPUtime=2.64 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 13830 13473 0 0 254 2 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10846984 memory=541136 CPUtime=2.91 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 18804 13473 0 0 281 2 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10846984 memory=541136 CPUtime=1.35 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 7443 13473 0 0 123 4 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10846984 memory=864 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10846984 memory=541136 CPUtime=1.21 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 766 13473 0 0 48 65 5 3 20 0 15 0 416430003 11107311616 135284 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 2348.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 541136 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.39 1.38 3/228 32669
/proc/meminfo: memFree=30328820/32770624 swapFree=66918884/67108860
[pid=32256] ppid=32253 vsize=10846984 memory=541192 CPUtime=2408.51 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 122505 13473 0 0 240595 248 5 3 20 0 15 0 416429988 11107311616 135298 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2711746 135298 3623 1 0 2673805 0
[pid=32256/tid=32309] ppid=32253 vsize=10846984 memory=541192 CPUtime=2366.77 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 43938 13473 0 0 236637 32 5 3 20 0 15 0 416429998 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518912118512 140518541154832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10846984 memory=541192 CPUtime=6.85 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 6121 13473 0 0 636 41 5 3 20 0 15 0 416429998 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10846984 memory=541192 CPUtime=6.83 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 7114 13473 0 0 637 38 5 3 20 0 15 0 416429998 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10846984 memory=541192 CPUtime=6.87 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 8453 13473 0 0 640 39 5 3 20 0 15 0 416429998 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10846984 memory=541192 CPUtime=6.87 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 6012 13473 0 0 643 36 5 3 20 0 15 0 416429998 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10846984 memory=541192 CPUtime=6.79 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 7773 13473 0 0 632 39 5 3 20 0 15 0 416430000 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10846984 memory=541192 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 14 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518243689568 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135298 33554432000 4194304 4196468 140731457136752 140517773927296 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10846984 memory=541180 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10846984 memory=541180 CPUtime=2.64 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 13832 13473 0 0 254 2 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10846984 memory=22004 CPUtime=2.91 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 18806 13473 0 0 281 2 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10846984 memory=988 CPUtime=1.35 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 7445 13473 0 0 123 4 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10846984 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10846984 memory=22004 CPUtime=1.24 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 784 13473 0 0 49 67 5 3 20 0 15 0 416430003 11107311616 135298 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 2408.51 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 541192 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.34 1.37 3/228 32673
/proc/meminfo: memFree=30080052/32770624 swapFree=66918884/67108860
[pid=32256] ppid=32253 vsize=10846984 memory=541320 CPUtime=2468.98 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 123537 13473 0 0 246637 253 5 3 20 0 15 0 416429988 11107311616 135330 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2711746 135330 3623 1 0 2673805 0
[pid=32256/tid=32309] ppid=32253 vsize=10846984 memory=541320 CPUtime=2426.37 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 44443 13473 0 0 242596 33 5 3 20 0 15 0 416429998 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518912118320 140518541265216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10846984 memory=541248 CPUtime=7.02 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 6138 13473 0 0 652 42 5 3 20 0 15 0 416429998 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10846984 memory=541252 CPUtime=6.99 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 7207 13473 0 0 653 38 5 3 20 0 15 0 416429998 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10846984 memory=541248 CPUtime=7.03 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 8463 13473 0 0 656 39 5 3 20 0 15 0 416429998 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10846984 memory=541252 CPUtime=7.04 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 6205 13473 0 0 659 37 5 3 20 0 15 0 416429998 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10846984 memory=541252 CPUtime=6.97 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 7965 13473 0 0 649 40 5 3 20 0 15 0 416430000 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10846984 memory=541320 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 14 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518243689568 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10846984 memory=541320 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135330 33554432000 4194304 4196468 140731457136752 140517773927296 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10846984 memory=541320 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10846984 memory=541260 CPUtime=2.64 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 13834 13473 0 0 254 2 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10846984 memory=541260 CPUtime=2.91 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 18808 13473 0 0 281 2 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10846984 memory=541252 CPUtime=1.35 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 7447 13473 0 0 123 4 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10846984 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10846984 memory=541320 CPUtime=1.28 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 800 13473 0 0 51 69 5 3 20 0 15 0 416430003 11107311616 135330 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 2468.98 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 541320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493 s]*
/proc/loadavg: 1.33 1.35 1.37 3/231 32681
/proc/meminfo: memFree=30109116/32770624 swapFree=66918884/67108860
[pid=32256] ppid=32253 vsize=10846984 memory=541336 CPUtime=2520.07 cores=1,3,5,7
/proc/32256/stat : 32256 (java) S 32253 32256 30069 0 -1 1077944320 124283 13473 0 0 251742 257 5 3 20 0 15 0 416429988 11107311616 135334 33554432000 4194304 4196468 140731457136752 140731457119296 140518940282615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
/proc/32256/statm: 2711746 135334 3623 1 0 2673805 0
[pid=32256/tid=32309] ppid=32253 vsize=10846984 memory=6791534058613427641 CPUtime=2476.72 cores=1,3,5,7
/proc/32256/task/32309/stat : 32309 (java) R 32253 32256 30069 0 -1 4202560 44802 13473 0 0 247631 33 5 3 20 0 15 0 416429998 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518912118432 140518540989252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32310] ppid=32253 vsize=10846984 memory=6789802306324843961 CPUtime=7.17 cores=1,3,5,7
/proc/32256/task/32310/stat : 32310 (java) S 32253 32256 30069 0 -1 1077944384 6299 13473 0 0 666 43 5 3 20 0 15 0 416429998 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518944525456 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32311] ppid=32253 vsize=10846984 memory=3004 CPUtime=7.13 cores=1,3,5,7
/proc/32256/task/32311/stat : 32311 (java) S 32253 32256 30069 0 -1 1077944384 7219 13473 0 0 666 39 5 3 20 0 15 0 416429998 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518848728080 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32312] ppid=32253 vsize=10846984 memory=829644 CPUtime=7.18 cores=1,3,5,7
/proc/32256/task/32312/stat : 32312 (java) S 32253 32256 30069 0 -1 1077944384 8478 13473 0 0 670 40 5 3 20 0 15 0 416429998 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518512974736 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32313] ppid=32253 vsize=10846984 memory=2608 CPUtime=7.17 cores=1,3,5,7
/proc/32256/task/32313/stat : 32313 (java) S 32253 32256 30069 0 -1 1077944384 6246 13473 0 0 672 37 5 3 20 0 15 0 416429998 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518511921936 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32314] ppid=32253 vsize=10846984 memory=2608 CPUtime=7.11 cores=1,3,5,7
/proc/32256/task/32314/stat : 32314 (java) S 32253 32256 30069 0 -1 1077944384 8111 13473 0 0 662 41 5 3 20 0 15 0 416430000 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518466972016 140518940293762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32315] ppid=32253 vsize=10846984 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32315/stat : 32315 (java) S 32253 32256 30069 0 -1 1077944384 14 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518243689568 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32316] ppid=32253 vsize=10846984 memory=22004 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32316/stat : 32316 (java) S 32253 32256 30069 0 -1 1077944384 1 13473 0 0 0 0 5 3 20 0 15 0 416430000 11107311616 135334 33554432000 4194304 4196468 140731457136752 140517773927296 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32317] ppid=32253 vsize=10846984 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32317/stat : 32317 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140517466527568 140518940301211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32318] ppid=32253 vsize=10846984 memory=2012 CPUtime=2.64 cores=1,3,5,7
/proc/32256/task/32318/stat : 32318 (java) S 32253 32256 30069 0 -1 1077944384 13836 13473 0 0 254 2 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518465919856 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32319] ppid=32253 vsize=10846984 memory=1324 CPUtime=2.92 cores=1,3,5,7
/proc/32256/task/32319/stat : 32319 (java) S 32253 32256 30069 0 -1 1077944384 18810 13473 0 0 281 3 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518464867056 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32320] ppid=32253 vsize=10846984 memory=1704 CPUtime=1.35 cores=1,3,5,7
/proc/32256/task/32320/stat : 32320 (java) S 32253 32256 30069 0 -1 1077944384 7449 13473 0 0 123 4 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518463814256 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32321] ppid=32253 vsize=10846984 memory=5936 CPUtime=0.08 cores=1,3,5,7
/proc/32256/task/32321/stat : 32321 (java) S 32253 32256 30069 0 -1 1077944384 3 13473 0 0 0 0 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140517432969952 140518940292821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
[pid=32256/tid=32322] ppid=32253 vsize=10846984 memory=588 CPUtime=1.3 cores=1,3,5,7
/proc/32256/task/32322/stat : 32322 (java) S 32253 32256 30069 0 -1 1077944384 806 13473 0 0 52 70 5 3 20 0 15 0 416430003 11107311616 135334 33554432000 4194304 4196468 140731457136752 140518462761648 140518940293762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731457141487 140731457144005 140731457144005 140731457146831 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 541336 KiB

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

[startup+2493.05 s]
# the end of solver process 32256 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.49 s, system=2.61426 s

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

Child status: 143
Real time (s): 2493.05
CPU time (s): 2520.11
CPU user time (s): 2517.49
CPU system time (s): 2.61426
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 10849788
Max. memory (cumulated for all children) (KiB): 541912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.49
system time used= 2.61426
maximum resident set size= 545544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214763
involuntary context switches= 8549


# summary of solver processes directly reported to runsolver:
#   pid: 32256
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.49
#   total CPU system time (s): 2.61426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8372 second user time and 22.7752 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-13 22:01:19
IDJOB=4396076
IDBENCH=133458
IDSOLVER=2846
FILE ID=node141/4396076-1568404921
RUNJOBID= node141-1568395860-30101
PBS_JOBID= 21701869
Free space on /tmp= 58504 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396076-1568404921/watcher-4396076-1568404921 -o /tmp/evaluation-result-4396076-1568404921/solver-4396076-1568404921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30101 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1382763034 HOME/instance-4396076-1568404921.xml

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

MD5SUM BENCH= f07db2d4579cd982e010e3ec5f98a04a
RANDOM SEED=1382763034

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:        30963348 kB
MemAvailable:   31352692 kB
Buffers:          164012 kB
Cached:           513496 kB
SwapCached:        80692 kB
Active:           844592 kB
Inactive:         405992 kB
Active(anon):     498380 kB
Inactive(anon):   106084 kB
Active(file):     346212 kB
Inactive(file):   299908 kB
Unevictable:      109444 kB
Mlocked:          109444 kB
SwapTotal:      67108860 kB
SwapFree:       66918856 kB
Dirty:             35408 kB
Writeback:            28 kB
AnonPages:        577400 kB
Mapped:            49064 kB
Shmem:             22900 kB
Slab:             148076 kB
SReclaimable:     118116 kB
SUnreclaim:        29960 kB
KernelStack:        4000 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1766728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 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= 58472 MiB
End job on node141 at 2019-09-13 22:42:52