Solver Name | Answer | CPU time | Wall clock time |
---|---|---|---|
OscaR - Parallel with EPS 2017-07-26 | ? | 2733.3101 | 410.15601 |
Name | SuperSolutions/SuperSolutions-Taillard-os07/ SuperTaillard-os-07-26.xml |
MD5SUM | 94b2333e20121f91e59972a20e586711 |
Bench Category | CSP (decision problem) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 9.8511105 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 98 |
Number of constraints | 931 |
Number of domains | 38 |
Minimum domain size | 332 |
Maximum domain size | 428 |
Distribution of domain sizes | [{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}] |
Minimum variable degree | 13 |
Maximum variable degree | 25 |
Distribution of variable degrees | [{"degree":13,"count":49},{"degree":25,"count":49}] |
Minimum constraint arity | 2 |
Maximum constraint arity | 2 |
Distribution of constraint arities | [{"arity":2,"count":931}] |
Number of extensional constraints | 0 |
Number of intensional constraints | 931 |
Distribution of constraint types | [{"type":"intension","count":931}] |
Optimization problem | NO |
Type of objective |
0.29/0.25 c version: 2017-07-26 0.29/0.25 c seed: 723622409 0.29/0.25 c timeout: 20160 0.29/0.25 c memlimit: 11000 0.29/0.25 c nbcore: 8 0.29/0.28 c Parsing instance... 92.16/34.87 c Parsing done, starting search... 2732.87/410.10 Exception in thread "main" java.lang.OutOfMemoryError: Java heap space 2732.87/410.10 at java.lang.Integer.valueOf(Integer.java:832) 2732.87/410.10 at scala.runtime.BoxesRunTime.boxToInteger(BoxesRunTime.java:69) 2732.87/410.10 at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:260) 2732.87/410.10 at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82) 2732.87/410.10 at oscar.cp.core.CPStore.post(CPStore.scala:282) 2732.87/410.10 at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138) 2732.87/410.10 at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39) 2732.87/410.10 at oscar.cp.package$.isInconsistent(package.scala:54) 2732.87/410.10 at oscar.cp.core.CPSolver.add(CPSolver.scala:138) 2732.87/410.10 at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277) 2732.87/410.10 at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334) 2732.87/410.10 at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44) 2732.87/410.10 at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34) 2732.87/410.10 at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47) 2732.87/410.10 at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54) 2732.87/410.10 at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54) 2732.87/410.10 at scala.collection.immutable.List.foreach(List.scala:383) 2732.87/410.10 at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54) 2732.87/410.10 at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256) 2732.87/410.10 at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33) 2732.87/410.10 at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190) 2732.87/410.10 at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:189) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:187) 2732.87/410.10 at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58) 2732.87/410.10 at oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:34) 2732.87/410.10 at oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram.solveDistributed(CPProgram.scala:187) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:97) 2732.87/410.10 at oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:86) 2732.87/410.10 s UNKNOWN
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 (14986 MiB free) memory of node 1: 16384 MiB (15656 MiB free) node distances: 10 21 21 10 command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275739-1502816228/watcher-4275739-1502816228 -o /tmp/evaluation-result-4275739-1502816228/solver-4275739-1502816228 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 723622409 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275739-1502816228.xml running on 8 cores: 0,2,4,6,1,3,5,7 Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB Linux 3.10.0-514.16.1.el7.x86_64 Starting watchdog thread Current StackSize limit: 8192 KiB solver pid=17273, runsolver pid=17270 [startup+0.10013 s]* /proc/loadavg: 10.42 11.31 11.02 2/199 17293 /proc/meminfo: memFree=31358092/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14325320 memory=34264 CPUtime=0.13 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 8464 0 0 0 11 2 0 0 20 0 20 0 114710527 14669127680 8566 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3581330 8566 3400 1 0 3569050 0 [pid=17273/tid=17275] ppid=17270 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) R 17270 17273 16326 0 -1 4202560 6405 0 0 0 7 1 0 0 20 0 20 0 114710527 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152449354912 140152429229406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152375237648 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14325320 memory=139815239964288 CPUtime=0 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152374185104 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152373132048 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152372079504 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152371026448 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14325320 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152369973904 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152368920848 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 8566 33554432000 4194304 4196468 140730605239136 140152367868304 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710529 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151541910256 140152445160066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114710530 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151540856480 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114710530 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151539803376 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 114710532 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151537699056 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710532 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151536646512 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 114710532 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14325320 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710533 14669127680 8566 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 0.13 s Current children cumulated vsize: 14325320 KiB Current children cumulated memory: 34264 KiB [startup+0.210355 s]* /proc/loadavg: 10.42 11.31 11.02 3/199 17293 /proc/meminfo: memFree=31349096/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14325320 memory=43420 CPUtime=0.29 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 9485 0 0 0 27 2 0 0 20 0 20 0 114710527 14669127680 10855 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3581330 10855 3602 1 0 3569050 0 [pid=17273/tid=17275] ppid=17270 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) R 17270 17273 16326 0 -1 4202560 7049 0 0 0 18 1 0 0 20 0 20 0 114710527 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152449354224 140152429229406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14325320 memory=13885 CPUtime=0 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152375237648 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14325320 memory=139815240468809 CPUtime=0 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152374185104 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14325320 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152373132048 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152372079504 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152371026448 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14325320 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152369973904 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152368920848 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669127680 10855 33554432000 4194304 4196468 140730605239136 140152367868304 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114710529 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151541910256 140152445160066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114710530 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151540856480 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114710530 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151539803376 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 114710532 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151537699056 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 115 0 0 0 1 0 0 0 20 0 20 0 114710532 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151536646512 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 114710532 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 414 0 0 0 5 0 0 0 20 0 20 0 114710532 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14325320 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14325320 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710533 14669127680 10855 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 0.29 s Current children cumulated vsize: 14325320 KiB Current children cumulated memory: 43420 KiB [startup+0.309979 s]* /proc/loadavg: 10.42 11.31 11.02 2/199 17293 /proc/meminfo: memFree=31342024/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14325340 memory=51348 CPUtime=0.48 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 10555 0 0 0 45 3 0 0 20 0 20 0 114710527 14669148160 12837 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3581335 12837 3712 1 0 3569050 0 [pid=17273/tid=17275] ppid=17270 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) R 17270 17273 16326 0 -1 4202560 7605 0 0 0 27 2 0 0 20 0 20 0 114710527 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152449372976 140152429192549 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152375237648 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152374185104 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152373132048 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152372079504 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14325340 memory=2244 CPUtime=0 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152371026448 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14325340 memory=139815077114799 CPUtime=0 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152369973904 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14325340 memory=139815077117104 CPUtime=0 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152368920848 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14325340 memory=139815077119408 CPUtime=0 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14669148160 12837 33554432000 4194304 4196468 140730605239136 140152367868304 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114710529 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151541910256 140152445160066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14325340 memory=279630154245776 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114710530 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151540856480 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14325340 memory=279630154252688 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114710530 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151539803376 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14325340 memory=279630154193968 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14325340 memory=279630154266512 CPUtime=0.01 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 114710532 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151537699056 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14325340 memory=279630154273424 CPUtime=0.03 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 314 0 0 0 3 0 0 0 20 0 20 0 114710532 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151536646512 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14325340 memory=279630154271120 CPUtime=0.03 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 226 0 0 0 3 0 0 0 20 0 20 0 114710532 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14325340 memory=279630154287728 CPUtime=0.08 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) R 17270 17273 16326 0 -1 4202560 535 0 0 0 8 0 0 0 20 0 20 0 114710532 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14325340 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14325340 memory=-1 CPUtime=0 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710533 14669148160 12837 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 0.48 s Current children cumulated vsize: 14325340 KiB Current children cumulated memory: 51348 KiB [startup+0.700943 s] /proc/loadavg: 10.42 11.31 11.02 5/199 17293 /proc/meminfo: memFree=31329368/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14327388 memory=91612 CPUtime=1.56 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 15003 0 0 0 151 5 0 0 20 0 20 0 114710527 14671245312 22903 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3581847 22903 3774 1 0 3569562 0 [pid=17273/tid=17275] ppid=17270 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) R 17270 17273 16326 0 -1 4202560 8503 0 0 0 64 3 0 0 20 0 20 0 114710527 14671245312 22903 33554432000 4194304 4196468 140730605239136 140152449382544 140152050889600 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14327388 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22903 33554432000 4194304 4196468 140730605239136 140152375237648 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14327388 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152374185104 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14327388 memory=0 CPUtime=0 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152373132048 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14327388 memory=1008 CPUtime=0 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152372079504 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14327388 memory=4612 CPUtime=0 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152371026448 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14327388 memory=1428 CPUtime=0 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152369973904 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14327388 memory=1204 CPUtime=0 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152368920848 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14327388 memory=15876 CPUtime=0 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) S 17270 17273 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114710528 14671245312 22934 33554432000 4194304 4196468 140730605239136 140152367868304 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14327388 memory=20324 CPUtime=0 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114710529 14671245312 22934 33554432000 4194304 4196468 140730605239136 140151541910256 140152445160066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 ################ # More data... # ################ /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 14703 0 0 0 65 2 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14331484 memory=1008 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14331484 memory=4612 CPUtime=0.16 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1119 0 0 0 6 10 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 2717.42 s Current children cumulated vsize: 14331484 KiB Current children cumulated memory: 11134848 KiB [startup+408.801 s] /proc/loadavg: 7.19 8.08 9.51 9/198 17293 /proc/meminfo: memFree=20240996/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14331484 memory=11134848 CPUtime=2723.53 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 705939 0 0 0 269504 2849 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3582871 2783712 3842 1 0 3570586 0 [pid=17273/tid=17275] ppid=17270 vsize=14331484 memory=303430266251378998 CPUtime=35.4 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) S 17270 17273 16326 0 -1 1077944384 26849 0 0 0 3521 19 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152449389168 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14331484 memory=14979992052304174 CPUtime=330.13 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) R 17270 17273 16326 0 -1 4202560 39391 0 0 0 32665 348 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152375237232 140152437777127 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14331484 memory=7372513984662562148 CPUtime=331.23 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) R 17270 17273 16326 0 -1 4202560 36542 0 0 0 32777 346 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152374184688 140152437777127 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14331484 memory=7234582346952107880 CPUtime=331.06 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) R 17270 17273 16326 0 -1 4202560 36573 0 0 0 32749 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152373131632 140152437777127 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14331484 memory=1428 CPUtime=329.97 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) R 17270 17273 16326 0 -1 4202560 39454 0 0 0 32665 332 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152372079088 140152437777127 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14331484 memory=1204 CPUtime=330.32 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) R 17270 17273 16326 0 -1 4202560 44435 0 0 0 32675 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152371026032 140152437777127 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14331484 memory=15876 CPUtime=330.94 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) R 17270 17273 16326 0 -1 4202560 37751 0 0 0 32763 331 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152369973488 140152437777127 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14331484 memory=20324 CPUtime=330.13 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) R 17270 17273 16326 0 -1 4202560 36354 0 0 0 32690 323 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152368920744 140152437777127 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14331484 memory=4048 CPUtime=331.17 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) R 17270 17273 16326 0 -1 4202560 38293 0 0 0 32754 363 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152367868504 140152429846566 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14331484 memory=18488 CPUtime=40.58 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 340058 0 0 0 3998 60 0 0 20 0 20 0 114710529 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151541908576 140152445159125 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14331484 memory=11134848 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151540856544 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14331484 memory=288230617509003574 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151539803392 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14331484 memory=14979992052304174 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14331484 memory=1796 CPUtime=0.44 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 3604 0 0 0 43 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151537698816 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14331484 memory=11134844 CPUtime=0.57 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 4542 0 0 0 56 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151536646560 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14331484 memory=640 CPUtime=0.64 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 4825 0 0 0 63 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14331484 memory=956 CPUtime=0.67 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 14703 0 0 0 65 2 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14331484 memory=2340 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14331484 memory=2240 CPUtime=0.16 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1119 0 0 0 6 10 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 2723.53 s Current children cumulated vsize: 14331484 KiB Current children cumulated memory: 11134848 KiB [startup+409.601 s] /proc/loadavg: 7.19 8.08 9.51 9/198 17293 /proc/meminfo: memFree=20240996/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14331484 memory=11134848 CPUtime=2729.71 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 706115 0 0 0 270120 2851 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3582871 2783712 3842 1 0 3570586 0 [pid=17273/tid=17275] ppid=17270 vsize=14331484 memory=279630155652256 CPUtime=35.4 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) S 17270 17273 16326 0 -1 1077944384 26849 0 0 0 3521 19 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152449389168 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14331484 memory=6944656592455097440 CPUtime=330.89 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) R 17270 17273 16326 0 -1 4202560 39391 0 0 0 32741 348 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152375237544 140152437777127 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14331484 memory=6656426216303648864 CPUtime=332.01 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) R 17270 17273 16326 0 -1 4202560 36542 0 0 0 32854 347 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152374184688 140152437777127 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14331484 memory=6791534058613427641 CPUtime=331.82 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) R 17270 17273 16326 0 -1 4202560 36573 0 0 0 32825 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152373131632 140152437777127 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14331484 memory=928 CPUtime=330.74 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) R 17270 17273 16326 0 -1 4202560 39454 0 0 0 32742 332 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152372079088 140152437777127 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14331484 memory=1576 CPUtime=331.09 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) R 17270 17273 16326 0 -1 4202560 44435 0 0 0 32752 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152371026032 140152437777127 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14331484 memory=2196 CPUtime=331.7 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) R 17270 17273 16326 0 -1 4202560 37751 0 0 0 32839 331 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152369973488 140152437777127 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14331484 memory=1296 CPUtime=330.89 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) R 17270 17273 16326 0 -1 4202560 36354 0 0 0 32766 323 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152368920432 140152437777127 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14331484 memory=2416 CPUtime=331.97 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) R 17270 17273 16326 0 -1 4202560 38469 0 0 0 32834 363 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152367868504 140152429846671 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14331484 memory=1728 CPUtime=40.58 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 340058 0 0 0 3998 60 0 0 20 0 20 0 114710529 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151541908576 140152445159125 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14331484 memory=796 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151540856544 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14331484 memory=4140 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151539803392 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14331484 memory=32148 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14331484 memory=1296 CPUtime=0.44 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 3604 0 0 0 43 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151537698816 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14331484 memory=2416 CPUtime=0.57 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 4542 0 0 0 56 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151536646560 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14331484 memory=84 CPUtime=0.64 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 4825 0 0 0 63 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14331484 memory=7234582346952107880 CPUtime=0.67 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 14703 0 0 0 65 2 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14331484 memory=7234582346952107880 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14331484 memory=7091313868695556205 CPUtime=0.16 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1119 0 0 0 6 10 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 2729.71 s Current children cumulated vsize: 14331484 KiB Current children cumulated memory: 11134848 KiB [startup+410.002 s]* /proc/loadavg: 7.26 8.08 9.50 9/198 17293 /proc/meminfo: memFree=20240996/32770624 swapFree=67108860/67108860 [pid=17273] ppid=17270 vsize=14331484 memory=11134848 CPUtime=2732.87 cores=0-7 /proc/17273/stat : 17273 (java) S 17270 17273 16326 0 -1 1077944320 706353 0 0 0 270433 2854 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140730605221680 140152445148919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 /proc/17273/statm: 3582871 2783712 3842 1 0 3570586 0 [pid=17273/tid=17275] ppid=17270 vsize=14331484 memory=-7385037615208631145 CPUtime=35.4 cores=0-7 /proc/17273/task/17275/stat : 17275 (java) S 17270 17273 16326 0 -1 1077944384 26849 0 0 0 3521 19 0 0 20 0 20 0 114710527 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152449389168 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17276] ppid=17270 vsize=14331484 memory=1970350607106052 CPUtime=331.28 cores=0-7 /proc/17273/task/17276/stat : 17276 (java) R 17270 17273 16326 0 -1 4202560 39391 0 0 0 32780 348 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152375237648 140152429847773 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17277] ppid=17270 vsize=14331484 memory=139815077125953 CPUtime=332.4 cores=0-7 /proc/17273/task/17277/stat : 17277 (java) R 17270 17273 16326 0 -1 4202560 36545 0 0 0 32893 347 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152374185104 140152428531952 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17278] ppid=17270 vsize=14331484 memory=4872558044660077418 CPUtime=332.22 cores=0-7 /proc/17273/task/17278/stat : 17278 (java) R 17270 17273 16326 0 -1 4202560 36609 0 0 0 32865 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152373132168 140152437777127 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17279] ppid=17270 vsize=14331484 memory=32148 CPUtime=331.13 cores=0-7 /proc/17273/task/17279/stat : 17279 (java) R 17270 17273 16326 0 -1 4202560 39515 0 0 0 32780 333 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152372079504 140152430145320 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17280] ppid=17270 vsize=14331484 memory=1296 CPUtime=331.48 cores=0-7 /proc/17273/task/17280/stat : 17280 (java) R 17270 17273 16326 0 -1 4202560 44450 0 0 0 32791 357 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152371026648 140152429847887 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17281] ppid=17270 vsize=14331484 memory=2416 CPUtime=332.1 cores=0-7 /proc/17273/task/17281/stat : 17281 (java) R 17270 17273 16326 0 -1 4202560 37789 0 0 0 32878 332 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152369973904 140152429606489 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17282] ppid=17270 vsize=14331484 memory=1728 CPUtime=331.27 cores=0-7 /proc/17273/task/17282/stat : 17282 (java) R 17270 17273 16326 0 -1 4202560 36371 0 0 0 32804 323 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152368921048 140152430145530 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17283] ppid=17270 vsize=14331484 memory=11134844 CPUtime=332.37 cores=0-7 /proc/17273/task/17283/stat : 17283 (java) R 17270 17273 16326 0 -1 4202560 38509 0 0 0 32874 363 0 0 20 0 20 0 114710528 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140152367868304 140152437777127 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17284] ppid=17270 vsize=14331484 memory=7235147594880805952 CPUtime=40.59 cores=0-7 /proc/17273/task/17284/stat : 17284 (java) S 17270 17273 16326 0 -1 1077944384 340086 0 0 0 3999 60 0 0 20 0 20 0 114710529 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151541908800 140152445159125 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17285] ppid=17270 vsize=14331484 memory=7595713744968378472 CPUtime=0 cores=0-7 /proc/17273/task/17285/stat : 17285 (java) S 17270 17273 16326 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151540856544 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17286] ppid=17270 vsize=14331484 memory=7234866106817990766 CPUtime=0 cores=0-7 /proc/17273/task/17286/stat : 17286 (java) S 17270 17273 16326 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 114710530 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151539803392 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17287] ppid=17270 vsize=14331484 memory=7234866106817990766 CPUtime=0 cores=0-7 /proc/17273/task/17287/stat : 17287 (java) S 17270 17273 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151538751952 140152445167515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17288] ppid=17270 vsize=14331484 memory=7234866106817990766 CPUtime=0.44 cores=0-7 /proc/17273/task/17288/stat : 17288 (java) S 17270 17273 16326 0 -1 1077944384 3604 0 0 0 43 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151537698816 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17289] ppid=17270 vsize=14331484 memory=6791534058613427641 CPUtime=0.57 cores=0-7 /proc/17273/task/17289/stat : 17289 (java) S 17270 17273 16326 0 -1 1077944384 4542 0 0 0 56 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151536646560 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17290] ppid=17270 vsize=14331484 memory=916 CPUtime=0.64 cores=0-7 /proc/17273/task/17290/stat : 17290 (java) S 17270 17273 16326 0 -1 1077944384 4825 0 0 0 63 1 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151535593456 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17291] ppid=17270 vsize=14331484 memory=6791534058613427641 CPUtime=0.67 cores=0-7 /proc/17273/task/17291/stat : 17291 (java) S 17270 17273 16326 0 -1 1077944384 14703 0 0 0 65 2 0 0 20 0 20 0 114710532 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151534540912 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17292] ppid=17270 vsize=14331484 memory=4104 CPUtime=0 cores=0-7 /proc/17273/task/17292/stat : 17292 (java) S 17270 17273 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151533489120 140152445159125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 [pid=17273/tid=17293] ppid=17270 vsize=14331484 memory=1152 CPUtime=0.16 cores=0-7 /proc/17273/task/17293/stat : 17293 (java) S 17270 17273 16326 0 -1 1077944384 1119 0 0 0 6 10 0 0 20 0 20 0 114710533 14675439616 2783712 33554432000 4194304 4196468 140730605239136 140151532436656 140152445160066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 23052288 140730605241442 140730605241627 140730605241627 140730605244367 0 Current children cumulated CPU time: 2732.87 s Current children cumulated vsize: 14331484 KiB Current children cumulated memory: 11134848 KiB [startup+410.111 s]* /proc/loadavg: 7.26 8.08 9.50 2/180 17294 /proc/meminfo: memFree=21809772/32770624 swapFree=67108860/67108860 Current children cumulated CPU time: 0 s Current children cumulated vsize: 0 KiB Current children cumulated memory: 0 KiB Child status: 1 Real time (s): 410.156 CPU time (s): 2733.31 CPU user time (s): 2704.7 CPU system time (s): 28.604 CPU usage (%): 666.407 Max. virtual memory (cumulated for all children) (KiB): 14331484 Max. memory (cumulated for all children) (KiB): 11134848 getrusage(RUSAGE_CHILDREN,...) data: user time used= 2704.7 system time used= 28.604 maximum resident set size= 11134848 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 706533 page faults= 0 swaps= 0 block input operations= 0 block output operations= 648 messages sent= 0 messages received= 0 signals received= 0 voluntary context switches= 32870 involuntary context switches= 29504 # summary of solver processes directly reported to runsolver: # pid: 17273 # total CPU time (s): 2733.31 # total CPU user time (s): 2704.7 # total CPU system time (s): 28.604 ??? join timestamper begins ??? join timestamper ends ??? end of timestamper thread runsolver used 2.6745 second user time and 4.31609 second system time The end
Begin job on node106 at 2017-08-15 18:42:49 IDJOB=4275739 IDBENCH=138603 IDSOLVER=2668 FILE ID=node106/4275739-1502816228 RUNJOBID= node106-1502808215-16353 PBS_JOBID= 20629821 Free space on /tmp= 61776 MiB SOLVER NAME= OscaR - Parallel with EPS 2017-07-26 BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.xml COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275739-1502816228/watcher-4275739-1502816228 -o /tmp/evaluation-result-4275739-1502816228/solver-4275739-1502816228 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 723622409 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275739-1502816228.xml TIME LIMIT= 20160 seconds MEMORY LIMIT= 31000 MiB NBCORE= 8 MD5SUM BENCH= 94b2333e20121f91e59972a20e586711 RANDOM SEED=723622409 node106.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.86 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.86 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.86 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.86 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: 31380096 kB MemAvailable: 31984172 kB Buffers: 185640 kB Cached: 704508 kB SwapCached: 0 kB Active: 491960 kB Inactive: 453292 kB Active(anon): 11076 kB Inactive(anon): 72108 kB Active(file): 480884 kB Inactive(file): 381184 kB Unevictable: 6472 kB Mlocked: 6472 kB SwapTotal: 67108860 kB SwapFree: 67108860 kB Dirty: 42152 kB Writeback: 0 kB AnonPages: 61888 kB Mapped: 46056 kB Shmem: 25228 kB Slab: 142012 kB SReclaimable: 115684 kB SUnreclaim: 26328 kB KernelStack: 3184 kB PageTables: 4776 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 83494172 kB Committed_AS: 323632 kB VmallocTotal: 34359738367 kB VmallocUsed: 350232 kB VmallocChunk: 34341910524 kB HardwareCorrupted: 0 kB AnonHugePages: 10240 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 105856 kB DirectMap2M: 33439744 kB Free space on /tmp at the end= 61736 MiB End job on node106 at 2017-08-15 18:49:39