Trace number 4396097

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)1289 2520.07 2493.23

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-04.xml
MD5SUM9de932a4b5bfbe7a07e43c684f6299af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1289
Best CPU time to get the best result obtained on this benchmark48.1299
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.79/0.55	c Concrete v3.12.2.1568380929293 running
6.07/2.80	o 758
6.07/2.82	o 776
6.07/2.89	o 794
6.43/2.90	o 797
6.43/2.95	o 827
6.43/2.97	o 833
6.79/3.03	o 855
6.79/3.04	o 882
6.79/3.05	o 885
6.79/3.05	o 888
6.79/3.05	o 903
6.79/3.07	o 927
6.79/3.08	o 952
7.14/3.12	o 960
7.14/3.16	o 963
7.14/3.19	o 1043
7.14/3.19	o 1046
7.14/3.20	o 1113
7.45/3.26	o 1114
7.76/3.35	o 1158
7.76/3.36	o 1161
7.76/3.37	o 1170
7.76/3.37	o 1173
7.76/3.38	o 1181
7.76/3.39	o 1195
8.07/3.44	o 1202
8.07/3.45	o 1209
9.41/3.92	o 1211
10.04/4.12	o 1215
10.04/4.12	o 1260
10.04/4.13	o 1281
12.20/5.05	o 1289
2520.03/2493.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2493.21		at concrete.MAC.mac(MAC.scala:192)
2520.03/2493.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2493.21		at scala.util.Try$.apply(Try.scala:212)
2520.03/2493.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2493.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2493.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2493.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2493.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2493.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.03/2493.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2493.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2493.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2493.21		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2493.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.03/2493.21		at scala.util.Success.map(Try.scala:264)
2520.03/2493.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2493.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2493.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2493.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2493.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2493.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2493.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2493.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2493.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2493.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2493.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2493.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2493.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2493.21		at scala.App.main(App.scala:75)
2520.03/2493.21		at scala.App.main$(App.scala:73)
2520.03/2493.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2493.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2493.22	v <instantiation
2520.03/2493.22	v         cost = '1289'>
2520.03/2493.22	v       <list>
2520.03/2493.22	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.03/2493.22	v       </list>
2520.03/2493.22	v       <values>
2520.03/2493.22	v         1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0
2520.03/2493.22	v       </values>
2520.03/2493.22	v     </instantiation>
2520.03/2493.22	s SATISFIABLE

Verifier Data

OK	1289

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396097-1568404928/watcher-4396097-1568404928 -o /tmp/evaluation-result-4396097-1568404928/solver-4396097-1568404928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1313405043 HOME/instance-4396097-1568404928.xml 

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

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=6497, runsolver pid=6494
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 1.53 1.49 1.43 3/218 6554
/proc/meminfo: memFree=30391532/32770624 swapFree=66981780/67108860
[pid=6497] ppid=6494 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 4462 13119 0 0 1 1 5 3 20 0 6 0 416755481 10212057088 4204 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2493178 4204 1935 1 0 2481616 0
[pid=6497/tid=6550] ppid=6494 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 2283 13119 0 0 0 0 5 3 20 0 6 0 416755490 10212057088 4270 33554432000 4194304 4196468 140736377002384 139645697339984 139645709583710 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416755491 10212057088 4270 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=9972712 memory=140106001417856 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416755491 10212057088 4270 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416755491 10212057088 4270 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 6 0 416755491 10212057088 4270 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210064 s]*
/proc/loadavg: 1.53 1.49 1.43 4/227 6563
/proc/meminfo: memFree=30372904/32770624 swapFree=66981780/67108860
[pid=6497] ppid=6494 vsize=10819664 memory=37204 CPUtime=0.26 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 7158 13119 0 0 16 2 5 3 20 0 15 0 416755481 11079335936 9301 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2704916 9301 3165 1 0 2667149 0
[pid=6497/tid=6550] ppid=6494 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 3632 13119 0 0 10 1 5 3 20 0 15 0 416755490 11079335936 9301 33554432000 4194304 4196468 140736377002384 139645697333216 139645709583710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079335936 9301 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10819664 memory=140106001424610 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079335936 9301 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079335936 9301 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079335936 9301 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10819664 memory=140106001417856 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755492 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416755493 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644727211168 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755493 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644620497648 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 472 13119 0 0 1 0 5 3 20 0 15 0 416755496 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 180 13119 0 0 0 0 5 3 20 0 15 0 416755496 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10819664 memory=140106001417856 CPUtime=0.11 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) R 6494 6497 1949 0 -1 4202560 620 13119 0 0 3 0 5 3 20 0 15 0 416755496 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644691548656 139645704639000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10819664 memory=140106001417856 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755496 11079335936 9301 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37204 KiB

[startup+0.310369 s]*
/proc/loadavg: 1.53 1.49 1.43 4/227 6563
/proc/meminfo: memFree=30359544/32770624 swapFree=66981780/67108860
[pid=6497] ppid=6494 vsize=10820148 memory=48324 CPUtime=0.41 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 10855 13119 0 0 29 4 5 3 20 0 15 0 416755481 11079831552 12081 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2705037 12081 3297 1 0 2667149 0
[pid=6497/tid=6550] ppid=6494 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 7311 13119 0 0 18 3 5 3 20 0 15 0 416755490 11079831552 12081 33554432000 4194304 4196468 140736377002384 139645697303136 139645711745800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079831552 12081 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079831552 12081 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079831552 12081 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755491 11079831552 12081 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755492 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416755493 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644727211168 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755493 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644620497648 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 481 13119 0 0 2 0 5 3 20 0 15 0 416755496 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 181 13119 0 0 1 0 5 3 20 0 15 0 416755496 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10820148 memory=140106001417856 CPUtime=0.13 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) S 6494 6497 1949 0 -1 1077944384 629 13119 0 0 5 0 5 3 20 0 15 0 416755496 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644691548656 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10820148 memory=140106001417856 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755496 11079831552 12081 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48324 KiB

[startup+0.703819 s]
/proc/loadavg: 1.53 1.49 1.43 4/227 6563
/proc/meminfo: memFree=30345296/32770624 swapFree=66981780/67108860
[pid=6497] ppid=6494 vsize=10824360 memory=81640 CPUtime=1.16 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 15134 13119 0 0 103 5 5 3 20 0 15 0 416755481 11084144640 20410 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2706090 20410 3510 1 0 2668173 0
[pid=6497/tid=6550] ppid=6494 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 10439 13119 0 0 56 4 5 3 20 0 15 0 416755490 11084144640 20410 33554432000 4194304 4196468 140736377002384 139645697330384 139645725515158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11084144640 20410 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11084144640 20410 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755491 11084144640 20410 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755491 11084144640 20410 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 5 13119 0 0 0 0 5 3 20 0 15 0 416755492 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10824360 memory=140105859870832 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416755493 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644727211168 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10824360 memory=140106128163414 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755493 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644620497648 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10824360 memory=1164 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10824360 memory=7518026621751088999 CPUtime=0.21 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) R 6494 6497 1949 0 -1 4202560 870 13119 0 0 13 0 5 3 20 0 15 0 416755496 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644693636624 139645707048808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10824360 memory=6081102367496366441 CPUtime=0.23 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 681 13119 0 0 15 0 5 3 20 0 15 0 416755496 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10824360 memory=6154282490091891024 CPUtime=0.25 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) R 6494 6497 1949 0 -1 4202560 886 13119 0 0 17 0 5 3 20 0 15 0 416755496 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644691548656 139645725515158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755496 11084144640 20410 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81640 KiB

[startup+1.50351 s]
/proc/loadavg: 1.53 1.49 1.43 3/227 6563
/proc/meminfo: memFree=30301040/32770624 swapFree=66981780/67108860
[pid=6497] ppid=6494 vsize=10834676 memory=169012 CPUtime=2.48 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 20436 13119 0 0 230 10 5 3 20 0 15 0 416755481 11094708224 42253 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2708669 42253 3572 1 0 2670733 0
[pid=6497/tid=6550] ppid=6494 vsize=10834676 memory=2996107 CPUtime=1.44 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 14900 13119 0 0 130 6 5 3 20 0 15 0 416755490 11094708224 42253 33554432000 4194304 4196468 140736377002384 139645697314976 139645725515158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 28 13119 0 0 1 0 5 3 20 0 15 0 416755491 11094708224 42253 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10834676 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 21 13119 0 0 0 0 5 3 20 0 15 0 416755491 11094708224 42253 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10834676 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 22 13119 0 0 1 0 5 3 20 0 15 0 416755491 11094708224 42253 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10834676 memory=81640 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 37 13119 0 0 1 0 5 3 20 0 15 0 416755491 11094708224 42253 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 38 13119 0 0 1 0 5 3 20 0 15 0 416755492 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10834676 memory=280211719684640 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416755493 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644727211232 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10834676 memory=280211719735440 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755493 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644620497664 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10834676 memory=280211720280256 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10834676 memory=3047711553219693942 CPUtime=0.33 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 928 13119 0 0 25 0 5 3 20 0 15 0 416755496 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10834676 memory=-7521736447810188379 CPUtime=0.35 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 740 13119 0 0 27 0 5 3 20 0 15 0 416755496 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10834676 memory=6369614218960268393 CPUtime=0.48 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) R 6494 6497 1949 0 -1 1077944384 1473 13119 0 0 40 0 5 3 20 0 15 0 416755496 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644691548784 139645725513429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10834676 memory=7955161667202280034 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10834676 memory=6081105700759956839 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416755496 11094708224 42253 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 44675 13119 0 0 230582 27 5 3 20 0 15 0 416755490 11107311616 140228 33554432000 4194304 4196468 140736377002384 139645697339168 139645318924995 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10846984 memory=560912 CPUtime=6.64 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 10207 13119 0 0 620 36 5 3 20 0 15 0 416755491 11107311616 140228 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10846984 memory=560912 CPUtime=6.63 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 4182 13119 0 0 617 38 5 3 20 0 15 0 416755491 11107311616 140228 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10846984 memory=560912 CPUtime=6.63 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 7427 13119 0 0 618 37 5 3 20 0 15 0 416755491 11107311616 140228 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10846984 memory=560912 CPUtime=6.64 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 7454 13119 0 0 619 37 5 3 20 0 15 0 416755491 11107311616 140228 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10846984 memory=560912 CPUtime=6.6 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 9932 13119 0 0 616 36 5 3 20 0 15 0 416755492 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10846984 memory=560912 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 39 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644727211296 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10846984 memory=560912 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644620497664 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10846984 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10846984 memory=928 CPUtime=3.16 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 12983 13119 0 0 306 2 5 3 20 0 15 0 416755496 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10846984 memory=560912 CPUtime=3.03 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 14432 13119 0 0 292 3 5 3 20 0 15 0 416755496 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10846984 memory=984 CPUtime=1.5 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) S 6494 6497 1949 0 -1 1077944384 11387 13119 0 0 139 3 5 3 20 0 15 0 416755496 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644691548656 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10846984 memory=560912 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10846984 memory=1984 CPUtime=1.35 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 832 13119 0 0 70 57 5 3 20 0 15 0 416755496 11107311616 140228 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 2347.74 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 560912 KiB

[startup+2382.3 s]
/proc/loadavg: 1.70 1.46 1.37 3/228 6911
/proc/meminfo: memFree=28514300/32770624 swapFree=66981828/67108860
[pid=6497] ppid=6494 vsize=10846984 memory=561060 CPUtime=2408.25 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 126794 13119 0 0 240578 239 5 3 20 0 15 0 416755481 11107311616 140265 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2711746 140265 3621 1 0 2673805 0
[pid=6497/tid=6550] ppid=6494 vsize=10846984 memory=561028 CPUtime=2365.74 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 45178 13119 0 0 236539 27 5 3 20 0 15 0 416755490 11107311616 140265 33554432000 4194304 4196468 140736377002384 139645697339104 139645320289666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10846984 memory=0 CPUtime=6.82 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 10243 13119 0 0 637 37 5 3 20 0 15 0 416755491 11107311616 140265 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10846984 memory=561024 CPUtime=6.81 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 4225 13119 0 0 634 39 5 3 20 0 15 0 416755491 11107311616 140265 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10846984 memory=665 CPUtime=6.81 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 7614 13119 0 0 635 38 5 3 20 0 15 0 416755491 11107311616 140265 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10846984 memory=561028 CPUtime=6.82 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 7497 13119 0 0 636 38 5 3 20 0 15 0 416755491 11107311616 140265 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10846984 memory=561028 CPUtime=6.77 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 10125 13119 0 0 632 37 5 3 20 0 15 0 416755492 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10846984 memory=561028 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 39 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644727211296 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10846984 memory=561028 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644620497664 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10846984 memory=561028 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10846984 memory=561060 CPUtime=3.17 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 12985 13119 0 0 307 2 5 3 20 0 15 0 416755496 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10846984 memory=561028 CPUtime=3.03 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 14434 13119 0 0 292 3 5 3 20 0 15 0 416755496 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10846984 memory=11976 CPUtime=1.5 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) S 6494 6497 1949 0 -1 1077944384 11389 13119 0 0 139 3 5 3 20 0 15 0 416755496 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644691548656 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10846984 memory=561028 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10846984 memory=15479062137908 CPUtime=1.39 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 850 13119 0 0 72 59 5 3 20 0 15 0 416755496 11107311616 140265 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 2408.25 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.91 1.57 1.41 3/228 6915
/proc/meminfo: memFree=28514592/32770624 swapFree=66981828/67108860
[pid=6497] ppid=6494 vsize=10846984 memory=561108 CPUtime=2468.71 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 127528 13119 0 0 246620 243 5 3 20 0 15 0 416755481 11107311616 140277 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2711746 140277 3621 1 0 2673805 0
[pid=6497/tid=6550] ppid=6494 vsize=10846984 memory=561060 CPUtime=2425.3 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 45637 13119 0 0 242495 27 5 3 20 0 15 0 416755490 11107311616 140277 33554432000 4194304 4196468 140736377002384 139645697339104 139645320815426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10846984 memory=561060 CPUtime=7 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 10256 13119 0 0 654 38 5 3 20 0 15 0 416755491 11107311616 140277 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10846984 memory=561060 CPUtime=6.98 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 4392 13119 0 0 651 39 5 3 20 0 15 0 416755491 11107311616 140277 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10846984 memory=561060 CPUtime=6.97 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 7633 13119 0 0 651 38 5 3 20 0 15 0 416755491 11107311616 140277 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10846984 memory=561060 CPUtime=7 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 7531 13119 0 0 653 39 5 3 20 0 15 0 416755491 11107311616 140277 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10846984 memory=561060 CPUtime=6.95 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 10155 13119 0 0 649 38 5 3 20 0 15 0 416755492 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10846984 memory=561108 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 39 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644727211296 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10846984 memory=561060 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644620497664 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10846984 memory=561060 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10846984 memory=3620 CPUtime=3.17 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 12987 13119 0 0 307 2 5 3 20 0 15 0 416755496 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10846984 memory=561060 CPUtime=3.03 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 14436 13119 0 0 292 3 5 3 20 0 15 0 416755496 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10846984 memory=561060 CPUtime=1.5 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) S 6494 6497 1949 0 -1 1077944384 11391 13119 0 0 139 3 5 3 20 0 15 0 416755496 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644691548656 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10846984 memory=561060 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10846984 memory=561060 CPUtime=1.42 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 856 13119 0 0 74 60 5 3 20 0 15 0 416755496 11107311616 140277 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 2468.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.2 s]
/proc/loadavg: 1.59 1.54 1.41 3/228 6918
/proc/meminfo: memFree=28515024/32770624 swapFree=66981828/67108860
[pid=6497] ppid=6494 vsize=10846984 memory=561120 CPUtime=2520.03 cores=0,2,4,6
/proc/6497/stat : 6497 (java) S 6494 6497 1949 0 -1 1077944320 128186 13119 0 0 251747 248 5 3 20 0 15 0 416755481 11107311616 140280 33554432000 4194304 4196468 140736377002384 140736376984928 139645725503223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
/proc/6497/statm: 2711746 140280 3621 1 0 2673805 0
[pid=6497/tid=6550] ppid=6494 vsize=10846984 memory=3620 CPUtime=2475.86 cores=0,2,4,6
/proc/6497/task/6550/stat : 6550 (java) R 6494 6497 1949 0 -1 4202560 45996 13119 0 0 247550 28 5 3 20 0 15 0 416755490 11107311616 140280 33554432000 4194304 4196468 140736377002384 139645697339024 139645318924988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6551] ppid=6494 vsize=10846984 memory=8112282956445269571 CPUtime=7.14 cores=0,2,4,6
/proc/6497/task/6551/stat : 6551 (java) S 6494 6497 1949 0 -1 1077944384 10277 13119 0 0 667 39 5 3 20 0 15 0 416755491 11107311616 140280 33554432000 4194304 4196468 140736377002384 139645729745936 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6552] ppid=6494 vsize=10846984 memory=2600 CPUtime=7.13 cores=0,2,4,6
/proc/6497/task/6552/stat : 6552 (java) S 6494 6497 1949 0 -1 1077944384 4452 13119 0 0 665 40 5 3 20 0 15 0 416755491 11107311616 140280 33554432000 4194304 4196468 140736377002384 139645628636304 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6553] ppid=6494 vsize=10846984 memory=4108 CPUtime=7.12 cores=0,2,4,6
/proc/6497/task/6553/stat : 6553 (java) S 6494 6497 1949 0 -1 1077944384 7651 13119 0 0 665 39 5 3 20 0 15 0 416755491 11107311616 140280 33554432000 4194304 4196468 140736377002384 139645297748752 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6554] ppid=6494 vsize=10846984 memory=1408 CPUtime=7.15 cores=0,2,4,6
/proc/6497/task/6554/stat : 6554 (java) S 6494 6497 1949 0 -1 1077944384 7544 13119 0 0 667 40 5 3 20 0 15 0 416755491 11107311616 140280 33554432000 4194304 4196468 140736377002384 139645296696208 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6555] ppid=6494 vsize=10846984 memory=3236 CPUtime=7.1 cores=0,2,4,6
/proc/6497/task/6555/stat : 6555 (java) S 6494 6497 1949 0 -1 1077944384 10327 13119 0 0 663 39 5 3 20 0 15 0 416755492 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644728264944 139645725514370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6556] ppid=6494 vsize=10846984 memory=561120 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6556/stat : 6556 (java) S 6494 6497 1949 0 -1 1077944384 39 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644727211296 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6557] ppid=6494 vsize=10846984 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6557/stat : 6557 (java) S 6494 6497 1949 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416755493 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644620497664 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6558] ppid=6494 vsize=10846984 memory=3212 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6558/stat : 6558 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755495 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644313098192 139645725521819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6559] ppid=6494 vsize=10846984 memory=0 CPUtime=3.17 cores=0,2,4,6
/proc/6497/task/6559/stat : 6559 (java) S 6494 6497 1949 0 -1 1077944384 12987 13119 0 0 307 2 5 3 20 0 15 0 416755496 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644693654256 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6560] ppid=6494 vsize=10846984 memory=6944656592455360604 CPUtime=3.03 cores=0,2,4,6
/proc/6497/task/6560/stat : 6560 (java) S 6494 6497 1949 0 -1 1077944384 14436 13119 0 0 292 3 5 3 20 0 15 0 416755496 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644692601712 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6561] ppid=6494 vsize=10846984 memory=6944656592455360604 CPUtime=1.5 cores=0,2,4,6
/proc/6497/task/6561/stat : 6561 (java) S 6494 6497 1949 0 -1 1077944384 11391 13119 0 0 139 3 5 3 20 0 15 0 416755496 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644691548656 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6562] ppid=6494 vsize=10846984 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/6497/task/6562/stat : 6562 (java) S 6494 6497 1949 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416755496 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644279540576 139645725513429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
[pid=6497/tid=6563] ppid=6494 vsize=10846984 memory=6944656592387989600 CPUtime=1.45 cores=0,2,4,6
/proc/6497/task/6563/stat : 6563 (java) S 6494 6497 1949 0 -1 1077944384 871 13119 0 0 75 62 5 3 20 0 15 0 416755496 11107311616 140280 33554432000 4194304 4196468 140736377002384 139644690496048 139645725514370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140736377010927 140736377013445 140736377013445 140736377016271 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 561120 KiB

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

[startup+2493.23 s]
# the end of solver process 6497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.5263 s

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

Child status: 143
Real time (s): 2493.23
CPU time (s): 2520.07
CPU user time (s): 2517.54
CPU system time (s): 2.5263
CPU usage (%): 101.077
Max. virtual memory (cumulated for all children) (KiB): 10852308
Max. memory (cumulated for all children) (KiB): 562380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.5263
maximum resident set size= 565356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 212290
involuntary context switches= 11147


# summary of solver processes directly reported to runsolver:
#   pid: 6497
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.5263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6587 second user time and 17.3786 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 22:01:26
IDJOB=4396097
IDBENCH=133461
IDSOLVER=2846
FILE ID=node121/4396097-1568404928
RUNJOBID= node121-1568393270-2678
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396097-1568404928/watcher-4396097-1568404928 -o /tmp/evaluation-result-4396097-1568404928/solver-4396097-1568404928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1313405043 HOME/instance-4396097-1568404928.xml

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

MD5SUM BENCH= 9de932a4b5bfbe7a07e43c684f6299af
RANDOM SEED=1313405043

node121.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	: 5333.75
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	: 5333.75
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	: 5333.75
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	: 5333.75
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:        30396964 kB
MemAvailable:   30857692 kB
Buffers:          162944 kB
Cached:           593840 kB
SwapCached:        18816 kB
Active:          1480404 kB
Inactive:         354528 kB
Active(anon):    1064652 kB
Inactive(anon):    44324 kB
Active(file):     415752 kB
Inactive(file):   310204 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981780 kB
Dirty:             35600 kB
Writeback:             0 kB
AnonPages:       1169584 kB
Mapped:            48332 kB
Shmem:             22208 kB
Slab:             130352 kB
SReclaimable:     101212 kB
SUnreclaim:        29140 kB
KernelStack:        3680 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2195724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61344 MiB
End job on node121 at 2019-09-13 22:42:59