Trace number 4396395

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)1079 2400.04 2373.63

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
5.45/2.65	o 652
5.45/2.67	o 661
6.20/2.81	o 737
6.20/2.81	o 785
6.20/2.81	o 789
6.20/2.81	o 850
6.20/2.84	o 857
6.20/2.85	o 875
6.20/2.85	o 881
6.20/2.86	o 898
6.20/2.87	o 921
6.54/2.92	o 926
6.54/2.99	o 927
6.54/3.00	o 941
6.54/3.00	o 942
6.54/3.00	o 959
6.54/3.00	o 980
6.54/3.01	o 997
7.24/3.11	o 1018
7.24/3.12	o 1052
7.24/3.12	o 1055
7.24/3.13	o 1060
9.02/3.72	o 1061
9.02/3.73	o 1079
2400.00/2373.61	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2373.61		at concrete.MAC.mac(MAC.scala:192)
2400.00/2373.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2373.61		at scala.util.Try$.apply(Try.scala:212)
2400.00/2373.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2373.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2373.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2373.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2373.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2373.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2373.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2373.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2373.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2373.61		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2373.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2373.61		at scala.util.Success.map(Try.scala:264)
2400.00/2373.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2373.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2373.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2373.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2373.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2373.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2373.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2373.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2373.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2373.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2373.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2373.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2373.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2373.61		at scala.App.main(App.scala:75)
2400.00/2373.61		at scala.App.main$(App.scala:73)
2400.00/2373.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2373.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2373.62	v <instantiation
2400.00/2373.62	v         cost = '1079'>
2400.00/2373.62	v       <list>
2400.00/2373.62	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.00/2373.62	v       </list>
2400.00/2373.62	v       <values>
2400.00/2373.62	v         1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1
2400.00/2373.62	v       </values>
2400.00/2373.62	v     </instantiation>
2400.00/2373.62	s SATISFIABLE

Verifier Data

OK	1079

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396395-1568403164/watcher-4396395-1568403164 -o /tmp/evaluation-result-4396395-1568403164/solver-4396395-1568403164 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=964328684 HOME/instance-4396395-1568403164.xml 

running on 4 cores: 1,3,5,7

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=15858, runsolver pid=15855

[startup+0.100135 s]*
/proc/loadavg: 1.47 1.58 1.54 3/224 15915
/proc/meminfo: memFree=29987488/32770624 swapFree=66967440/67108860
[pid=15858] ppid=15855 vsize=9972712 memory=18592 CPUtime=0.1 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 4356 13180 0 0 1 1 5 3 20 0 6 0 416565982 10212057088 4648 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2493178 4648 1935 1 0 2481616 0
[pid=15858/tid=15911] ppid=15855 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 2176 13180 0 0 1 0 5 3 20 0 6 0 416565991 10212057088 4648 33554432000 4194304 4196468 140728723212000 139689413878352 139689427353593 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=9972712 memory=5793855826234075577 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416565992 10212057088 4648 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=9972712 memory=140575224182400 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416565992 10212057088 4648 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416565992 10212057088 4648 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 6 0 416565992 10212057088 4648 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210395 s]*
/proc/loadavg: 1.47 1.58 1.54 3/233 15924
/proc/meminfo: memFree=29970108/32770624 swapFree=66967440/67108860
[pid=15858] ppid=15855 vsize=10819664 memory=38232 CPUtime=0.27 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 6915 13180 0 0 17 2 5 3 20 0 15 0 416565982 11079335936 9558 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2704916 9558 3164 1 0 2667149 0
[pid=15858/tid=15911] ppid=15855 vsize=10819664 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 3413 13180 0 0 11 1 5 3 20 0 15 0 416565991 11079335936 10134 33554432000 4194304 4196468 140728723212000 139689413875344 139689434278718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10819664 memory=4211974301428972938 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079335936 10134 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10819664 memory=140575224182400 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079335936 10134 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079335936 10134 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079335936 10134 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10819664 memory=140575224182400 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565993 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688900363040 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565994 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688308368496 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 480 13180 0 0 1 0 5 3 20 0 15 0 416565996 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 177 13180 0 0 1 0 5 3 20 0 15 0 416565996 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10819664 memory=140575224182400 CPUtime=0.11 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) R 15855 15858 14797 0 -1 4202560 612 13180 0 0 3 0 5 3 20 0 15 0 416565996 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688864701296 139689420716660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11079335936 10134 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10819664 memory=140575224182400 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565997 11079335936 10134 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38232 KiB

[startup+0.310713 s]*
/proc/loadavg: 1.47 1.58 1.54 4/233 15924
/proc/meminfo: memFree=29957436/32770624 swapFree=66967440/67108860
[pid=15858] ppid=15855 vsize=10820148 memory=49344 CPUtime=0.4 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 10610 13180 0 0 29 3 5 3 20 0 15 0 416565982 11079831552 12336 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2705037 12336 3296 1 0 2667149 0
[pid=15858/tid=15911] ppid=15855 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 7065 13180 0 0 19 2 5 3 20 0 15 0 416565991 11079831552 12336 33554432000 4194304 4196468 140728723212000 139689413863360 139689442063517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079831552 12336 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079831552 12336 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079831552 12336 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565992 11079831552 12336 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10820148 memory=140575224182399 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565993 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688900363040 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10820148 memory=140575224182400 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565994 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688308368496 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 490 13180 0 0 2 0 5 3 20 0 15 0 416565996 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 177 13180 0 0 1 0 5 3 20 0 15 0 416565996 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 621 13180 0 0 5 0 5 3 20 0 15 0 416565996 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11079831552 12336 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565997 11079831552 12336 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49344 KiB

[startup+0.702706 s]
/proc/loadavg: 1.47 1.58 1.54 3/233 15924
/proc/meminfo: memFree=29943256/32770624 swapFree=66967440/67108860
[pid=15858] ppid=15855 vsize=10824360 memory=81900 CPUtime=1.15 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 14672 13180 0 0 101 6 5 3 20 0 15 0 416565982 11084144640 20475 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2706090 20475 3511 1 0 2668173 0
[pid=15858/tid=15911] ppid=15855 vsize=10824360 memory=281150170095808 CPUtime=0.67 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 1077944384 9974 13180 0 0 55 4 5 3 20 0 15 0 416565991 11084144640 20475 33554432000 4194304 4196468 140728723212000 139689413868544 139689442063613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10824360 memory=281150170096000 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11084144640 20475 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10824360 memory=281150170096192 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11084144640 20475 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10824360 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565992 11084144640 20475 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565992 11084144640 20475 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10824360 memory=281150169823264 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 5 13180 0 0 0 0 5 3 20 0 15 0 416565993 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10824360 memory=6916 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688900363040 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565994 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688308368496 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10824360 memory=281150169839232 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10824360 memory=281150169809136 CPUtime=0.2 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 1000 13180 0 0 12 0 5 3 20 0 15 0 416565996 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10824360 memory=6872598998417432672 CPUtime=0.23 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) R 15855 15858 14797 0 -1 4202560 623 13180 0 0 15 0 5 3 20 0 15 0 416565996 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688865734320 139689425428937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10824360 memory=140575084939584 CPUtime=0.25 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 816 13180 0 0 17 0 5 3 20 0 15 0 416565996 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10824360 memory=140578574565981 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11084144640 20475 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10824360 memory=1000 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565997 11084144640 20475 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81900 KiB

[startup+1.50077 s]
/proc/loadavg: 1.47 1.58 1.54 3/233 15924
/proc/meminfo: memFree=29896308/32770624 swapFree=66967440/67108860
[pid=15858] ppid=15855 vsize=10834676 memory=167220 CPUtime=2.48 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 19991 13180 0 0 229 11 5 3 20 0 15 0 416565982 11094708224 41805 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2708669 41805 3572 1 0 2670733 0
[pid=15858/tid=15911] ppid=15855 vsize=10834676 memory=56 CPUtime=1.44 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 14444 13180 0 0 130 6 5 3 20 0 15 0 416565991 11094708224 41805 33554432000 4194304 4196468 140728723212000 139689413857680 139689426085221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 24 13180 0 0 1 0 5 3 20 0 15 0 416565992 11094708224 41805 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 23 13180 0 0 0 0 5 3 20 0 15 0 416565992 11094708224 41805 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10834676 memory=3624 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 13 13180 0 0 1 0 5 3 20 0 15 0 416565992 11094708224 41805 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10834676 memory=22892 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 47 13180 0 0 1 0 5 3 20 0 15 0 416565992 11094708224 41805 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10834676 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 44 13180 0 0 1 0 5 3 20 0 15 0 416565993 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10834676 memory=281150169877632 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688900363104 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10834676 memory=-7749696028082845524 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565994 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688308368512 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10834676 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 1066 13180 0 0 24 0 5 3 20 0 15 0 416565996 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10834676 memory=56 CPUtime=0.36 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) R 15855 15858 14797 0 -1 1077944384 685 13180 0 0 28 0 5 3 20 0 15 0 416565996 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10834676 memory=13806 CPUtime=0.48 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 1395 13180 0 0 40 0 5 3 20 0 15 0 416565996 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10834676 memory=22787 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11094708224 41805 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416565997 11094708224 41805 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834676 KiB

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

/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 54256 13180 0 0 218593 41 5 3 20 0 15 0 416565991 11105214464 241172 33554432000 4194304 4196468 140728723212000 139689413877472 139689006618766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10844936 memory=3428 CPUtime=6.73 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 18455 13180 0 0 628 37 5 3 20 0 15 0 416565992 11105214464 241172 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10844936 memory=964688 CPUtime=6.72 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 9864 13180 0 0 623 41 5 3 20 0 15 0 416565992 11105214464 241172 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10844936 memory=964688 CPUtime=6.75 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 11993 13180 0 0 624 43 5 3 20 0 15 0 416565992 11105214464 241172 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10844936 memory=964688 CPUtime=6.68 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 10204 13180 0 0 617 43 5 3 20 0 15 0 416565992 11105214464 241172 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10844936 memory=964688 CPUtime=6.99 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 13706 13180 0 0 653 38 5 3 20 0 15 0 416565993 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10844936 memory=964688 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688900363168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10844936 memory=964688 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565994 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688308368512 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10844936 memory=964688 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10844936 memory=1980 CPUtime=2.31 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 14043 13180 0 0 221 2 5 3 20 0 15 0 416565996 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10844936 memory=964688 CPUtime=2.71 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 9624 13180 0 0 258 5 5 3 20 0 15 0 416565996 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10844936 memory=964688 CPUtime=1.35 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 7008 13180 0 0 125 2 5 3 20 0 15 0 416565996 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10844936 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241172 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10844936 memory=964688 CPUtime=1.18 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1229 13180 0 0 54 56 5 3 20 0 15 0 416565997 11105214464 241172 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 2227.22 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 964688 KiB

[startup+2262.3 s]
/proc/loadavg: 1.16 1.29 1.37 3/230 16286
/proc/meminfo: memFree=29389844/32770624 swapFree=66967460/67108860
[pid=15858] ppid=15855 vsize=10844936 memory=964788 CPUtime=2287.71 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 154481 13180 0 0 228498 265 5 3 20 0 15 0 416565982 11105214464 241197 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2711234 241197 3622 1 0 2673293 0
[pid=15858/tid=15911] ppid=15855 vsize=10844936 memory=964788 CPUtime=2245.94 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 54985 13180 0 0 224544 42 5 3 20 0 15 0 416565991 11105214464 241197 33554432000 4194304 4196468 140728723212000 139689413877360 139689007661869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10844936 memory=6791534058613427641 CPUtime=6.91 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 18747 13180 0 0 646 37 5 3 20 0 15 0 416565992 11105214464 241197 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10844936 memory=964716 CPUtime=6.91 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 9950 13180 0 0 641 42 5 3 20 0 15 0 416565992 11105214464 241197 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10844936 memory=964764 CPUtime=6.94 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 12278 13180 0 0 642 44 5 3 20 0 15 0 416565992 11105214464 241197 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10844936 memory=964716 CPUtime=6.87 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 10230 13180 0 0 635 44 5 3 20 0 15 0 416565992 11105214464 241197 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10844936 memory=964716 CPUtime=7.19 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 14103 13180 0 0 671 40 5 3 20 0 15 0 416565993 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10844936 memory=2839778690561 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688900363168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10844936 memory=964788 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565994 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688308368512 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10844936 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10844936 memory=22964 CPUtime=2.31 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 14047 13180 0 0 221 2 5 3 20 0 15 0 416565996 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10844936 memory=6791534058613427641 CPUtime=2.71 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 9628 13180 0 0 258 5 5 3 20 0 15 0 416565996 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10844936 memory=1764 CPUtime=1.35 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 7012 13180 0 0 125 2 5 3 20 0 15 0 416565996 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10844936 memory=964788 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241197 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10844936 memory=964788 CPUtime=1.21 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1251 13180 0 0 55 58 5 3 20 0 15 0 416565997 11105214464 241197 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 2287.71 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 964788 KiB

[startup+2322.3 s]
/proc/loadavg: 1.22 1.28 1.36 3/231 16298
/proc/meminfo: memFree=29388704/32770624 swapFree=66967472/67108860
[pid=15858] ppid=15855 vsize=10844936 memory=964808 CPUtime=2348.24 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 155560 13180 0 0 234545 271 5 3 20 0 15 0 416565982 11105214464 241202 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2711234 241202 3622 1 0 2673293 0
[pid=15858/tid=15911] ppid=15855 vsize=10844936 memory=964808 CPUtime=2305.48 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 55486 13180 0 0 230498 42 5 3 20 0 15 0 416565991 11105214464 241202 33554432000 4194304 4196468 140728723212000 139689413877680 139689008175532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10844936 memory=1716 CPUtime=7.1 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 18756 13180 0 0 664 38 5 3 20 0 15 0 416565992 11105214464 241202 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10844936 memory=964808 CPUtime=7.09 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 10027 13180 0 0 658 43 5 3 20 0 15 0 416565992 11105214464 241202 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10844936 memory=964808 CPUtime=7.12 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 12299 13180 0 0 659 45 5 3 20 0 15 0 416565992 11105214464 241202 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10844936 memory=964808 CPUtime=7.06 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 10475 13180 0 0 652 46 5 3 20 0 15 0 416565992 11105214464 241202 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10844936 memory=964808 CPUtime=7.39 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 14305 13180 0 0 690 41 5 3 20 0 15 0 416565993 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10844936 memory=964808 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688900363168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10844936 memory=964808 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565994 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688308368512 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10844936 memory=964808 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10844936 memory=1764 CPUtime=2.31 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 14049 13180 0 0 221 2 5 3 20 0 15 0 416565996 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10844936 memory=964808 CPUtime=2.71 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 9630 13180 0 0 258 5 5 3 20 0 15 0 416565996 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10844936 memory=964808 CPUtime=1.35 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 7014 13180 0 0 125 2 5 3 20 0 15 0 416565996 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10844936 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241202 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10844936 memory=9328 CPUtime=1.23 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1269 13180 0 0 56 59 5 3 20 0 15 0 416565997 11105214464 241202 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 2348.24 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 964808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2373.6 s]
/proc/loadavg: 1.29 1.30 1.36 3/232 16303
/proc/meminfo: memFree=29386124/32770624 swapFree=66967472/67108860
[pid=15858] ppid=15855 vsize=10844936 memory=964860 CPUtime=2400 cores=1,3,5,7
/proc/15858/stat : 15858 (java) S 15855 15858 14797 0 -1 1077944320 156589 13180 0 0 239716 276 5 3 20 0 15 0 416565982 11105214464 241215 33554432000 4194304 4196468 140728723212000 140728723194544 139689442041591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
/proc/15858/statm: 2711234 241215 3622 1 0 2673293 0
[pid=15858/tid=15911] ppid=15855 vsize=10844936 memory=924 CPUtime=2356.39 cores=1,3,5,7
/proc/15858/task/15911/stat : 15911 (java) R 15855 15858 14797 0 -1 4202560 55940 13180 0 0 235588 43 5 3 20 0 15 0 416565991 11105214464 241215 33554432000 4194304 4196468 140728723212000 139689413877360 139689008067636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15912] ppid=15855 vsize=10844936 memory=3848 CPUtime=7.26 cores=1,3,5,7
/proc/15858/task/15912/stat : 15912 (java) S 15855 15858 14797 0 -1 1077944384 18774 13180 0 0 679 39 5 3 20 0 15 0 416565992 11105214464 241215 33554432000 4194304 4196468 140728723212000 139689446284176 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15913] ppid=15855 vsize=10844936 memory=6791534058613427641 CPUtime=7.26 cores=1,3,5,7
/proc/15858/task/15913/stat : 15913 (java) S 15855 15858 14797 0 -1 1077944384 10038 13180 0 0 674 44 5 3 20 0 15 0 416565992 11105214464 241215 33554432000 4194304 4196468 140728723212000 139689334557456 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15914] ppid=15855 vsize=10844936 memory=1240 CPUtime=7.29 cores=1,3,5,7
/proc/15858/task/15914/stat : 15914 (java) S 15855 15858 14797 0 -1 1077944384 12570 13180 0 0 675 46 5 3 20 0 15 0 416565992 11105214464 241215 33554432000 4194304 4196468 140728723212000 139689333505168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15915] ppid=15855 vsize=10844936 memory=3428 CPUtime=7.23 cores=1,3,5,7
/proc/15858/task/15915/stat : 15915 (java) S 15855 15858 14797 0 -1 1077944384 10525 13180 0 0 668 47 5 3 20 0 15 0 416565992 11105214464 241215 33554432000 4194304 4196468 140728723212000 139689332452368 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15916] ppid=15855 vsize=10844936 memory=716 CPUtime=7.56 cores=1,3,5,7
/proc/15858/task/15916/stat : 15916 (java) S 15855 15858 14797 0 -1 1077944384 14497 13180 0 0 706 42 5 3 20 0 15 0 416565993 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688901417072 139689442052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15917] ppid=15855 vsize=10844936 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15917/stat : 15917 (java) S 15855 15858 14797 0 -1 1077944384 33 13180 0 0 0 0 5 3 20 0 15 0 416565993 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688900363168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15918] ppid=15855 vsize=10844936 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15918/stat : 15918 (java) S 15855 15858 14797 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416565994 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688308368512 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15919] ppid=15855 vsize=10844936 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15919/stat : 15919 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688000968784 139689442060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15920] ppid=15855 vsize=10844936 memory=9328 CPUtime=2.31 cores=1,3,5,7
/proc/15858/task/15920/stat : 15920 (java) S 15855 15858 14797 0 -1 1077944384 14051 13180 0 0 221 2 5 3 20 0 15 0 416565996 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688866806384 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15921] ppid=15855 vsize=10844936 memory=1716 CPUtime=2.71 cores=1,3,5,7
/proc/15858/task/15921/stat : 15921 (java) S 15855 15858 14797 0 -1 1077944384 9632 13180 0 0 258 5 5 3 20 0 15 0 416565996 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688865753584 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15922] ppid=15855 vsize=10844936 memory=1216 CPUtime=1.35 cores=1,3,5,7
/proc/15858/task/15922/stat : 15922 (java) S 15855 15858 14797 0 -1 1077944384 7016 13180 0 0 125 2 5 3 20 0 15 0 416565996 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688864701296 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15923] ppid=15855 vsize=10844936 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/15858/task/15923/stat : 15923 (java) S 15855 15858 14797 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416565996 11105214464 241215 33554432000 4194304 4196468 140728723212000 139687967411168 139689442051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
[pid=15858/tid=15924] ppid=15855 vsize=10844936 memory=22984 CPUtime=1.27 cores=1,3,5,7
/proc/15858/task/15924/stat : 15924 (java) S 15855 15858 14797 0 -1 1077944384 1296 13180 0 0 58 61 5 3 20 0 15 0 416565997 11105214464 241215 33554432000 4194304 4196468 140728723212000 139688863648176 139689442052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28012544 140728723213040 140728723215557 140728723215557 140728723218383 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 964860 KiB

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

[startup+2373.63 s]
# the end of solver process 15858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.24 s, system=2.80158 s

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

Child status: 143
Real time (s): 2373.63
CPU time (s): 2400.04
CPU user time (s): 2397.24
CPU system time (s): 2.80158
CPU usage (%): 101.113
Max. virtual memory (cumulated for all children) (KiB): 10847740
Max. memory (cumulated for all children) (KiB): 983776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.24
system time used= 2.80158
maximum resident set size= 985824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219368
involuntary context switches= 8294


# summary of solver processes directly reported to runsolver:
#   pid: 15858
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2397.24
#   total CPU system time (s): 2.80158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5843 second user time and 23.1935 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 21:32:04
IDJOB=4396395
IDBENCH=133451
IDSOLVER=2847
FILE ID=node135/4396395-1568403164
RUNJOBID= node135-1568399014-14829
PBS_JOBID= 21701873
Free space on /tmp= 61340 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396395-1568403164/watcher-4396395-1568403164 -o /tmp/evaluation-result-4396395-1568403164/solver-4396395-1568403164 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=964328684 HOME/instance-4396395-1568403164.xml

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=964328684

node135.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.76
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.76
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.76
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.76
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:        29996236 kB
MemAvailable:   30997416 kB
Buffers:          153832 kB
Cached:          1115860 kB
SwapCached:        34916 kB
Active:          1420340 kB
Inactive:         754472 kB
Active(anon):     877868 kB
Inactive(anon):    59764 kB
Active(file):     542472 kB
Inactive(file):   694708 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967440 kB
Dirty:             35576 kB
Writeback:             0 kB
AnonPages:        981108 kB
Mapped:            49628 kB
Shmem:             23860 kB
Slab:             190728 kB
SReclaimable:     159668 kB
SUnreclaim:        31060 kB
KernelStack:        3792 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2149660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    813056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 22:11:38