Trace number 4259543

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)1477 252.12801 230.83501

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-13.xml
MD5SUM38d75cb998cf411a03c81843abbd85b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1477
Best CPU time to get the best result obtained on this benchmark86.639603
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.15/2.19	c Concrete v3.4 running
6.06/3.32	o 641
6.06/3.35	o 647
6.06/3.38	o 653
6.44/3.40	o 660
6.44/3.41	o 748
6.44/3.43	o 759
6.44/3.45	o 789
6.44/3.46	o 792
6.44/3.47	o 821
6.44/3.49	o 827
6.44/3.50	o 835
6.80/3.51	o 866
6.80/3.52	o 964
6.80/3.53	o 969
6.80/3.53	o 994
6.80/3.54	o 1018
6.80/3.54	o 1021
6.80/3.55	o 1026
6.80/3.56	o 1027
6.80/3.56	o 1125
6.80/3.57	o 1155
6.80/3.58	o 1157
6.80/3.58	o 1207
6.80/3.59	o 1223
6.80/3.60	o 1232
7.15/3.60	o 1246
7.15/3.61	o 1293
7.15/3.61	o 1338
7.15/3.62	o 1347
7.15/3.63	o 1356
7.15/3.69	o 1358
7.15/3.69	o 1385
7.48/3.71	o 1409
7.48/3.73	o 1414
7.48/3.74	o 1440
7.81/3.83	o 1456
9.33/4.35	o 1466
9.33/4.38	o 1467
10.76/5.17	o 1477
252.06/230.80	java.util.concurrent.TimeoutException
252.06/230.80		at concrete.MAC.mac(MAC.scala:74)
252.06/230.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.06/230.80		at scala.util.Try$.apply(Try.scala:209)
252.06/230.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/230.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/230.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/230.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/230.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.06/230.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/230.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/230.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/230.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/230.80		at concrete.MAC.oneRun(MAC.scala:146)
252.06/230.80		at concrete.MAC.nextSolution(MAC.scala:166)
252.06/230.80		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.06/230.80		at concrete.ProblemState.map(ProblemState.scala:203)
252.06/230.80		at concrete.ProblemState.map(ProblemState.scala:188)
252.06/230.81		at concrete.MAC.nextSolution(MAC.scala:195)
252.06/230.81		at concrete.Solver.hasNext(Solver.scala:202)
252.06/230.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.06/230.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.06/230.81		at concrete.Solver.toStream(Solver.scala:73)
252.06/230.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.06/230.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.06/230.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.06/230.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.06/230.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.06/230.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/230.81		at scala.util.Success.map(Try.scala:209)
252.06/230.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.06/230.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.06/230.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.06/230.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.06/230.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.06/230.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/230.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/230.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/230.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/230.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/230.81		at scala.App.main(App.scala:76)
252.06/230.81		at scala.App.main$(App.scala:74)
252.06/230.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.06/230.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/230.81	v <instantiation cost="1477">
252.06/230.81	v       <list>
252.06/230.81	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
252.06/230.81	v       </list>
252.06/230.81	v       <values>
252.06/230.81	v         0 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
252.06/230.81	v       </values>
252.06/230.81	v     </instantiation>
252.06/230.81	s SATISFIABLE

Verifier Data

OK	1477

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259543-1502647818/watcher-4259543-1502647818 -o /tmp/evaluation-result-4259543-1502647818/solver-4259543-1502647818 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259543-1502647818.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
solver pid=31957, runsolver pid=31954
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.66 1.71 1.85 4/204 31989
/proc/meminfo: memFree=30524020/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/31957/stat : 31957 (bash) S 31954 31957 8289 0 -1 4202496 895 6486 0 0 0 0 0 1 20 0 1 0 112597006 9867264 378 18446744073709551615 4194304 5098028 140724570914592 140724570908600 140375000194048 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 7 0 0 7196144 7232144 14278656 140724570923508 140724570923593 140724570923593 140724570927082 0
/proc/31957/statm: 2409 378 297 221 0 118 0
[pid=31987] ppid=31957 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/31987/stat : 31987 (bash) S 31957 31957 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112597016 9867264 177 18446744073709551615 4194304 5098028 140724570914592 140724570907272 140375000019580 0 65536 1 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14278656 140724570923508 140724570923593 140724570923593 140724570927082 0
/proc/31987/statm: 2409 177 96 221 0 118 0
[pid=31988] ppid=31987 vsize=9934512 memory=10700 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (java) S 31987 31957 8289 0 -1 1077944320 2468 0 0 0 0 0 0 0 20 0 6 0 112597016 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 140731737030784 139744531017463 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
/proc/31988/statm: 2483628 2675 1215 1 0 2473598 0
[pid=31988/tid=31990] ppid=31987 vsize=9934512 memory=8326441112148417179 CPUtime=0 cores=0,2,4,6
/proc/31988/task/31990/stat : 31990 (java) R 31987 31957 8289 0 -1 4202560 1188 0 0 0 0 0 0 0 20 0 6 0 112597016 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 139744535259240 139744509203254 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
[pid=31988/tid=31991] ppid=31987 vsize=9934512 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31988/task/31991/stat : 31991 (java) S 31987 31957 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112597017 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 139744487983760 139744531027669 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
[pid=31988/tid=31992] ppid=31987 vsize=9934512 memory=139680484697728 CPUtime=0 cores=0,2,4,6
/proc/31988/task/31992/stat : 31992 (java) S 31987 31957 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112597017 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 139744486930960 139744531027669 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
[pid=31988/tid=31993] ppid=31987 vsize=9934512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31988/task/31993/stat : 31993 (java) S 31987 31957 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112597017 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 139744485878160 139744531027669 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
[pid=31988/tid=31994] ppid=31987 vsize=9934512 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31988/task/31994/stat : 31994 (java) S 31987 31957 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112597017 10172940288 2675 18446744073709551615 4194304 4196468 140731737048240 139744484825360 139744531027669 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30576640 140731737055832 140731737055846 140731737055846 140731737059279 0
[pid=31989] ppid=31987 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/31989/stat : 31989 (awk) S 31987 31957 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112597016 10108928 243 18446744073709551615 4194304 4609284 140730125178288 140730125177464 140377601301504 0 0 1 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 31690752 140730125185664 140730125185694 140730125185694 140730125189099 0
/proc/31989/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9963656 KiB
Current children cumulated memory: 13892 KiB

[startup+0.210556 s]*
/proc/loadavg: 1.66 1.71 1.85 3/206 32011
/proc/meminfo: memFree=30517124/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=13441360 memory=15696 CPUtime=0.09 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 4637 12497 0 0 2 0 5 2 20 0 7 0 112597006 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3360340 3924 2003 1 0 3349837 0
[pid=31957/tid=32007] ppid=31954 vsize=13441360 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 2478 12497 0 0 1 0 5 2 20 0 7 0 112597025 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175967013648 140175946851678 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=13441360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 7 0 112597026 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=13441360 memory=139680484697728 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 7 0 112597026 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=13441360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 7 0 112597026 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=13441360 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 7 0 112597026 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=13441360 memory=139680484697728 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 7 0 112597028 13763952640 3924 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13441360 KiB
Current children cumulated memory: 15696 KiB

[startup+0.313203 s]*
/proc/loadavg: 1.66 1.71 1.85 4/215 32020
/proc/meminfo: memFree=30510860/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=13974356 memory=27192 CPUtime=0.16 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 6199 12497 0 0 8 1 5 2 20 0 15 0 112597006 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3493589 6798 2767 1 0 3482965 0
[pid=31957/tid=32007] ppid=31954 vsize=13974356 memory=7077796292425249400 CPUtime=0.14 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 3320 12497 0 0 6 1 5 2 20 0 15 0 112597025 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175967005584 140175962793117 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=13974356 memory=67 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=13974356 memory=279360807229776 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=13974356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=13974356 memory=139680322548175 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 15 0 112597026 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=13974356 memory=139680484697728 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 15 0 112597028 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=13974356 memory=67 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 112597028 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175440033440 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=13974356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 21 12497 0 0 0 0 5 2 20 0 15 0 112597028 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175438980336 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=13974356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=13974356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 296 12497 0 0 0 0 5 2 20 0 15 0 112597031 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=13974356 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 129 12497 0 0 0 0 5 2 20 0 15 0 112597031 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=13974356 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 234 12497 0 0 0 0 5 2 20 0 15 0 112597031 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=13974356 memory=139680484697728 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=13974356 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597036 14309740544 6798 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 27192 KiB

[startup+0.701183 s]
/proc/loadavg: 1.66 1.71 1.85 3/215 32020
/proc/meminfo: memFree=30483264/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=13974784 memory=57092 CPUtime=0.69 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 13877 12497 0 0 58 4 5 2 20 0 15 0 112597006 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3493696 14273 3134 1 0 3482965 0
[pid=31957/tid=32007] ppid=31954 vsize=13974784 memory=54520 CPUtime=0.52 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 10234 12497 0 0 41 4 5 2 20 0 15 0 112597025 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175966988352 140175602691300 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=13974784 memory=170 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=13974784 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597026 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 2 12497 0 0 0 0 5 2 20 0 15 0 112597026 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 5 12497 0 0 0 0 5 2 20 0 15 0 112597028 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=13974784 memory=26 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 112597028 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175440033440 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=13974784 memory=52540 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 21 12497 0 0 0 0 5 2 20 0 15 0 112597028 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175438980336 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=13974784 memory=-8774313645642428999 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=13974784 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 432 12497 0 0 2 0 5 2 20 0 15 0 112597031 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=13974784 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 412 12497 0 0 3 0 5 2 20 0 15 0 112597031 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=13974784 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 576 12497 0 0 10 0 5 2 20 0 15 0 112597031 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 1 12497 0 0 0 0 5 2 20 0 15 0 112597036 14310178816 14273 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57092 KiB

[startup+1.50391 s]
/proc/loadavg: 1.66 1.71 1.85 3/215 32020
/proc/meminfo: memFree=30444488/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=13985408 memory=160828 CPUtime=1.9 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 29385 12497 0 0 173 10 5 2 20 0 15 0 112597006 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3496352 40207 3371 1 0 3485525 0
[pid=31957/tid=32007] ppid=31954 vsize=13985408 memory=7307183211386924646 CPUtime=1.28 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) S 31954 31957 8289 0 -1 1077944384 22335 12497 0 0 115 6 5 2 20 0 15 0 112597025 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175966992240 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=13985408 memory=279360645082464 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) R 31954 31957 8289 0 -1 4202560 66 12497 0 0 0 0 5 2 20 0 15 0 112597026 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175947471824 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=13985408 memory=279360645086848 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) R 31954 31957 8289 0 -1 1077944384 30 12497 0 0 0 0 5 2 20 0 15 0 112597026 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=13985408 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) R 31954 31957 8289 0 -1 4202560 60 12497 0 0 0 0 5 2 20 0 15 0 112597026 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175947471882 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) R 31954 31957 8289 0 -1 4202560 189 12497 0 0 0 0 5 2 20 0 15 0 112597026 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175947471835 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 1451 12497 0 0 1 0 5 2 20 0 15 0 112597028 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175441085728 140175962781397 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 33 12497 0 0 0 0 5 2 20 0 15 0 112597028 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175440033440 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 21 12497 0 0 0 0 5 2 20 0 15 0 112597028 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175438980336 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=13985408 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 715 12497 0 0 11 0 5 2 20 0 15 0 112597031 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=13985408 memory=279360644878624 CPUtime=0.25 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 958 12497 0 0 18 0 5 2 20 0 15 0 112597031 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=13985408 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 1360 12497 0 0 23 0 5 2 20 0 15 0 112597031 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175434766288 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=13985408 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 10 12497 0 0 0 0 5 2 20 0 15 0 112597036 14321057792 40207 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 160828 KiB

[startup+3.11114 s]
/proc/loadavg: 1.66 1.71 1.85 6/215 32020
/proc/meminfo: memFree=30271568/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=14065468 memory=289116 CPUtime=5.44 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 62376 12497 0 0 519 18 5 2 20 0 15 0 112597006 14403039232 72279 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0

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

/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 53921 12497 0 0 10094 21 5 2 20 0 15 0 112597025 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175967004608 140175613673275 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=14067516 memory=807976 CPUtime=0.4 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 603 12497 0 0 31 2 5 2 20 0 15 0 112597026 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=14067516 memory=807976 CPUtime=0.39 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 893 12497 0 0 29 3 5 2 20 0 15 0 112597026 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=14067516 memory=780 CPUtime=0.43 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 3799 12497 0 0 33 3 5 2 20 0 15 0 112597026 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=14067516 memory=279360645048160 CPUtime=0.4 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 1686 12497 0 0 30 3 5 2 20 0 15 0 112597026 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=14067516 memory=164 CPUtime=0.41 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 3665 12497 0 0 33 1 5 2 20 0 15 0 112597028 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=14067516 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175440033504 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=14067516 memory=2440 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175438980352 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=14067516 memory=1724 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=14067516 memory=792 CPUtime=7.87 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 9543 12497 0 0 777 3 5 2 20 0 15 0 112597031 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=14067516 memory=4168 CPUtime=8.17 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 11353 12497 0 0 806 4 5 2 20 0 15 0 112597031 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=14067516 memory=54520 CPUtime=3.05 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 9372 12497 0 0 293 5 5 2 20 0 15 0 112597031 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=14067516 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=14067516 memory=4168 CPUtime=0.12 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 517 12497 0 0 2 3 5 2 20 0 15 0 112597036 14405136384 201994 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 121.94 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 807976 KiB

[startup+162.301 s]
/proc/loadavg: 2.02 1.74 1.83 3/214 32027
/proc/meminfo: memFree=29726560/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=14067516 memory=807996 CPUtime=182.66 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 101002 12497 0 0 18199 60 5 2 20 0 15 0 112597006 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3516879 201999 3469 1 0 3505493 0
[pid=31957/tid=32007] ppid=31954 vsize=14067516 memory=807996 CPUtime=160.64 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 55253 12497 0 0 16035 22 5 2 20 0 15 0 112597025 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175967005040 140175613577153 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=14067516 memory=4040 CPUtime=0.65 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 729 12497 0 0 53 5 5 2 20 0 15 0 112597026 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.64 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 912 12497 0 0 53 4 5 2 20 0 15 0 112597026 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.67 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 3903 12497 0 0 55 5 5 2 20 0 15 0 112597026 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.64 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 3131 12497 0 0 52 5 5 2 20 0 15 0 112597026 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.67 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 4002 12497 0 0 58 2 5 2 20 0 15 0 112597028 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175440033504 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=14067516 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175438980352 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=14067516 memory=3024 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=14067516 memory=807996 CPUtime=7.87 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 9545 12497 0 0 777 3 5 2 20 0 15 0 112597031 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=14067516 memory=807996 CPUtime=8.17 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 11356 12497 0 0 806 4 5 2 20 0 15 0 112597031 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=14067516 memory=807996 CPUtime=3.05 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 9374 12497 0 0 293 5 5 2 20 0 15 0 112597031 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=14067516 memory=807996 CPUtime=0.15 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 538 12497 0 0 4 4 5 2 20 0 15 0 112597036 14405136384 201999 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 182.66 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 807996 KiB

[startup+222.301 s]
/proc/loadavg: 1.90 1.77 1.84 3/214 32154
/proc/meminfo: memFree=29629000/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=14067516 memory=808052 CPUtime=243.44 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 104389 12497 0 0 24269 68 5 2 20 0 15 0 112597006 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3516879 202013 3469 1 0 3505493 0
[pid=31957/tid=32007] ppid=31954 vsize=14067516 memory=4612 CPUtime=220 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 56576 12497 0 0 21971 22 5 2 20 0 15 0 112597025 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175967005232 140175613888074 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.92 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 753 12497 0 0 78 7 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.92 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 1059 12497 0 0 79 6 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.94 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 5340 12497 0 0 81 6 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.92 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 3222 12497 0 0 77 8 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=14067516 memory=7 CPUtime=0.97 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 4340 12497 0 0 86 4 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=14067516 memory=4168 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175440033504 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175438980352 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=14067516 memory=4168 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=14067516 memory=4168 CPUtime=7.87 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 9547 12497 0 0 777 3 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=14067516 memory=54520 CPUtime=8.17 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 11359 12497 0 0 806 4 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=14067516 memory=1724 CPUtime=3.05 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 9376 12497 0 0 293 5 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=14067516 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=14067516 memory=1716 CPUtime=0.19 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 558 12497 0 0 6 6 5 2 20 0 15 0 112597036 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 243.44 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 808052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.801 s]
/proc/loadavg: 1.91 1.77 1.84 3/214 32154
/proc/meminfo: memFree=29626828/32770624 swapFree=67108860/67108860
[pid=31957] ppid=31954 vsize=14067516 memory=808052 CPUtime=252.06 cores=0,2,4,6
/proc/31957/stat : 31957 (java) S 31954 31957 8289 0 -1 1077944320 104456 12497 0 0 25130 69 5 2 20 0 15 0 112597006 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140733647122336 140175962771191 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
/proc/31957/statm: 3516879 202013 3469 1 0 3505493 0
[pid=31957/tid=32007] ppid=31954 vsize=14067516 memory=810 CPUtime=228.42 cores=0,2,4,6
/proc/31957/task/32007/stat : 32007 (java) R 31954 31957 8289 0 -1 4202560 56637 12497 0 0 22812 23 5 2 20 0 15 0 112597025 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175967005056 140175613887926 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32008] ppid=31954 vsize=14067516 memory=298 CPUtime=0.96 cores=0,2,4,6
/proc/31957/task/32008/stat : 32008 (java) S 31954 31957 8289 0 -1 1077944384 753 12497 0 0 82 7 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175923669520 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32009] ppid=31954 vsize=14067516 memory=-8774313645642428999 CPUtime=0.96 cores=0,2,4,6
/proc/31957/task/32009/stat : 32009 (java) S 31954 31957 8289 0 -1 1077944384 1059 12497 0 0 83 6 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175922616976 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32010] ppid=31954 vsize=14067516 memory=6944656592455360604 CPUtime=0.99 cores=0,2,4,6
/proc/31957/task/32010/stat : 32010 (java) S 31954 31957 8289 0 -1 1077944384 5341 12497 0 0 85 7 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175561124112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32011] ppid=31954 vsize=14067516 memory=7679927811743456362 CPUtime=0.96 cores=0,2,4,6
/proc/31957/task/32011/stat : 32011 (java) S 31954 31957 8289 0 -1 1077944384 3222 12497 0 0 81 8 5 2 20 0 15 0 112597026 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175560071568 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32012] ppid=31954 vsize=14067516 memory=279360646248928 CPUtime=1.01 cores=0,2,4,6
/proc/31957/task/32012/stat : 32012 (java) S 31954 31957 8289 0 -1 1077944384 4343 12497 0 0 90 4 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175441087216 140175962782338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32013] ppid=31954 vsize=14067516 memory=33512 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32013/stat : 32013 (java) S 31954 31957 8289 0 -1 1077944384 56 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175440033504 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32014] ppid=31954 vsize=14067516 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32014/stat : 32014 (java) S 31954 31957 8289 0 -1 1077944384 45 12497 0 0 0 0 5 2 20 0 15 0 112597028 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175438980352 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32015] ppid=31954 vsize=14067516 memory=640 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32015/stat : 32015 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175437928912 140175962789787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32016] ppid=31954 vsize=14067516 memory=1792 CPUtime=7.87 cores=0,2,4,6
/proc/31957/task/32016/stat : 32016 (java) S 31954 31957 8289 0 -1 1077944384 9547 12497 0 0 777 3 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175436876016 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32017] ppid=31954 vsize=14067516 memory=-8774313645642428999 CPUtime=8.17 cores=0,2,4,6
/proc/31957/task/32017/stat : 32017 (java) S 31954 31957 8289 0 -1 1077944384 11359 12497 0 0 806 4 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175435823472 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32018] ppid=31954 vsize=14067516 memory=2712 CPUtime=3.05 cores=0,2,4,6
/proc/31957/task/32018/stat : 32018 (java) S 31954 31957 8289 0 -1 1077944384 9376 12497 0 0 293 5 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175434770416 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32019] ppid=31954 vsize=14067516 memory=907760 CPUtime=0.07 cores=0,2,4,6
/proc/31957/task/32019/stat : 32019 (java) S 31954 31957 8289 0 -1 1077944384 3 12497 0 0 0 0 5 2 20 0 15 0 112597031 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175433718112 140175962781397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
[pid=31957/tid=32020] ppid=31954 vsize=14067516 memory=808052 CPUtime=0.2 cores=0,2,4,6
/proc/31957/task/32020/stat : 32020 (java) S 31954 31957 8289 0 -1 1077944384 560 12497 0 0 7 6 5 2 20 0 15 0 112597036 14405136384 202013 18446744073709551615 4194304 4196468 140733647139792 140175432666160 140175962782338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 17567744 140733647144880 140733647147665 140733647147665 140733647151055 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 808052 KiB

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

[startup+230.835 s]
# the end of solver process 31957 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.389 s, system=0.738418 s

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

Child status: 143
Real time (s): 230.835
CPU time (s): 252.128
CPU user time (s): 251.389
CPU system time (s): 0.738418
CPU usage (%): 109.224
Max. virtual memory (cumulated for all children) (KiB): 14070228
Max. memory (cumulated for all children) (KiB): 811536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.389
system time used= 0.738418
maximum resident set size= 811536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38297
involuntary context switches= 1470


# summary of solver processes directly reported to runsolver:
#   pid: 31957
#   total CPU time (s): 252.128
#   total CPU user time (s): 251.389
#   total CPU system time (s): 0.738418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38378 second user time and 2.26152 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:56:10
IDJOB=4259543
IDBENCH=133500
IDSOLVER=2646
FILE ID=node133/4259543-1502647818
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259543-1502647818/watcher-4259543-1502647818 -o /tmp/evaluation-result-4259543-1502647818/solver-4259543-1502647818 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259543-1502647818.xml

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

MD5SUM BENCH= 38d75cb998cf411a03c81843abbd85b8
RANDOM SEED=10651359

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:        30525060 kB
MemAvailable:   31166072 kB
Buffers:          238996 kB
Cached:           696288 kB
SwapCached:            0 kB
Active:          1610160 kB
Inactive:         186448 kB
Active(anon):     801436 kB
Inactive(anon):   100804 kB
Active(file):     808724 kB
Inactive(file):    85644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15384 kB
Writeback:             0 kB
AnonPages:        861024 kB
Mapped:            69724 kB
Shmem:             41660 kB
Slab:             152852 kB
SReclaimable:     124960 kB
SUnreclaim:        27892 kB
KernelStack:        3504 kB
PageTables:         6740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1809148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 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 20:00:01