Trace number 4259536

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.4SAT (TO)1429 252.067 226.235

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-16.xml
MD5SUMe3af77ac2ce2de59a61fc382fed7941a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1429
Best CPU time to get the best result obtained on this benchmark59.399799
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

3.48/2.24	c Concrete v3.4 running
6.17/3.35	o 600
6.17/3.38	o 609
6.53/3.40	o 618
6.53/3.42	o 652
6.53/3.44	o 724
6.53/3.45	o 744
6.53/3.46	o 748
6.53/3.48	o 782
6.53/3.49	o 858
6.90/3.50	o 955
6.90/3.51	o 970
6.90/3.53	o 998
6.90/3.53	o 1084
6.90/3.54	o 1097
6.90/3.55	o 1110
6.90/3.55	o 1114
6.90/3.56	o 1130
6.90/3.57	o 1132
6.90/3.57	o 1154
6.90/3.58	o 1201
6.90/3.59	o 1211
7.21/3.60	o 1213
7.21/3.62	o 1221
7.21/3.63	o 1254
7.21/3.63	o 1300
7.21/3.65	o 1338
7.21/3.68	o 1383
7.21/3.68	o 1409
7.53/3.76	o 1414
8.46/4.06	o 1424
8.75/4.14	o 1429
252.01/226.20	java.util.concurrent.TimeoutException
252.01/226.20		at concrete.MAC.mac(MAC.scala:74)
252.01/226.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.01/226.20		at scala.util.Try$.apply(Try.scala:209)
252.01/226.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/226.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/226.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/226.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/226.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.01/226.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/226.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/226.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/226.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/226.21		at concrete.MAC.oneRun(MAC.scala:146)
252.01/226.21		at concrete.MAC.nextSolution(MAC.scala:166)
252.01/226.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.01/226.21		at concrete.ProblemState.map(ProblemState.scala:203)
252.01/226.21		at concrete.ProblemState.map(ProblemState.scala:188)
252.01/226.21		at concrete.MAC.nextSolution(MAC.scala:195)
252.01/226.21		at concrete.Solver.hasNext(Solver.scala:202)
252.01/226.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.01/226.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.01/226.21		at concrete.Solver.toStream(Solver.scala:73)
252.01/226.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.01/226.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.01/226.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.01/226.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.01/226.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.01/226.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/226.21		at scala.util.Success.map(Try.scala:209)
252.01/226.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.01/226.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.01/226.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.01/226.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.01/226.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.01/226.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/226.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/226.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/226.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/226.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/226.21		at scala.App.main(App.scala:76)
252.01/226.21		at scala.App.main$(App.scala:74)
252.01/226.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.01/226.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/226.21	v <instantiation cost="1429">
252.01/226.21	v       <list>
252.01/226.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
252.01/226.21	v       </list>
252.01/226.21	v       <values>
252.01/226.21	v         1 0 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 1
252.01/226.21	v       </values>
252.01/226.21	v     </instantiation>
252.01/226.21	s SATISFIABLE

Verifier Data

OK	1429

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259536-1502647363/watcher-4259536-1502647363 -o /tmp/evaluation-result-4259536-1502647363/solver-4259536-1502647363 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259536-1502647363.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31424, runsolver pid=31421

[startup+0.100107 s]*
/proc/loadavg: 2.18 2.02 2.00 2/204 31457
/proc/meminfo: memFree=30285896/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/31424/stat : 31424 (bash) S 31421 31424 8289 0 -1 4202496 894 6484 0 0 0 0 0 1 20 0 1 0 112551472 9867264 378 18446744073709551615 4194304 5098028 140736213143776 140736213137784 139759664126976 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 38481920 140736213152244 140736213152329 140736213152329 140736213155818 0
/proc/31424/statm: 2409 378 297 221 0 118 0
[pid=31454] ppid=31424 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/31454/stat : 31454 (bash) S 31424 31424 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112551482 9867264 177 18446744073709551615 4194304 5098028 140736213143776 140736213136456 139759663952508 0 65536 1 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38481920 140736213152244 140736213152329 140736213152329 140736213155818 0
/proc/31454/statm: 2409 177 96 221 0 118 0
[pid=31455] ppid=31454 vsize=9936720 memory=17976 CPUtime=0 cores=0,2,4,6
/proc/31455/stat : 31455 (java) S 31454 31424 8289 0 -1 1077944320 3311 0 0 0 0 0 0 0 20 0 6 0 112551482 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140723959873696 140292246892279 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
/proc/31455/statm: 2484180 4494 1878 1 0 2473677 0
[pid=31455/tid=31457] ppid=31454 vsize=9936720 memory=8326441112148417179 CPUtime=0 cores=0,2,4,6
/proc/31455/task/31457/stat : 31457 (java) R 31454 31424 8289 0 -1 4202560 2030 0 0 0 0 0 0 0 20 0 6 0 112551482 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140292251128400 140292232574805 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
[pid=31455/tid=31458] ppid=31454 vsize=9936720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31455/task/31458/stat : 31458 (java) S 31454 31424 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112551483 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140292177312016 140292246902485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
[pid=31455/tid=31459] ppid=31454 vsize=9936720 memory=139726246987392 CPUtime=0 cores=0,2,4,6
/proc/31455/task/31459/stat : 31459 (java) S 31454 31424 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112551483 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140292176259472 140292246902485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
[pid=31455/tid=31460] ppid=31454 vsize=9936720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31455/task/31460/stat : 31460 (java) S 31454 31424 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112551483 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140292175206928 140292246902485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
[pid=31455/tid=31461] ppid=31454 vsize=9936720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31455/task/31461/stat : 31461 (java) S 31454 31424 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112551483 10175201280 4494 18446744073709551615 4194304 4196468 140723959891152 140292174154384 140292246902485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140723959898712 140723959898726 140723959898726 140723959902159 0
[pid=31456] ppid=31454 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/31456/stat : 31456 (awk) S 31454 31424 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112551482 10108928 243 18446744073709551615 4194304 4609284 140737332677616 140737332676792 139914383236096 0 0 1 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 24440832 140737332679296 140737332679326 140737332679326 140737332682731 0
/proc/31456/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9965864 KiB
Current children cumulated memory: 21168 KiB

[startup+0.210563 s]*
/proc/loadavg: 2.18 2.02 2.00 3/208 31481
/proc/meminfo: memFree=30281700/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=13574488 memory=19252 CPUtime=0.12 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 5034 12347 0 0 3 1 5 3 20 0 9 0 112551472 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3393622 4813 2099 1 0 3383119 0
[pid=31424/tid=31474] ppid=31421 vsize=13574488 memory=7077796292425249400 CPUtime=0.1 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 2822 12347 0 0 2 0 5 3 20 0 9 0 112551490 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139960017223880 139959997068638 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=13574488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 9 0 112551491 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=13574488 memory=139726246987392 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 9 0 112551491 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=13574488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 9 0 112551491 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=13574488 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 9 0 112551491 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=13574488 memory=139726246987392 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 9 0 112551493 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=13574488 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 33 12347 0 0 0 0 5 3 20 0 9 0 112551493 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959490024480 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=13574488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 21 12347 0 0 0 0 5 3 20 0 9 0 112551493 13900275712 4813 18446744073709551615 4194304 4196468 140728397550320 139959488971696 139960012998357 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13574488 KiB
Current children cumulated memory: 19252 KiB

[startup+0.310009 s]*
/proc/loadavg: 2.18 2.02 2.00 2/213 31486
/proc/meminfo: memFree=30277928/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=13907308 memory=22520 CPUtime=0.14 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 5944 12347 0 0 5 1 5 3 20 0 14 0 112551472 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3476827 5630 2656 1 0 3466324 0
[pid=31424/tid=31474] ppid=31421 vsize=13907308 memory=7077796292425249400 CPUtime=0.12 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) D 31421 31424 8289 0 -1 4202560 3081 12347 0 0 4 0 5 3 20 0 14 0 112551490 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139960017225632 139960013010173 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=13907308 memory=67 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 14 0 112551491 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=13907308 memory=279452337764688 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 14 0 112551491 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 14 0 112551491 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=13907308 memory=139726090793423 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 14 0 112551491 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=13907308 memory=139726246987392 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 14 0 112551493 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=13907308 memory=67 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 33 12347 0 0 0 0 5 3 20 0 14 0 112551493 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959490024480 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 21 12347 0 0 0 0 5 3 20 0 14 0 112551493 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959488971632 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 14 0 112551496 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 422 12347 0 0 0 0 5 3 20 0 14 0 112551496 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 5 12347 0 0 0 0 5 3 20 0 14 0 112551496 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=13907308 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 218 12347 0 0 0 0 5 3 20 0 14 0 112551496 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=13907308 memory=139726246987392 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 14 0 112551496 14241083392 5630 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 22520 KiB

[startup+0.700789 s]
/proc/loadavg: 2.16 2.01 2.00 4/214 31487
/proc/meminfo: memFree=30250744/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=13974784 memory=56596 CPUtime=0.62 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 13771 12347 0 0 50 4 5 3 20 0 15 0 112551472 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3493696 14149 3059 1 0 3482965 0
[pid=31424/tid=31474] ppid=31421 vsize=13974784 memory=54488 CPUtime=0.49 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 10243 12347 0 0 38 3 5 3 20 0 15 0 112551490 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139960017208000 139960013010077 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=13974784 memory=279452181335792 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=13974784 memory=2592079873793 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=13974784 memory=2617849677569 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=13974784 memory=2635029546753 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 15 0 112551491 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=13974784 memory=2652209415681 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 5 12347 0 0 0 0 5 3 20 0 15 0 112551493 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=13974784 memory=2720928892417 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 33 12347 0 0 0 0 5 3 20 0 15 0 112551493 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959490024480 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=13974784 memory=2356 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 21 12347 0 0 0 0 5 3 20 0 15 0 112551493 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959488971632 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=13974784 memory=50056 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=13974784 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 590 12347 0 0 2 0 5 3 20 0 15 0 112551496 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=13974784 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 210 12347 0 0 1 0 5 3 20 0 15 0 112551496 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=13974784 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 506 12347 0 0 7 0 5 3 20 0 15 0 112551496 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551506 14310178816 14149 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56596 KiB

[startup+1.50074 s]
/proc/loadavg: 2.16 2.01 2.00 3/214 31487
/proc/meminfo: memFree=30205584/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=13985408 memory=135852 CPUtime=1.86 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 27929 12347 0 0 170 8 5 3 20 0 15 0 112551472 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3496352 33963 3336 1 0 3485525 0
[pid=31424/tid=31474] ppid=31421 vsize=13985408 memory=4288 CPUtime=1.28 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 22140 12347 0 0 114 6 5 3 20 0 15 0 112551490 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139960017212160 139959997031781 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=13985408 memory=123604 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1 12347 0 0 0 0 5 3 20 0 15 0 112551491 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=13985408 memory=-6860437260722525840 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2 12347 0 0 0 0 5 3 20 0 15 0 112551491 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=13985408 memory=7595419055182605923 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 5 12347 0 0 0 0 5 3 20 0 15 0 112551493 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=13985408 memory=7518311343906647385 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 33 12347 0 0 0 0 5 3 20 0 15 0 112551493 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959490024480 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=13985408 memory=5787213904088350821 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 21 12347 0 0 0 0 5 3 20 0 15 0 112551493 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959488971632 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=13985408 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=13985408 memory=792 CPUtime=0.24 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 1610 12347 0 0 16 0 5 3 20 0 15 0 112551496 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=13985408 memory=1716 CPUtime=0.24 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 686 12347 0 0 16 0 5 3 20 0 15 0 112551496 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=13985408 memory=1228 CPUtime=0.3 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) R 31421 31424 8289 0 -1 1077944384 1263 12347 0 0 22 0 5 3 20 0 15 0 112551496 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=13985408 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 10 12347 0 0 0 0 5 3 20 0 15 0 112551506 14321057792 33963 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135852 KiB

[startup+3.11046 s]
/proc/loadavg: 2.16 2.01 2.00 4/214 31487
/proc/meminfo: memFree=30067564/32770624 swapFree=67108860/67108860

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

/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 53540 12347 0 0 10100 21 5 3 20 0 15 0 112551490 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139960017221792 139959657636305 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=14067516 memory=833824 CPUtime=0.4 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 840 12347 0 0 28 4 5 3 20 0 15 0 112551491 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=14067516 memory=54488 CPUtime=0.42 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 3842 12347 0 0 31 3 5 3 20 0 15 0 112551491 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=14067516 memory=1296 CPUtime=0.42 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 979 12347 0 0 30 4 5 3 20 0 15 0 112551491 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=14067516 memory=833824 CPUtime=0.4 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 1382 12347 0 0 29 3 5 3 20 0 15 0 112551491 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=14067516 memory=833824 CPUtime=0.42 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 3756 12347 0 0 32 2 5 3 20 0 15 0 112551493 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=14067516 memory=833784 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 56 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959490024608 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=14067516 memory=833784 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 45 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959488971648 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=14067516 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=14067516 memory=1724 CPUtime=10.12 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 9099 12347 0 0 1000 4 5 3 20 0 15 0 112551496 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=14067516 memory=792 CPUtime=10.35 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 11459 12347 0 0 1022 5 5 3 20 0 15 0 112551496 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=14067516 memory=833776 CPUtime=3.15 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 8585 12347 0 0 303 4 5 3 20 0 15 0 112551496 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=14067516 memory=1156 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=14067516 memory=2828 CPUtime=0.13 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 684 12347 0 0 3 2 5 3 20 0 15 0 112551506 14405136384 208456 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 126.49 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 833824 KiB

[startup+162.301 s]
/proc/loadavg: 1.42 1.75 1.90 3/218 31507
/proc/meminfo: memFree=29474072/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=14067516 memory=833872 CPUtime=187.26 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 100759 12347 0 0 18657 61 5 3 20 0 15 0 112551472 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3516879 208468 3469 1 0 3505493 0
[pid=31424/tid=31474] ppid=31421 vsize=14067516 memory=833872 CPUtime=160.69 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 54924 12347 0 0 16040 21 5 3 20 0 15 0 112551490 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139960017221648 139959647407613 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.66 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 984 12347 0 0 53 5 5 3 20 0 15 0 112551491 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.69 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 5280 12347 0 0 56 5 5 3 20 0 15 0 112551491 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.67 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1009 12347 0 0 54 5 5 3 20 0 15 0 112551491 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.66 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 1478 12347 0 0 53 5 5 3 20 0 15 0 112551491 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.7 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 4101 12347 0 0 59 3 5 3 20 0 15 0 112551493 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 56 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959490024608 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 45 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959488971648 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=14067516 memory=833872 CPUtime=10.12 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 9102 12347 0 0 1000 4 5 3 20 0 15 0 112551496 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=14067516 memory=-8774313645642428999 CPUtime=10.35 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 11461 12347 0 0 1022 5 5 3 20 0 15 0 112551496 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=14067516 memory=8174723239089013032 CPUtime=3.16 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 9451 12347 0 0 303 5 5 3 20 0 15 0 112551496 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=14067516 memory=833872 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=14067516 memory=15876 CPUtime=0.17 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 711 12347 0 0 5 4 5 3 20 0 15 0 112551506 14405136384 208468 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 187.26 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 833872 KiB

[startup+222.301 s]
/proc/loadavg: 1.51 1.72 1.88 3/214 31635
/proc/meminfo: memFree=29683680/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=14067516 memory=833924 CPUtime=248.06 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 105270 12347 0 0 24727 71 5 3 20 0 15 0 112551472 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3516879 208481 3469 1 0 3505493 0
[pid=31424/tid=31474] ppid=31421 vsize=14067516 memory=833924 CPUtime=220.06 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 56292 12347 0 0 21976 22 5 3 20 0 15 0 112551490 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139960017221792 139959646626962 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=14067516 memory=833904 CPUtime=0.94 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1173 12347 0 0 78 8 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=14067516 memory=12 CPUtime=0.96 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 5314 12347 0 0 81 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.95 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1425 12347 0 0 80 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.94 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2542 12347 0 0 79 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.99 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 4441 12347 0 0 87 4 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 56 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959490024608 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 45 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959488971648 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=14067516 memory=833924 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=14067516 memory=833924 CPUtime=10.12 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 9107 12347 0 0 1000 4 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=14067516 memory=1620 CPUtime=10.35 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 11463 12347 0 0 1022 5 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=14067516 memory=844 CPUtime=3.16 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 10522 12347 0 0 303 5 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=14067516 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=14067516 memory=4040 CPUtime=0.21 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 733 12347 0 0 7 6 5 3 20 0 15 0 112551506 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 248.06 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 833924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+226.201 s]
/proc/loadavg: 1.63 1.74 1.89 3/214 31635
/proc/meminfo: memFree=29682128/32770624 swapFree=67108860/67108860
[pid=31424] ppid=31421 vsize=14067516 memory=833924 CPUtime=252.01 cores=0,2,4,6
/proc/31424/stat : 31424 (java) S 31421 31424 8289 0 -1 1077944320 105301 12347 0 0 25122 71 5 3 20 0 15 0 112551472 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 140728397532864 139960012988151 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
/proc/31424/statm: 3516879 208481 3469 1 0 3505493 0
[pid=31424/tid=31474] ppid=31421 vsize=14067516 memory=288230617509003574 CPUtime=223.91 cores=0,2,4,6
/proc/31424/task/31474/stat : 31474 (java) R 31421 31424 8289 0 -1 4202560 56320 12347 0 0 22361 22 5 3 20 0 15 0 112551490 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139960017221520 139959655353964 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31475] ppid=31421 vsize=14067516 memory=15825482134324680 CPUtime=0.96 cores=0,2,4,6
/proc/31424/task/31475/stat : 31475 (java) S 31421 31424 8289 0 -1 1077944384 1174 12347 0 0 80 8 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959969954960 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31476] ppid=31421 vsize=14067516 memory=15876 CPUtime=0.98 cores=0,2,4,6
/proc/31424/task/31476/stat : 31476 (java) S 31421 31424 8289 0 -1 1077944384 5314 12347 0 0 83 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959968902160 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31477] ppid=31421 vsize=14067516 memory=4040 CPUtime=0.96 cores=0,2,4,6
/proc/31424/task/31477/stat : 31477 (java) S 31421 31424 8289 0 -1 1077944384 1425 12347 0 0 81 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959967849360 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31478] ppid=31421 vsize=14067516 memory=33500 CPUtime=0.96 cores=0,2,4,6
/proc/31424/task/31478/stat : 31478 (java) S 31421 31424 8289 0 -1 1077944384 2542 12347 0 0 81 7 5 3 20 0 15 0 112551491 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959966796560 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31479] ppid=31421 vsize=14067516 memory=1232 CPUtime=1.01 cores=0,2,4,6
/proc/31424/task/31479/stat : 31479 (java) S 31421 31424 8289 0 -1 1077944384 4443 12347 0 0 89 4 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959491078512 139960012999298 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31480] ppid=31421 vsize=14067516 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31480/stat : 31480 (java) S 31421 31424 8289 0 -1 1077944384 56 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959490024608 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31481] ppid=31421 vsize=14067516 memory=-8774313645642428999 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31481/stat : 31481 (java) S 31421 31424 8289 0 -1 1077944384 45 12347 0 0 0 0 5 3 20 0 15 0 112551493 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959488971648 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31482] ppid=31421 vsize=14067516 memory=18484 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31482/stat : 31482 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959487919952 139960013006747 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31483] ppid=31421 vsize=14067516 memory=3912 CPUtime=10.12 cores=0,2,4,6
/proc/31424/task/31483/stat : 31483 (java) S 31421 31424 8289 0 -1 1077944384 9107 12347 0 0 1000 4 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959486868336 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31484] ppid=31421 vsize=14067516 memory=2912 CPUtime=10.35 cores=0,2,4,6
/proc/31424/task/31484/stat : 31484 (java) S 31421 31424 8289 0 -1 1077944384 11463 12347 0 0 1022 5 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959485815536 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31485] ppid=31421 vsize=14067516 memory=2952 CPUtime=3.16 cores=0,2,4,6
/proc/31424/task/31485/stat : 31485 (java) S 31421 31424 8289 0 -1 1077944384 10522 12347 0 0 303 5 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959484762736 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31486] ppid=31421 vsize=14067516 memory=4068 CPUtime=0.08 cores=0,2,4,6
/proc/31424/task/31486/stat : 31486 (java) S 31421 31424 8289 0 -1 1077944384 3 12347 0 0 0 0 5 3 20 0 15 0 112551496 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959483710176 139960012998357 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
[pid=31424/tid=31487] ppid=31421 vsize=14067516 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/31424/task/31487/stat : 31487 (java) S 31421 31424 8289 0 -1 1077944384 733 12347 0 0 7 6 5 3 20 0 15 0 112551506 14405136384 208481 18446744073709551615 4194304 4196468 140728397550320 139959482657456 139960012999298 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26337280 140728397555632 140728397558417 140728397558417 140728397561807 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 833924 KiB

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

[startup+226.235 s]
# the end of solver process 31424 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.298 s, system=0.768963 s

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

Child status: 143
Real time (s): 226.235
CPU time (s): 252.067
CPU user time (s): 251.298
CPU system time (s): 0.768963
CPU usage (%): 111.418
Max. virtual memory (cumulated for all children) (KiB): 14069632
Max. memory (cumulated for all children) (KiB): 835824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.298
system time used= 0.768963
maximum resident set size= 836408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39817
involuntary context switches= 1609


# summary of solver processes directly reported to runsolver:
#   pid: 31424
#   total CPU time (s): 252.067
#   total CPU user time (s): 251.298
#   total CPU system time (s): 0.768963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33417 second user time and 2.28865 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:48:35
IDJOB=4259536
IDBENCH=133446
IDSOLVER=2646
FILE ID=node133/4259536-1502647363
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259536-1502647363/watcher-4259536-1502647363 -o /tmp/evaluation-result-4259536-1502647363/solver-4259536-1502647363 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259536-1502647363.xml

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

MD5SUM BENCH= e3af77ac2ce2de59a61fc382fed7941a
RANDOM SEED=206662169

node133.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.17
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.17
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.17
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.17
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:        30291392 kB
MemAvailable:   30932140 kB
Buffers:          238752 kB
Cached:           697068 kB
SwapCached:            0 kB
Active:          1844932 kB
Inactive:         186208 kB
Active(anon):    1036208 kB
Inactive(anon):   100804 kB
Active(file):     808724 kB
Inactive(file):    85404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24424 kB
Writeback:             0 kB
AnonPages:       1095356 kB
Mapped:            69776 kB
Shmem:             41660 kB
Slab:             152864 kB
SReclaimable:     124912 kB
SUnreclaim:        27952 kB
KernelStack:        3472 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1980072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:52:21