Trace number 4259370

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)0 252.161 225.858

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.00999
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.48/2.20	c Concrete v3.4 running
48.48/28.66	o 0
252.07/225.80	java.util.concurrent.TimeoutException
252.07/225.80		at concrete.MAC.mac(MAC.scala:74)
252.07/225.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.07/225.80		at scala.util.Try$.apply(Try.scala:209)
252.07/225.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/225.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/225.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/225.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/225.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.07/225.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/225.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/225.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/225.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/225.81		at concrete.MAC.oneRun(MAC.scala:146)
252.07/225.81		at concrete.MAC.nextSolution(MAC.scala:166)
252.07/225.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.07/225.81		at concrete.ProblemState.map(ProblemState.scala:203)
252.07/225.81		at concrete.ProblemState.map(ProblemState.scala:188)
252.07/225.81		at concrete.MAC.nextSolution(MAC.scala:195)
252.07/225.81		at concrete.Solver.hasNext(Solver.scala:202)
252.07/225.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.07/225.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.07/225.81		at concrete.Solver.toStream(Solver.scala:73)
252.07/225.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.07/225.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.07/225.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.07/225.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.07/225.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.07/225.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/225.81		at scala.util.Success.map(Try.scala:209)
252.07/225.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.07/225.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.07/225.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.07/225.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.07/225.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.07/225.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/225.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/225.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/225.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/225.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/225.81		at scala.App.main(App.scala:76)
252.07/225.81		at scala.App.main$(App.scala:74)
252.07/225.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.07/225.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/225.81	v <instantiation cost="0">
252.07/225.81	v       <list>
252.07/225.81	v         x b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] b[10][0] b[10][1] b[10][2] b[10][3] b[10][4] b[10][5] b[11][0] b[11][1] b[11][2] b[11][3] b[11][4] b[11][5] b[12][0] b[12][1] b[12][2] b[12][3] b[12][4] b[12][5] b[13][0] b[13][1] b[13][2] b[13][3] b[13][4] b[13][5] b[14][0] b[14][1] b[14][2] b[14][3] b[14][4] b[14][5] b[15][0] b[15][1] b[15][2] b[15][3] b[15][4] b[15][5] b[16][0] b[16][1] b[16][2] b[16][3] b[16][4] b[16][5] b[17][0] b[17][1] b[17][2] b[17][3] b[17][4] b[17][5]
252.07/225.81	v       </list>
252.07/225.81	v       <values>
252.07/225.81	v         0 200 190 175 175 150 0 199 199 181 177 174 0 197 193 176 176 174 0 197 192 192 191 151 0 196 193 189 189 189 0 196 193 183 183 182 0 191 190 155 155 155 154 188 187 157 156 156 156 185 180 180 152 152 151 185 179 179 177 177 0 185 179 178 177 177 0 181 181 180 153 153 152 175 175 175 159 158 158 174 174 173 160 160 159 171 171 169 165 162 162 171 170 168 161 161 160 169 167 166 166 166 166 168 168 168 168 165 163
252.07/225.81	v       </values>
252.07/225.81	v     </instantiation>
252.07/225.81	s SATISFIABLE

Verifier Data

OK	0

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 (11628 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100142 s]*
/proc/loadavg: 2.59 2.04 1.99 3/203 1455
/proc/meminfo: memFree=27416940/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=9636 memory=1508 CPUtime=0.01 cores=0,2,4,6
/proc/1422/stat : 1422 (bash) S 1419 1422 8289 0 -1 4202496 892 6484 0 0 0 0 0 1 20 0 1 0 112739779 9867264 377 18446744073709551615 4194304 5098028 140721298189152 140721298183160 140171326712832 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 18817024 140721298194932 140721298195017 140721298195017 140721298198506 0
/proc/1422/statm: 2409 377 297 221 0 118 0
[pid=1452] ppid=1422 vsize=9636 memory=704 CPUtime=0 cores=0,2,4,6
/proc/1452/stat : 1452 (bash) S 1422 1422 8289 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 1 0 112739788 9867264 176 18446744073709551615 4194304 5098028 140721298189152 140721298181832 140171326538364 0 65536 1 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18817024 140721298194932 140721298195017 140721298195017 140721298198506 0
/proc/1452/statm: 2409 176 96 221 0 118 0
[pid=1453] ppid=1452 vsize=9936720 memory=13556 CPUtime=0 cores=0,2,4,6
/proc/1453/stat : 1453 (java) S 1452 1422 8289 0 -1 1077944320 2710 0 0 0 0 0 0 0 20 0 6 0 112739788 10175201280 3389 18446744073709551615 4194304 4196468 140732044732880 140732044715424 140336687927031 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
/proc/1453/statm: 2484180 3389 1362 1 0 2473677 0
[pid=1453/tid=1455] ppid=1452 vsize=9936720 memory=8508281356422188197 CPUtime=0 cores=0,2,4,6
/proc/1453/task/1455/stat : 1455 (java) R 1452 1422 8289 0 -1 4202560 1981 0 0 0 0 0 0 0 20 0 6 0 112739788 10175201280 3983 18446744073709551615 4194304 4196468 140732044732880 140336692163152 140336673002624 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
[pid=1453/tid=1456] ppid=1452 vsize=9936720 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/1453/task/1456/stat : 1456 (java) S 1452 1422 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112739789 10175201280 3983 18446744073709551615 4194304 4196468 140732044732880 140336648825360 140336687937237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
[pid=1453/tid=1457] ppid=1452 vsize=9936720 memory=139628186769024 CPUtime=0 cores=0,2,4,6
/proc/1453/task/1457/stat : 1457 (java) S 1452 1422 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112739789 10175201280 3983 18446744073709551615 4194304 4196468 140732044732880 140336297859728 140336687937237 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
[pid=1453/tid=1458] ppid=1452 vsize=9936720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1453/task/1458/stat : 1458 (java) S 1452 1422 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112739789 10175201280 3983 18446744073709551615 4194304 4196468 140732044732880 140336296806672 140336687937237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
[pid=1453/tid=1459] ppid=1452 vsize=9936720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1453/task/1459/stat : 1459 (java) S 1452 1422 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112739789 10175201280 3983 18446744073709551615 4194304 4196468 140732044732880 140336295754128 140336687937237 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140732044739160 140732044739174 140732044739174 140732044742607 0
[pid=1454] ppid=1452 vsize=9872 memory=968 CPUtime=0 cores=0,2,4,6
/proc/1454/stat : 1454 (awk) S 1452 1422 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112739788 10108928 242 18446744073709551615 4194304 4609284 140722002771184 140722002770360 140715444014080 0 0 1 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 17883136 140722002776704 140722002776734 140722002776734 140722002780139 0
/proc/1454/statm: 2468 242 202 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9965864 KiB
Current children cumulated memory: 16736 KiB

[startup+0.210413 s]*
/proc/loadavg: 2.59 2.04 1.99 3/203 1468
/proc/meminfo: memFree=27414236/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=105200 memory=5436 CPUtime=0.07 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 2518 12696 0 0 0 0 5 2 20 0 2 0 112739779 107724800 1359 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 26300 1359 1026 1 0 16809 0
[pid=1422/tid=1472] ppid=1419 vsize=356956 memory=4134931637327788091 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) S 1419 1422 8289 0 -1 1077944384 438 12696 0 0 0 0 5 2 20 0 2 0 112739800 365522944 1882 18446744073709551615 4194304 4196468 140727097151632 140427791677856 140427787446914 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 105200 KiB
Current children cumulated memory: 5436 KiB

[startup+0.309951 s]*
/proc/loadavg: 2.59 2.04 1.99 4/213 1485
/proc/meminfo: memFree=27409156/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=13973936 memory=24988 CPUtime=0.14 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 6085 12696 0 0 6 1 5 2 20 0 15 0 112739779 14309310464 6247 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3493484 6247 2684 1 0 3482965 0
[pid=1422/tid=1472] ppid=1419 vsize=13973936 memory=279256089463328 CPUtime=0.12 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 3241 12696 0 0 5 0 5 2 20 0 15 0 112739800 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427791665144 140427396130788 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=13973936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739801 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=13973936 memory=279256231489088 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 2 12696 0 0 0 0 5 2 20 0 15 0 112739801 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=13973936 memory=279256089437808 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739801 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=13973936 memory=139628044720079 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 2 12696 0 0 0 0 5 2 20 0 15 0 112739801 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=13973936 memory=279256231496000 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 2 12696 0 0 0 0 5 2 20 0 15 0 112739802 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=13973936 memory=139628044615815 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 33 12696 0 0 0 0 5 2 20 0 15 0 112739803 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427264472352 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=13973936 memory=279256089465520 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 21 12696 0 0 0 0 5 2 20 0 15 0 112739803 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427263420016 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=13973936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=13973936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 414 12696 0 0 0 0 5 2 20 0 15 0 112739806 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=13973936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=13973936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 230 12696 0 0 0 0 5 2 20 0 15 0 112739806 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=13973936 memory=139628186769024 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=13973936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739809 14309310464 6313 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13973936 KiB
Current children cumulated memory: 24988 KiB

[startup+0.703599 s]
/proc/loadavg: 2.59 2.04 1.99 3/213 1485
/proc/meminfo: memFree=27378332/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=13974784 memory=57908 CPUtime=0.69 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 14003 12696 0 0 58 4 5 2 20 0 15 0 112739779 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3493696 14477 3127 1 0 3482965 0
[pid=1422/tid=1472] ppid=1419 vsize=13974784 memory=54592 CPUtime=0.51 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 10395 12696 0 0 41 3 5 2 20 0 15 0 112739800 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427791653928 140427772803921 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739801 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=13974784 memory=170 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 2 12696 0 0 0 0 5 2 20 0 15 0 112739801 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=13974784 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739801 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 2 12696 0 0 0 0 5 2 20 0 15 0 112739801 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 5 12696 0 0 0 0 5 2 20 0 15 0 112739802 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=13974784 memory=26 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 33 12696 0 0 0 0 5 2 20 0 15 0 112739803 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427264472352 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 21 12696 0 0 0 0 5 2 20 0 15 0 112739803 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427263420016 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=13974784 memory=180 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=13974784 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 649 12696 0 0 2 0 5 2 20 0 15 0 112739806 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=13974784 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 206 12696 0 0 2 0 5 2 20 0 15 0 112739806 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=13974784 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 532 12696 0 0 10 0 5 2 20 0 15 0 112739806 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=13974784 memory=2952 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=13974784 memory=4278483708103473607 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 1 12696 0 0 0 0 5 2 20 0 15 0 112739809 14310178816 14477 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57908 KiB

[startup+1.50207 s]
/proc/loadavg: 2.59 2.04 1.99 3/213 1485
/proc/meminfo: memFree=27341148/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=13985408 memory=158544 CPUtime=1.92 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 28104 12696 0 0 176 9 5 2 20 0 15 0 112739779 14321057792 39636 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3496352 39636 3347 1 0 3485525 0
[pid=1422/tid=1472] ppid=1419 vsize=13985408 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) S 1419 1422 8289 0 -1 1077944384 22129 12696 0 0 116 6 5 2 20 0 15 0 112739800 14321057792 39636 18446744073709551615 4194304 4196468 140727097151632 140427791658304 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=13985408 memory=6368442134514712677 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 59 12696 0 0 0 0 5 2 20 0 15 0 112739801 14321057792 39636 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=13985408 memory=7518026621751088994 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 36 12696 0 0 0 0 5 2 20 0 15 0 112739801 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=13985408 memory=124016 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 194 12696 0 0 0 0 5 2 20 0 15 0 112739801 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 64 12696 0 0 0 0 5 2 20 0 15 0 112739801 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=13985408 memory=2276 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) R 1419 1422 8289 0 -1 4202560 74 12696 0 0 0 0 5 2 20 0 15 0 112739802 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427265524672 140427767630458 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 33 12696 0 0 0 0 5 2 20 0 15 0 112739803 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427264472352 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=13985408 memory=279256089395104 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 21 12696 0 0 0 0 5 2 20 0 15 0 112739803 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427263420016 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=13985408 memory=-6876588627878687573 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=13985408 memory=6944656592455360569 CPUtime=0.23 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 1214 12696 0 0 16 0 5 2 20 0 15 0 112739806 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=13985408 memory=-7316765472996040608 CPUtime=0.23 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 834 12696 0 0 16 0 5 2 20 0 15 0 112739806 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=13985408 memory=-7606742951091920751 CPUtime=0.3 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 1298 12696 0 0 23 0 5 2 20 0 15 0 112739806 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427259205968 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=13985408 memory=7752549240514114323 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=13985408 memory=-7966001967256141664 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 10 12696 0 0 0 0 5 2 20 0 15 0 112739809 14321057792 39662 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 158544 KiB

[startup+3.11059 s]
/proc/loadavg: 2.55 2.04 1.99 7/215 1487
/proc/meminfo: memFree=27081972/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=13995836 memory=282796 CPUtime=5.66 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 45018 12696 0 0 543 16 5 2 20 0 15 0 112739779 14331736064 70699 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3498959 70699 3460 1 0 3487573 0
[pid=1422/tid=1472] ppid=1419 vsize=13995836 memory=0 CPUtime=2.86 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 31355 12696 0 0 270 9 5 2 20 0 15 0 112739800 14331736064 70699 18446744073709551615 4194304 4196468 140727097151632 140427791666624 140427767711595 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=13995836 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 74 12696 0 0 1 1 5 2 20 0 15 0 112739801 14331736064 70699 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=13995836 memory=188136 CPUtime=0.08 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 143 12696 0 0 1 0 5 2 20 0 15 0 112739801 14331736064 70765 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=13995836 memory=-8253362664378451622 CPUtime=0.08 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 219 12696 0 0 1 0 5 2 20 0 15 0 112739801 14331736064 70765 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=13995836 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 56820 12696 0 0 9900 54 5 2 20 0 15 0 112739800 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427791669872 140427402735765 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=14069564 memory=4232112 CPUtime=2.31 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 2376 12696 0 0 194 30 5 2 20 0 15 0 112739801 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=14069564 memory=226 CPUtime=2.28 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 1602 12696 0 0 192 29 5 2 20 0 15 0 112739801 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=14069564 memory=0 CPUtime=2.33 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1059 12696 0 0 196 30 5 2 20 0 15 0 112739801 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=14069564 memory=279256089496352 CPUtime=2.3 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 1980 12696 0 0 194 29 5 2 20 0 15 0 112739801 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=14069564 memory=5931915188283927655 CPUtime=0.24 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 10748 12696 0 0 16 1 5 2 20 0 15 0 112739802 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=14069564 memory=4231916 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 57 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427264472416 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=14069564 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 47 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427263420032 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=14069564 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=14069564 memory=1296 CPUtime=7.66 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 12760 12696 0 0 756 3 5 2 20 0 15 0 112739806 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=14069564 memory=2440 CPUtime=7.4 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 14571 12696 0 0 732 1 5 2 20 0 15 0 112739806 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=14069564 memory=1724 CPUtime=1.89 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 6990 12696 0 0 179 3 5 2 20 0 15 0 112739806 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=14069564 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=14069564 memory=5 CPUtime=0.13 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 484 12696 0 0 4 2 5 2 20 0 15 0 112739809 14407233536 1058028 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 125.64 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4232112 KiB

[startup+162.301 s]
/proc/loadavg: 1.80 2.00 1.99 3/214 1505
/proc/meminfo: memFree=22592260/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=14069564 memory=4256772 CPUtime=187.09 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 121802 12696 0 0 18511 191 5 2 20 0 15 0 112739779 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3517391 1064193 3481 1 0 3506005 0
[pid=1422/tid=1472] ppid=1419 vsize=14069564 memory=4256772 CPUtime=159.1 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 61296 12696 0 0 15849 54 5 2 20 0 15 0 112739800 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427791665440 140427410428778 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=14069564 memory=4256772 CPUtime=2.79 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 3163 12696 0 0 241 31 5 2 20 0 15 0 112739801 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=14069564 memory=4256772 CPUtime=2.76 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 1739 12696 0 0 239 30 5 2 20 0 15 0 112739801 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=14069564 memory=4256772 CPUtime=2.8 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1183 12696 0 0 243 30 5 2 20 0 15 0 112739801 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=14069564 memory=4256772 CPUtime=2.78 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 3129 12696 0 0 241 30 5 2 20 0 15 0 112739801 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=14069564 memory=4256772 CPUtime=0.25 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 11072 12696 0 0 17 1 5 2 20 0 15 0 112739802 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=14069564 memory=4256772 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 57 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427264472416 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=14069564 memory=4256772 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 47 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427263420032 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=14069564 memory=4236208 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=14069564 memory=4256772 CPUtime=7.67 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 13310 12696 0 0 757 3 5 2 20 0 15 0 112739806 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=14069564 memory=4256772 CPUtime=7.41 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 16239 12696 0 0 733 1 5 2 20 0 15 0 112739806 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=14069564 memory=1296 CPUtime=1.89 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 7877 12696 0 0 179 3 5 2 20 0 15 0 112739806 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=14069564 memory=2440 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=14069564 memory=304556123141439514 CPUtime=0.16 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 535 12696 0 0 6 3 5 2 20 0 15 0 112739809 14407233536 1064193 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 187.09 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4256772 KiB

[startup+222.301 s]
/proc/loadavg: 1.71 1.95 1.98 3/214 1633
/proc/meminfo: memFree=24211172/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=14069564 memory=4232232 CPUtime=248.57 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 130933 12696 0 0 24643 207 5 2 20 0 15 0 112739779 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3517391 1058058 3481 1 0 3506005 0
[pid=1422/tid=1472] ppid=1419 vsize=14069564 memory=4058088 CPUtime=218.6 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 65904 12696 0 0 21797 56 5 2 20 0 15 0 112739800 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427791670304 140427398754834 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=14069564 memory=4105256 CPUtime=3.27 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 3590 12696 0 0 286 34 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=14069564 memory=760 CPUtime=3.24 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 2052 12696 0 0 284 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=14069564 memory=4105256 CPUtime=3.27 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1374 12696 0 0 287 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=14069564 memory=21838 CPUtime=3.26 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 4872 12696 0 0 286 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=14069564 memory=4057748 CPUtime=0.27 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 11528 12696 0 0 19 1 5 2 20 0 15 0 112739802 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=14069564 memory=4105256 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 57 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427264472416 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=14069564 memory=4168 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 47 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427263420032 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=14069564 memory=4105256 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=14069564 memory=4105256 CPUtime=7.67 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 13777 12696 0 0 757 3 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=14069564 memory=7680170660397595203 CPUtime=7.42 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 16242 12696 0 0 733 2 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=14069564 memory=4135976 CPUtime=1.89 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 8763 12696 0 0 179 3 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=14069564 memory=302022848351043610 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=14069564 memory=288230617509003574 CPUtime=0.19 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 572 12696 0 0 7 5 5 2 20 0 15 0 112739809 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 248.57 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4232232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.801 s]
/proc/loadavg: 1.66 1.93 1.97 3/214 1633
/proc/meminfo: memFree=24073036/32770624 swapFree=67108860/67108860
[pid=1422] ppid=1419 vsize=14069564 memory=4232232 CPUtime=252.07 cores=0,2,4,6
/proc/1422/stat : 1422 (java) S 1419 1422 8289 0 -1 1077944320 131061 12696 0 0 24993 207 5 2 20 0 15 0 112739779 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140727097134176 140427787435767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
/proc/1422/statm: 3517391 1058058 3481 1 0 3506005 0
[pid=1422/tid=1472] ppid=1419 vsize=14069564 memory=14356 CPUtime=222.1 cores=0,2,4,6
/proc/1422/task/1472/stat : 1472 (java) R 1419 1422 8289 0 -1 4202560 66032 12696 0 0 22147 56 5 2 20 0 15 0 112739800 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427791670304 140427400292158 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1473] ppid=1419 vsize=14069564 memory=1008 CPUtime=3.27 cores=0,2,4,6
/proc/1422/task/1473/stat : 1473 (java) S 1419 1422 8289 0 -1 1077944384 3590 12696 0 0 286 34 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427721869712 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1474] ppid=1419 vsize=14069564 memory=2012 CPUtime=3.24 cores=0,2,4,6
/proc/1422/task/1474/stat : 1474 (java) S 1419 1422 8289 0 -1 1077944384 2052 12696 0 0 284 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427720816912 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1475] ppid=1419 vsize=14069564 memory=7680170660397595203 CPUtime=3.27 cores=0,2,4,6
/proc/1422/task/1475/stat : 1475 (java) S 1419 1422 8289 0 -1 1077944384 1374 12696 0 0 287 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427719764624 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1476] ppid=1419 vsize=14069564 memory=2440 CPUtime=3.26 cores=0,2,4,6
/proc/1422/task/1476/stat : 1476 (java) S 1419 1422 8289 0 -1 1077944384 4872 12696 0 0 286 33 5 2 20 0 15 0 112739801 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427718711824 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1477] ppid=1419 vsize=14069564 memory=1724 CPUtime=0.27 cores=0,2,4,6
/proc/1422/task/1477/stat : 1477 (java) S 1419 1422 8289 0 -1 1077944384 11528 12696 0 0 19 1 5 2 20 0 15 0 112739802 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427265526384 140427787446914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1478] ppid=1419 vsize=14069564 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1478/stat : 1478 (java) S 1419 1422 8289 0 -1 1077944384 57 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427264472416 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1479] ppid=1419 vsize=14069564 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1479/stat : 1479 (java) S 1419 1422 8289 0 -1 1077944384 47 12696 0 0 0 0 5 2 20 0 15 0 112739803 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427263420032 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1480] ppid=1419 vsize=14069564 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1480/stat : 1480 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427262368336 140427787454363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1481] ppid=1419 vsize=14069564 memory=14356 CPUtime=7.67 cores=0,2,4,6
/proc/1422/task/1481/stat : 1481 (java) S 1419 1422 8289 0 -1 1077944384 13777 12696 0 0 757 3 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427261315184 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1482] ppid=1419 vsize=14069564 memory=792 CPUtime=7.42 cores=0,2,4,6
/proc/1422/task/1482/stat : 1482 (java) S 1419 1422 8289 0 -1 1077944384 16242 12696 0 0 733 2 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427260262384 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1483] ppid=1419 vsize=14069564 memory=1716 CPUtime=1.89 cores=0,2,4,6
/proc/1422/task/1483/stat : 1483 (java) S 1419 1422 8289 0 -1 1077944384 8763 12696 0 0 179 3 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427259210096 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1484] ppid=1419 vsize=14069564 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/1422/task/1484/stat : 1484 (java) S 1419 1422 8289 0 -1 1077944384 3 12696 0 0 0 0 5 2 20 0 15 0 112739806 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427258157536 140427787445973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
[pid=1422/tid=1485] ppid=1419 vsize=14069564 memory=14356 CPUtime=0.2 cores=0,2,4,6
/proc/1422/task/1485/stat : 1485 (java) S 1419 1422 8289 0 -1 1077944384 572 12696 0 0 8 5 5 2 20 0 15 0 112739809 14407233536 1058058 18446744073709551615 4194304 4196468 140727097151632 140427257105328 140427787446914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140727097153456 140727097156241 140727097156241 140727097159631 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4232232 KiB

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

[startup+225.858 s]
# the end of solver process 1422 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.02 s, system=2.14046 s

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

Child status: 143
Real time (s): 225.858
CPU time (s): 252.161
CPU user time (s): 250.02
CPU system time (s): 2.14046
CPU usage (%): 111.646
Max. virtual memory (cumulated for all children) (KiB): 14071660
Max. memory (cumulated for all children) (KiB): 4256776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.02
system time used= 2.14046
maximum resident set size= 4256784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13851
involuntary context switches= 872


# summary of solver processes directly reported to runsolver:
#   pid: 1422
#   total CPU time (s): 252.161
#   total CPU user time (s): 250.02
#   total CPU system time (s): 2.14046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30984 second user time and 2.28795 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:19:58
IDJOB=4259370
IDBENCH=137707
IDSOLVER=2646
FILE ID=node133/4259370-1502649246
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259370-1502649246/watcher-4259370-1502649246 -o /tmp/evaluation-result-4259370-1502649246/solver-4259370-1502649246 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259370-1502649246.xml

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=1164651681

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:        27423012 kB
MemAvailable:   28066956 kB
Buffers:          240276 kB
Cached:           698556 kB
SwapCached:            0 kB
Active:          4705980 kB
Inactive:         187608 kB
Active(anon):    3895524 kB
Inactive(anon):   100804 kB
Active(file):     810456 kB
Inactive(file):    86804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:            24 kB
AnonPages:       3954848 kB
Mapped:            69908 kB
Shmem:             41660 kB
Slab:             152592 kB
SReclaimable:     125040 kB
SUnreclaim:        27552 kB
KernelStack:        3472 kB
PageTables:        12720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4894580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3723264 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= 61944 MiB
End job on node133 at 2017-08-13 20:23:44