Trace number 4396403

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)960 2400.08 2374.23

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-00.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark24.2661
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.77/0.56	c Concrete v3.12.2.1568380929293 running
5.97/2.80	o 543
5.97/2.82	o 556
5.97/2.84	o 596
5.97/2.85	o 613
6.33/2.93	o 635
6.33/2.94	o 643
6.33/2.95	o 666
6.33/2.98	o 689
6.33/3.00	o 692
6.70/3.01	o 712
6.70/3.01	o 718
6.70/3.06	o 760
6.70/3.06	o 761
6.70/3.06	o 767
6.70/3.07	o 792
6.70/3.09	o 798
6.70/3.09	o 828
7.06/3.11	o 830
7.06/3.15	o 851
7.06/3.15	o 854
7.06/3.18	o 882
7.06/3.18	o 909
7.06/3.18	o 924
8.28/3.52	o 936
8.28/3.53	o 940
8.28/3.54	o 954
10.10/4.29	o 960
2400.03/2374.20	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2374.20		at concrete.MAC.mac(MAC.scala:192)
2400.03/2374.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2374.20		at scala.util.Try$.apply(Try.scala:212)
2400.03/2374.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2374.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2374.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2374.20		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2374.20		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2374.20		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2374.20		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2374.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2374.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2374.20		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2374.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2374.20		at scala.util.Success.map(Try.scala:264)
2400.03/2374.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2374.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2374.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2374.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2374.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2374.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2374.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2374.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2374.20		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2374.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2374.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2374.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2374.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2374.20		at scala.App.main(App.scala:75)
2400.03/2374.20		at scala.App.main$(App.scala:73)
2400.03/2374.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2374.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2374.21	v <instantiation
2400.03/2374.21	v         cost = '960'>
2400.03/2374.21	v       <list>
2400.03/2374.21	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]
2400.03/2374.21	v       </list>
2400.03/2374.21	v       <values>
2400.03/2374.21	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
2400.03/2374.21	v       </values>
2400.03/2374.21	v     </instantiation>
2400.03/2374.22	s SATISFIABLE

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396403-1568403322/watcher-4396403-1568403322 -o /tmp/evaluation-result-4396403-1568403322/solver-4396403-1568403322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5975 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=200029416 HOME/instance-4396403-1568403322.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7186, runsolver pid=7183

[startup+0.100127 s]*
/proc/loadavg: 1.36 1.33 1.34 3/217 7243
/proc/meminfo: memFree=26338524/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=9972712 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 4399 13547 0 0 0 1 4 3 20 0 6 0 416589496 10212057088 4137 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2493178 4137 1933 1 0 2481616 0
[pid=7186/tid=7239] ppid=7183 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 2232 13547 0 0 0 0 4 3 20 0 6 0 416589505 10212057088 4203 33554432000 4194304 4196468 140726311772064 139823739695696 139823751939422 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 6 0 416589506 10212057088 4203 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=9972712 memory=15401608942065304 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 6 0 416589506 10212057088 4203 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 6 0 416589506 10212057088 4203 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 6 0 416589506 10212057088 4203 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210198 s]*
/proc/loadavg: 1.36 1.33 1.34 5/226 7252
/proc/meminfo: memFree=26317644/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10819664 memory=39448 CPUtime=0.25 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 7171 13547 0 0 16 2 4 3 20 0 15 0 416589496 11079335936 9862 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2704916 9862 3173 1 0 2667149 0
[pid=7186/tid=7239] ppid=7183 vsize=10819664 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 3680 13547 0 0 10 1 4 3 20 0 15 0 416589505 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823739666544 139823748134733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10819664 memory=15401608942065304 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589507 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 13 13547 0 0 0 0 4 3 20 0 15 0 416589508 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823130075936 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589508 11079335936 9862 33554432000 4194304 4196468 140726311772064 139822526096496 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 345 13547 0 0 1 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 300 13547 0 0 1 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10819664 memory=140176172127872 CPUtime=0.1 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 614 13547 0 0 3 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10819664 memory=140176172127872 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079335936 9862 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39448 KiB

[startup+0.310983 s]*
/proc/loadavg: 1.36 1.33 1.34 3/226 7252
/proc/meminfo: memFree=26304096/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10820148 memory=50572 CPUtime=0.39 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 10870 13547 0 0 28 4 4 3 20 0 15 0 416589496 11079831552 12643 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2705037 12643 3305 1 0 2667149 0
[pid=7186/tid=7239] ppid=7183 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 7361 13547 0 0 18 3 4 3 20 0 15 0 416589505 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823739681328 139823751939422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10820148 memory=140176172127871 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589507 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 13 13547 0 0 0 0 4 3 20 0 15 0 416589508 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823130075936 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589508 11079831552 12643 33554432000 4194304 4196468 140726311772064 139822526096496 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 354 13547 0 0 2 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 301 13547 0 0 1 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10820148 memory=140176172127872 CPUtime=0.12 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 624 13547 0 0 5 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10820148 memory=140176172127872 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589511 11079831552 12643 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50572 KiB

[startup+0.709258 s]
/proc/loadavg: 1.36 1.33 1.34 3/226 7252
/proc/meminfo: memFree=26290728/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10824360 memory=83988 CPUtime=1.12 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 15186 13547 0 0 99 6 4 3 20 0 15 0 416589496 11084144640 20997 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2706090 20997 3511 1 0 2668173 0
[pid=7186/tid=7239] ppid=7183 vsize=10824360 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 10505 13547 0 0 55 5 4 3 20 0 15 0 416589505 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823739686096 139823767880861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10824360 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10824360 memory=1724 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589506 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589506 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 5 13547 0 0 0 0 4 3 20 0 15 0 416589507 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 13 13547 0 0 0 0 4 3 20 0 15 0 416589508 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823130075936 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589508 11084144640 20997 33554432000 4194304 4196468 140726311772064 139822526096496 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) R 7183 7186 5944 0 -1 4202560 731 13547 0 0 13 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823226283040 139823751071152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 823 13547 0 0 12 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) R 7183 7186 5944 0 -1 4202560 889 13547 0 0 17 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823224191856 139823746656048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10824360 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589511 11084144640 20997 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83988 KiB

[startup+1.50116 s]
/proc/loadavg: 1.36 1.33 1.34 3/226 7252
/proc/meminfo: memFree=26246100/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10834676 memory=169252 CPUtime=2.41 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 20489 13547 0 0 224 10 4 3 20 0 15 0 416589496 11094708224 42313 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2708669 42313 3572 1 0 2670733 0
[pid=7186/tid=7239] ppid=7183 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 14969 13547 0 0 129 7 4 3 20 0 15 0 416589505 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823739664272 139823767870870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10834676 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 19 13547 0 0 1 0 4 3 20 0 15 0 416589506 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10834676 memory=7014751519650437478 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 28 13547 0 0 1 0 4 3 20 0 15 0 416589506 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10834676 memory=7302412391745545817 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 25 13547 0 0 1 0 4 3 20 0 15 0 416589506 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10834676 memory=280352111634784 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 35 13547 0 0 1 0 4 3 20 0 15 0 416589506 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10834676 memory=171025597741155 CPUtime=0.08 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 44 13547 0 0 1 0 4 3 20 0 15 0 416589507 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10834676 memory=171025597741156 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 14 13547 0 0 0 0 4 3 20 0 15 0 416589508 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823130076000 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10834676 memory=171025597741157 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589508 11094708224 42313 33554432000 4194304 4196468 140726311772064 139822526096512 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10834676 memory=171025597741158 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10834676 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) R 7183 7186 5944 0 -1 4202560 784 13547 0 0 26 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823226296944 139823751764876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10834676 memory=280352111228848 CPUtime=0.29 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 884 13547 0 0 22 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10834676 memory=280352111226992 CPUtime=0.46 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 1472 13547 0 0 39 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10834676 memory=280352111227056 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10834676 memory=280352111674576 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 1 13547 0 0 0 0 4 3 20 0 15 0 416589511 11094708224 42313 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 46004 13547 0 0 218684 33 4 3 20 0 15 0 416589505 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823739694864 139823360673318 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.35 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 7103 13547 0 0 595 33 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.31 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 9560 13547 0 0 593 31 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.32 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 9718 13547 0 0 590 35 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.34 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 12203 13547 0 0 591 36 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.13 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 9561 13547 0 0 571 35 4 3 20 0 15 0 416589507 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10846984 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 14 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823130076064 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822526096512 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10846984 memory=561008 CPUtime=3.12 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 16077 13547 0 0 303 2 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10846984 memory=561008 CPUtime=2.76 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 17031 13547 0 0 265 4 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10846984 memory=561008 CPUtime=1.45 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 10023 13547 0 0 135 3 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10846984 memory=561008 CPUtime=1.25 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 937 13547 0 0 61 57 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 2226.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561008 KiB

[startup+2262.3 s]
/proc/loadavg: 1.67 1.40 1.35 3/229 7616
/proc/meminfo: memFree=25724688/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10846984 memory=561008 CPUtime=2287.22 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 141415 13547 0 0 228482 233 4 3 20 0 15 0 416589496 11107311616 140252 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2711746 140252 3621 1 0 2673805 0
[pid=7186/tid=7239] ppid=7183 vsize=10846984 memory=561008 CPUtime=2246.83 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 46499 13547 0 0 224643 33 4 3 20 0 15 0 416589505 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823739694688 139823358947692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.52 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 7137 13547 0 0 611 34 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.47 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 9611 13547 0 0 608 32 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.49 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 9873 13547 0 0 607 35 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.51 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 12219 13547 0 0 608 36 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10846984 memory=988 CPUtime=6.31 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 9757 13547 0 0 588 36 4 3 20 0 15 0 416589507 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 14 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823130076064 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822526096512 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10846984 memory=561008 CPUtime=3.12 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 16079 13547 0 0 303 2 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10846984 memory=3252 CPUtime=2.76 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 17033 13547 0 0 265 4 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10846984 memory=1112 CPUtime=1.45 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 10025 13547 0 0 135 3 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10846984 memory=5968 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10846984 memory=561008 CPUtime=1.28 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 954 13547 0 0 63 58 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 2287.22 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561008 KiB

[startup+2322.3 s]
/proc/loadavg: 1.64 1.45 1.36 3/229 7620
/proc/meminfo: memFree=25850136/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10846984 memory=561008 CPUtime=2347.71 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 142407 13547 0 0 234525 239 4 3 20 0 15 0 416589496 11107311616 140252 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2711746 140252 3621 1 0 2673805 0
[pid=7186/tid=7239] ppid=7183 vsize=10846984 memory=561008 CPUtime=2306.42 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 47017 13547 0 0 230602 33 4 3 20 0 15 0 416589505 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823739694880 139823358646088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.7 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 7179 13547 0 0 628 35 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.64 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 9620 13547 0 0 624 33 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.66 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 9901 13547 0 0 623 36 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.69 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 12389 13547 0 0 624 38 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10846984 memory=561008 CPUtime=6.48 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 9957 13547 0 0 604 37 4 3 20 0 15 0 416589507 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10846984 memory=561008 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 14 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823130076064 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10846984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822526096512 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10846984 memory=3132 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10846984 memory=561008 CPUtime=3.12 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 16082 13547 0 0 303 2 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10846984 memory=288230574492221466 CPUtime=2.76 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 17035 13547 0 0 265 4 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10846984 memory=288230574492221466 CPUtime=1.45 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 10027 13547 0 0 135 3 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10846984 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10846984 memory=796 CPUtime=1.32 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 972 13547 0 0 65 60 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 2347.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.2 s]
/proc/loadavg: 1.64 1.48 1.38 3/229 7625
/proc/meminfo: memFree=25912664/32770624 swapFree=66977616/67108860
[pid=7186] ppid=7183 vsize=10846984 memory=561008 CPUtime=2400.03 cores=0,2,4,6
/proc/7186/stat : 7186 (java) S 7183 7186 5944 0 -1 1077944320 143007 13547 0 0 239753 243 4 3 20 0 15 0 416589496 11107311616 140252 33554432000 4194304 4196468 140726311772064 140726311754608 139823767858935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
/proc/7186/statm: 2711746 140252 3621 1 0 2673805 0
[pid=7186/tid=7239] ppid=7183 vsize=10846984 memory=288230621803970871 CPUtime=2357.97 cores=0,2,4,6
/proc/7186/task/7239/stat : 7239 (java) R 7183 7186 5944 0 -1 4202560 47375 13547 0 0 235756 34 4 3 20 0 15 0 416589505 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823739694976 139823361103610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7240] ppid=7183 vsize=10846984 memory=16105866206120578 CPUtime=6.84 cores=0,2,4,6
/proc/7186/task/7240/stat : 7240 (java) S 7183 7186 5944 0 -1 1077944384 7180 13547 0 0 642 35 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823772101520 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7241] ppid=7183 vsize=10846984 memory=288230621803970871 CPUtime=6.8 cores=0,2,4,6
/proc/7186/task/7241/stat : 7241 (java) S 7183 7186 5944 0 -1 1077944384 9628 13547 0 0 639 34 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823670991632 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7242] ppid=7183 vsize=10846984 memory=16105866206120578 CPUtime=6.81 cores=0,2,4,6
/proc/7186/task/7242/stat : 7242 (java) S 7183 7186 5944 0 -1 1077944384 10058 13547 0 0 637 37 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823669939344 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7243] ppid=7183 vsize=10846984 memory=912 CPUtime=6.84 cores=0,2,4,6
/proc/7186/task/7243/stat : 7243 (java) S 7183 7186 5944 0 -1 1077944384 12426 13547 0 0 638 39 4 3 20 0 15 0 416589506 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823668886544 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7244] ppid=7183 vsize=10846984 memory=1984 CPUtime=6.63 cores=0,2,4,6
/proc/7186/task/7244/stat : 7244 (java) S 7183 7186 5944 0 -1 1077944384 9984 13547 0 0 618 38 4 3 20 0 15 0 416589507 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823227349104 139823767870082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7245] ppid=7183 vsize=10846984 memory=2480 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7245/stat : 7245 (java) S 7183 7186 5944 0 -1 1077944384 14 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823130076064 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7246] ppid=7183 vsize=10846984 memory=1768 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7246/stat : 7246 (java) S 7183 7186 5944 0 -1 1077944384 2 13547 0 0 0 0 4 3 20 0 15 0 416589508 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822526096512 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7247] ppid=7183 vsize=10846984 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7247/stat : 7247 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822285805648 139823767877531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7248] ppid=7183 vsize=10846984 memory=796 CPUtime=3.12 cores=0,2,4,6
/proc/7186/task/7248/stat : 7248 (java) S 7183 7186 5944 0 -1 1077944384 16084 13547 0 0 303 2 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823226296944 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7249] ppid=7183 vsize=10846984 memory=1804 CPUtime=2.76 cores=0,2,4,6
/proc/7186/task/7249/stat : 7249 (java) S 7183 7186 5944 0 -1 1077944384 17037 13547 0 0 265 4 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823225244144 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7250] ppid=7183 vsize=10846984 memory=916 CPUtime=1.45 cores=0,2,4,6
/proc/7186/task/7250/stat : 7250 (java) S 7183 7186 5944 0 -1 1077944384 10029 13547 0 0 135 3 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823224191856 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7251] ppid=7183 vsize=10846984 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/7186/task/7251/stat : 7251 (java) S 7183 7186 5944 0 -1 1077944384 3 13547 0 0 0 0 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139822252248032 139823767869141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
[pid=7186/tid=7252] ppid=7183 vsize=10846984 memory=1428 CPUtime=1.34 cores=0,2,4,6
/proc/7186/task/7252/stat : 7252 (java) S 7183 7186 5944 0 -1 1077944384 978 13547 0 0 66 61 4 3 20 0 15 0 416589511 11107311616 140252 33554432000 4194304 4196468 140726311772064 139823223138736 139823767870082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15446016 140726311774960 140726311777477 140726311777477 140726311780303 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561008 KiB

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

[startup+2374.23 s]
# the end of solver process 7186 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.6 s, system=2.48333 s

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

Child status: 143
Real time (s): 2374.23
CPU time (s): 2400.08
CPU user time (s): 2397.6
CPU system time (s): 2.48333
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 10852304
Max. memory (cumulated for all children) (KiB): 561008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.6
system time used= 2.48333
maximum resident set size= 565216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199899
involuntary context switches= 7101


# summary of solver processes directly reported to runsolver:
#   pid: 7186
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2397.6
#   total CPU system time (s): 2.48333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0025 second user time and 20.2982 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 20:25:05
IDJOB=4396403
IDBENCH=133455
IDSOLVER=2847
FILE ID=node104/4396403-1568403322
RUNJOBID= node104-1568394225-5975
PBS_JOBID= 21701872
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396403-1568403322/watcher-4396403-1568403322 -o /tmp/evaluation-result-4396403-1568403322/solver-4396403-1568403322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5975 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=200029416 HOME/instance-4396403-1568403322.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=200029416

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26343828 kB
MemAvailable:   31336076 kB
Buffers:          163672 kB
Cached:          5083476 kB
SwapCached:        31860 kB
Active:          2186308 kB
Inactive:        3599160 kB
Active(anon):     505624 kB
Inactive(anon):    74488 kB
Active(file):    1680684 kB
Inactive(file):  3524672 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             35600 kB
Writeback:             8 kB
AnonPages:        615784 kB
Mapped:            57460 kB
Shmem:             32780 kB
Slab:             235976 kB
SReclaimable:     205456 kB
SUnreclaim:        30520 kB
KernelStack:        3696 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1768328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-13 21:04:40