Trace number 4308408

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
OscaR - Hybrid 2018-08-14? 75.0722 28.7483

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 325539215
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
74.52/28.45	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
74.91/28.65		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
74.91/28.65		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
74.91/28.65		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
74.91/28.65		at scala.Array$.fill(Array.scala:263)
74.91/28.65		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
74.91/28.65		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
74.91/28.65		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
74.91/28.65		at oscar.cp.core.CPStore.post(CPStore.scala:282)
74.91/28.65		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
74.91/28.65		at oscar.cp.core.CPSolver$$Lambda$143/735937428.apply$mcV$sp(Unknown Source)
74.91/28.65		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
74.91/28.65		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
74.91/28.65		at oscar.cp.package$.isInconsistent(package.scala:54)
74.91/28.65		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
74.91/28.65		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
74.91/28.65		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
74.91/28.65		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
74.91/28.65		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
74.91/28.65		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
74.91/28.65		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
74.91/28.65		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
74.91/28.65		at oscar.modeling.models.InstantiatedModel$$Lambda$135/575935098.apply(Unknown Source)
74.91/28.65		at scala.collection.immutable.List.foreach(List.scala:389)
74.91/28.65		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
74.91/28.65		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
74.91/28.65		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
74.91/28.65		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
74.91/28.65		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
74.91/28.65		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
74.91/28.65		at scala.Function0.apply$mcV$sp(Function0.scala:34)
74.91/28.65		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
74.91/28.65		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
74.91/28.65	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308408-1534306021/watcher-4308408-1534306021 -o /tmp/evaluation-result-4308408-1534306021/solver-4308408-1534306021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 325539215 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308408-1534306021.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17950, runsolver pid=17947

[startup+0.100164 s]*
/proc/loadavg: 2.76 2.13 1.96 3/215 17965
/proc/meminfo: memFree=18005324/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14082736 memory=34172 CPUtime=0.12 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 6955 0 0 0 11 1 0 0 20 0 15 0 248165402 14420721664 8543 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3520684 8543 3140 1 0 3482761 0
[pid=17950/tid=17952] ppid=17947 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) R 17947 17950 16354 0 -1 4202560 5038 0 0 0 8 1 0 0 20 0 15 0 248165402 14420721664 8543 33554432000 4194304 4196468 140720486362160 139889059166832 139889039062366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14082736 memory=5793855859255593401 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888529218160 139889054993026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888528164128 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888527111792 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888523954160 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) R 17947 17950 16354 0 -1 4202560 237 0 0 0 1 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888522901872 139889055003226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 8543 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34172 KiB

[startup+0.210473 s]*
/proc/loadavg: 2.76 2.13 1.96 4/215 17965
/proc/meminfo: memFree=17989944/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14082736 memory=47576 CPUtime=0.31 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 9973 0 0 0 29 2 0 0 20 0 15 0 248165402 14420721664 11894 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3520684 11894 3384 1 0 3482761 0
[pid=17950/tid=17952] ppid=17947 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) S 17947 17950 16354 0 -1 1077944384 7732 0 0 0 18 1 0 0 20 0 15 0 248165402 14420721664 11894 33554432000 4194304 4196468 140720486362160 139889059210320 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14082736 memory=4211974334450490762 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888529218160 139889054993026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888528164128 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888527111792 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) R 17947 17950 16354 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) R 17947 17950 16354 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888523954160 139889041021952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0.06 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 271 0 0 0 6 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888522901872 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 11894 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47576 KiB

[startup+0.310612 s]*
/proc/loadavg: 2.76 2.13 1.96 4/215 17965
/proc/meminfo: memFree=17985788/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14082736 memory=51060 CPUtime=0.43 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 10346 0 0 0 41 2 0 0 20 0 15 0 248165402 14420721664 12765 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3520684 12765 3387 1 0 3482761 0
[pid=17950/tid=17952] ppid=17947 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) R 17947 17950 16354 0 -1 4202560 8090 0 0 0 28 1 0 0 20 0 15 0 248165402 14420721664 12765 33554432000 4194304 4196468 140720486362160 139889059193472 139889038168688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14082736 memory=4211974334450490762 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14082736 memory=140608245702589 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14082736 memory=140608102590962 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14082736 memory=140608102583759 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14082736 memory=140608245716605 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888529218160 139889054993026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14082736 memory=140608102592975 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888528164128 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14082736 memory=281216205176720 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248165405 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888527111792 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14082736 memory=281216205174384 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14082736 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 125 0 0 0 3 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888523954160 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0.08 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 279 0 0 0 8 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888522901872 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14082736 memory=140608245700224 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165408 14420721664 12765 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51060 KiB

[startup+0.700784 s]
/proc/loadavg: 2.76 2.13 1.96 3/215 17965
/proc/meminfo: memFree=17964024/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14084804 memory=88904 CPUtime=0.99 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 17057 0 0 0 95 4 0 0 20 0 15 0 248165402 14422839296 22226 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3521201 22226 3503 1 0 3483273 0
[pid=17950/tid=17952] ppid=17947 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) R 17947 17950 16354 0 -1 4202560 14406 0 0 0 64 3 0 0 20 0 15 0 248165402 14422839296 22226 33554432000 4194304 4196468 140720486362160 139889059207136 139889039062366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248165403 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165403 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248165405 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888529218160 139889054993026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248165405 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888528164128 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248165405 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888527111792 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14084804 memory=222 CPUtime=0.06 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 651 0 0 0 6 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 266 0 0 0 8 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888523954160 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14084804 memory=704 CPUtime=0.15 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 351 0 0 0 15 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888522901872 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14084804 memory=281216205360624 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248165408 14422839296 22226 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88904 KiB

[startup+1.50084 s]
/proc/loadavg: 2.76 2.13 1.96 4/215 17965
/proc/meminfo: memFree=17725300/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14086852 memory=449524 CPUtime=2.8 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 19187 0 0 0 250 30 0 0 20 0 15 0 248165402 14424936448 112381 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3521713 112381 3557 1 0 3483785 0
[pid=17950/tid=17952] ppid=17947 vsize=14086852 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) R 17947 17950 16354 0 -1 4202560 14836 0 0 0 129 7 0 0 20 0 15 0 248165402 14424936448 112381 33554432000 4194304 4196468 140720486362160 139889059216736 139888648384198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14086852 memory=-6585528546044026665 CPUtime=0.07 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 94 0 0 0 3 4 0 0 20 0 15 0 248165403 14424936448 112381 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14086852 memory=-5862946231257883751 CPUtime=0.09 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 184 0 0 0 4 5 0 0 20 0 15 0 248165403 14424936448 112381 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14086852 memory=-7449070711462646318 CPUtime=0.09 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 15 0 248165403 14424936448 112381 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14086852 memory=4947091630708333440 CPUtime=0.09 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 131 0 0 0 4 5 0 0 20 0 15 0 248165403 14424936448 112381 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 248165405 14424936448 112381 33554432000 4194304 4196468 140720486362160 139888529218160 139889054993026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0

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


[startup+27.2009 s]
/proc/loadavg: 3.09 2.25 2.00 6/215 17965
/proc/meminfo: memFree=6326332/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14088900 memory=11685000 CPUtime=70.39 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 772666 0 0 0 5947 1092 0 0 20 0 15 0 248165402 14427033600 2921250 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3522225 2921250 3590 1 0 3484297 0
[pid=17950/tid=17952] ppid=17947 vsize=14088900 memory=0 CPUtime=12.2 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) S 17947 17950 16354 0 -1 1077944384 27262 0 0 0 1199 21 0 0 20 0 15 0 248165402 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139889059217456 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14088900 memory=11684976 CPUtime=13.63 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 162770 0 0 0 1102 261 0 0 20 0 15 0 248165403 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14088900 memory=140608103006227 CPUtime=13.67 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 262942 0 0 0 1129 238 0 0 20 0 15 0 248165403 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14088900 memory=6944613755395144096 CPUtime=13.62 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 110750 0 0 0 1081 281 0 0 20 0 15 0 248165403 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14088900 memory=1740 CPUtime=13.58 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 185830 0 0 0 1076 282 0 0 20 0 15 0 248165403 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14088900 memory=11192 CPUtime=1.18 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) R 17947 17950 16354 0 -1 4202560 14918 0 0 0 117 1 0 0 20 0 15 0 248165405 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888529216608 139889033352059 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888528164192 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14088900 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888527111808 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14088900 memory=6068 CPUtime=0.92 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 1794 0 0 0 91 1 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14088900 memory=1724 CPUtime=0.95 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 1709 0 0 0 95 0 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888523954160 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14088900 memory=4004 CPUtime=0.51 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 2256 0 0 0 51 0 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888522901872 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14088900 memory=3516 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14088900 memory=872 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1034 0 0 0 0 1 0 0 20 0 15 0 248165408 14427033600 2921250 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 70.39 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11685000 KiB

[startup+28.0109 s]*
/proc/loadavg: 3.00 2.25 2.00 6/215 17965
/proc/meminfo: memFree=6326332/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14088900 memory=11685012 CPUtime=73.19 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 774107 0 0 0 6227 1092 0 0 20 0 15 0 248165402 14427033600 2921253 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3522225 2921253 3590 1 0 3484297 0
[pid=17950/tid=17952] ppid=17947 vsize=14088900 memory=-6948047529741492128 CPUtime=12.2 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) S 17947 17950 16354 0 -1 1077944384 27268 0 0 0 1199 21 0 0 20 0 15 0 248165402 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139889059217456 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14088900 memory=-7003737579269690708 CPUtime=14.29 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) R 17947 17950 16354 0 -1 4202560 163028 0 0 0 1168 261 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888970049824 139889039978497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14088900 memory=6656426216303648864 CPUtime=14.33 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) R 17947 17950 16354 0 -1 4202560 263237 0 0 0 1195 238 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888968997336 139889036591711 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14088900 memory=0 CPUtime=14.29 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) R 17947 17950 16354 0 -1 4202560 110886 0 0 0 1148 281 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888967945048 139889039978497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14088900 memory=0 CPUtime=14.25 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) R 17947 17950 16354 0 -1 4202560 185906 0 0 0 1143 282 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888966892248 139889039978497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14088900 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 15573 0 0 0 132 1 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888529216704 139889054992085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888528163728 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888527111808 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14088900 memory=8319083140700905527 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14088900 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 1794 0 0 0 91 1 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888525007008 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14088900 memory=3539920704711716456 CPUtime=0.95 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 1710 0 0 0 95 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888523953920 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14088900 memory=7007707949394126417 CPUtime=0.51 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 2256 0 0 0 51 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888522901920 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14088900 memory=3762820397946451760 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14088900 memory=7305515273705449304 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1058 0 0 0 0 1 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 73.19 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11685012 KiB

[startup+28.4009 s]
/proc/loadavg: 3.00 2.25 2.00 6/215 17965
/proc/meminfo: memFree=6326332/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14088900 memory=11685012 CPUtime=74.52 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 785204 0 0 0 6359 1093 0 0 20 0 15 0 248165402 14427033600 2921253 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3522225 2921253 3590 1 0 3484297 0
[pid=17950/tid=17952] ppid=17947 vsize=14088900 memory=1064 CPUtime=12.2 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) S 17947 17950 16354 0 -1 1077944384 27268 0 0 0 1199 21 0 0 20 0 15 0 248165402 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139889059217456 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14088900 memory=11684976 CPUtime=14.62 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) R 17947 17950 16354 0 -1 4202560 164044 0 0 0 1200 262 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888970049936 139889047610087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14088900 memory=6791534058613427641 CPUtime=14.64 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) R 17947 17950 16354 0 -1 4202560 263655 0 0 0 1226 238 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888968997136 139889047610087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14088900 memory=920 CPUtime=14.61 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) R 17947 17950 16354 0 -1 4202560 111763 0 0 0 1180 281 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888967945048 139889036591627 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14088900 memory=3848 CPUtime=14.57 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) R 17947 17950 16354 0 -1 4202560 186804 0 0 0 1175 282 0 0 20 0 15 0 248165403 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888966892248 139889047610087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14088900 memory=2688 CPUtime=1.39 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) S 17947 17950 16354 0 -1 1077944384 23448 0 0 0 138 1 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888529216720 139889054992085 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14088900 memory=2732 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888528163728 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14088900 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888527111808 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14088900 memory=3200 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14088900 memory=6524948 CPUtime=0.92 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 1794 0 0 0 91 1 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888525007008 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14088900 memory=4096 CPUtime=0.95 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 1710 0 0 0 95 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888523953920 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14088900 memory=1408 CPUtime=0.51 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 2256 0 0 0 51 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888522901920 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14088900 memory=2772 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14088900 memory=11684976 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1058 0 0 0 0 1 0 0 20 0 15 0 248165408 14427033600 2921253 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 74.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11685012 KiB

[startup+28.6009 s]
/proc/loadavg: 3.00 2.25 2.00 6/215 17965
/proc/meminfo: memFree=6326332/32770624 swapFree=67108524/67108860
[pid=17950] ppid=17947 vsize=14088900 memory=11685032 CPUtime=74.91 cores=0,2,4,6
/proc/17950/stat : 17950 (java) S 17947 17950 16354 0 -1 1077944320 785570 0 0 0 6398 1093 0 0 20 0 15 0 248165402 14427033600 2921258 33554432000 4194304 4196468 140720486362160 140720486344704 139889054981879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
/proc/17950/statm: 3522225 2921258 3591 1 0 3484297 0
[pid=17950/tid=17952] ppid=17947 vsize=14088900 memory=6791534058613427641 CPUtime=12.2 cores=0,2,4,6
/proc/17950/task/17952/stat : 17952 (java) S 17947 17950 16354 0 -1 1077944384 27342 0 0 0 1199 21 0 0 20 0 15 0 248165402 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139889059221152 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17953] ppid=17947 vsize=14088900 memory=288230621803970871 CPUtime=14.68 cores=0,2,4,6
/proc/17950/task/17953/stat : 17953 (java) S 17947 17950 16354 0 -1 1077944384 164149 0 0 0 1206 262 0 0 20 0 15 0 248165403 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888970049936 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17954] ppid=17947 vsize=14088900 memory=15817785569708416 CPUtime=14.71 cores=0,2,4,6
/proc/17950/task/17954/stat : 17954 (java) S 17947 17950 16354 0 -1 1077944384 263655 0 0 0 1233 238 0 0 20 0 15 0 248165403 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888968997136 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17955] ppid=17947 vsize=14088900 memory=1188 CPUtime=14.67 cores=0,2,4,6
/proc/17950/task/17955/stat : 17955 (java) S 17947 17950 16354 0 -1 1077944384 111785 0 0 0 1186 281 0 0 20 0 15 0 248165403 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888967944848 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17956] ppid=17947 vsize=14088900 memory=1181 CPUtime=14.63 cores=0,2,4,6
/proc/17950/task/17956/stat : 17956 (java) S 17947 17950 16354 0 -1 1077944384 186937 0 0 0 1181 282 0 0 20 0 15 0 248165403 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888966892048 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17957] ppid=17947 vsize=14088900 memory=101 CPUtime=1.52 cores=0,2,4,6
/proc/17950/task/17957/stat : 17957 (java) R 17947 17950 16354 0 -1 4202560 23471 0 0 0 151 1 0 0 20 0 15 0 248165405 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888529216704 139889033352059 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17958] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17958/stat : 17958 (java) S 17947 17950 16354 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888528164192 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17959] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17959/stat : 17959 (java) S 17947 17950 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248165405 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888527111808 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17960] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17960/stat : 17960 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888526060112 139889055000475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17961] ppid=17947 vsize=14088900 memory=92 CPUtime=0.92 cores=0,2,4,6
/proc/17950/task/17961/stat : 17961 (java) S 17947 17950 16354 0 -1 1077944384 1796 0 0 0 91 1 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888525006960 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17962] ppid=17947 vsize=14088900 memory=95 CPUtime=0.95 cores=0,2,4,6
/proc/17950/task/17962/stat : 17962 (java) S 17947 17950 16354 0 -1 1077944384 1712 0 0 0 95 0 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888523954160 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17963] ppid=17947 vsize=14088900 memory=51 CPUtime=0.51 cores=0,2,4,6
/proc/17950/task/17963/stat : 17963 (java) S 17947 17950 16354 0 -1 1077944384 2258 0 0 0 51 0 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888522901872 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17964] ppid=17947 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17950/task/17964/stat : 17964 (java) S 17947 17950 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888521849312 139889054992085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
[pid=17950/tid=17965] ppid=17947 vsize=14088900 memory=1 CPUtime=0.01 cores=0,2,4,6
/proc/17950/task/17965/stat : 17965 (java) S 17947 17950 16354 0 -1 1077944384 1058 0 0 0 0 1 0 0 20 0 15 0 248165408 14427033600 2921258 33554432000 4194304 4196468 140720486362160 139888520797104 139889054993026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33845248 140720486368341 140720486368521 140720486368521 140720486371279 0
Current children cumulated CPU time: 74.91 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11685032 KiB

[startup+28.7008 s]*
/proc/loadavg: 3.00 2.25 2.00 6/202 17966
/proc/meminfo: memFree=12068488/32770624 swapFree=67108524/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): 28.7483
CPU time (s): 75.0722
CPU user time (s): 64.0279
CPU system time (s): 11.0442
CPU usage (%): 261.136
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11685032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.0279
system time used= 11.0442
maximum resident set size= 11685032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 785736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9456
involuntary context switches= 612


# summary of solver processes directly reported to runsolver:
#   pid: 17950
#   total CPU time (s): 75.0722
#   total CPU user time (s): 64.0279
#   total CPU system time (s): 11.0442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181569 second user time and 0.36426 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 06:07:02
IDJOB=4308408
IDBENCH=141307
IDSOLVER=2792
FILE ID=node107/4308408-1534306021
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42116 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308408-1534306021/watcher-4308408-1534306021 -o /tmp/evaluation-result-4308408-1534306021/solver-4308408-1534306021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 325539215 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308408-1534306021.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=325539215

node107.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.40
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.40
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.40
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.40
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:        18024564 kB
MemAvailable:   25376552 kB
Buffers:          202072 kB
Cached:          7378956 kB
SwapCached:           20 kB
Active:         10638916 kB
Inactive:        3505592 kB
Active(anon):    6513124 kB
Inactive(anon):   111372 kB
Active(file):    4125792 kB
Inactive(file):  3394220 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             98888 kB
Writeback:             0 kB
AnonPages:       6571128 kB
Mapped:            68144 kB
Shmem:             57824 kB
Slab:             289368 kB
SReclaimable:     260436 kB
SUnreclaim:        28932 kB
KernelStack:        3504 kB
PageTables:        18360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7360900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6232064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42080 MiB
End job on node107 at 2018-08-15 06:07:31