Trace number 4309925

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 - Conflict Ordering with restarts 2018-08-14? 77.557 25.6613

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 140204777
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
77.25/25.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
77.25/25.45		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
77.38/25.60		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
77.38/25.60		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
77.38/25.60		at scala.Array$.fill(Array.scala:263)
77.38/25.60		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
77.38/25.60		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
77.38/25.60		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
77.38/25.60		at oscar.cp.core.CPStore.post(CPStore.scala:282)
77.38/25.60		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
77.38/25.60		at oscar.cp.core.CPSolver$$Lambda$143/1947896119.apply$mcV$sp(Unknown Source)
77.38/25.60		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
77.38/25.60		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
77.38/25.60		at oscar.cp.package$.isInconsistent(package.scala:54)
77.38/25.60		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
77.38/25.60		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
77.38/25.60		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
77.38/25.60		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
77.38/25.60		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
77.38/25.60		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
77.38/25.60		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
77.38/25.60		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
77.38/25.60		at oscar.modeling.models.InstantiatedModel$$Lambda$135/2125062626.apply(Unknown Source)
77.38/25.60		at scala.collection.immutable.List.foreach(List.scala:389)
77.38/25.60		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
77.38/25.60		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
77.38/25.60		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
77.38/25.60		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
77.38/25.60		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
77.38/25.60		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
77.38/25.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
77.38/25.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
77.38/25.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
77.49/25.60	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 (11650 MiB free)
  memory of node 1: 16384 MiB (10856 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309925-1534331284/watcher-4309925-1534331284 -o /tmp/evaluation-result-4309925-1534331284/solver-4309925-1534331284 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 140204777 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309925-1534331284.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.110656 s]*
/proc/loadavg: 2.86 1.98 1.69 3/217 23382
/proc/meminfo: memFree=22910700/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14082736 memory=31260 CPUtime=0.13 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 7295 0 0 0 12 1 0 0 20 0 15 0 250691572 14420721664 7815 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3520684 7815 3154 1 0 3482761 0
[pid=23367/tid=23369] ppid=23364 vsize=14082736 memory=-8701690554792447873 CPUtime=0.1 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 5271 0 0 0 9 1 0 0 20 0 15 0 250691572 14420721664 7815 33554432000 4194304 4196468 140722027003824 139886384414704 139886380213405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 7815 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691574 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885560886688 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885559834096 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 15 0 250691577 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691578 14420721664 7815 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31260 KiB

[startup+0.213412 s]*
/proc/loadavg: 2.86 1.98 1.69 5/217 23382
/proc/meminfo: memFree=22895164/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14082736 memory=45808 CPUtime=0.3 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 10563 0 0 0 28 2 0 0 20 0 15 0 250691572 14420721664 11386 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3520684 11386 3369 1 0 3482761 0
[pid=23367/tid=23369] ppid=23364 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 8117 0 0 0 19 1 0 0 20 0 15 0 250691572 14420721664 11452 33554432000 4194304 4196468 140722027003824 139886384416624 139886364235109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 11452 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14082736 memory=288370060555953792 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250691574 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885560886688 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885559834096 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) R 23364 23367 21822 0 -1 4202560 532 0 0 0 1 0 0 0 20 0 15 0 250691577 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885557729264 139886360688496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) R 23364 23367 21822 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 250691577 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885556669744 139886380201685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0.06 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) R 23364 23367 21822 0 -1 4202560 451 0 0 0 6 0 0 0 20 0 15 0 250691577 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885555621712 139886359313685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691578 14420721664 11452 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45808 KiB

[startup+0.310716 s]*
/proc/loadavg: 2.86 1.98 1.69 3/217 23382
/proc/meminfo: memFree=22891628/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14082736 memory=49376 CPUtime=0.44 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 11039 0 0 0 41 3 0 0 20 0 15 0 250691572 14420721664 12344 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3520684 12344 3404 1 0 3482761 0
[pid=23367/tid=23369] ppid=23364 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 8474 0 0 0 28 1 0 0 20 0 15 0 250691572 14420721664 12344 33554432000 4194304 4196468 140722027003824 139886384399312 139886364271996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 12344 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14082736 memory=288370060555953792 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250691574 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885560886688 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691575 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885559834096 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 250691577 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 250691577 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0.08 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 508 0 0 0 8 0 0 0 20 0 15 0 250691577 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14082736 memory=139684404242048 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691578 14420721664 12344 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49376 KiB

[startup+0.700741 s]
/proc/loadavg: 2.86 1.98 1.69 4/217 23382
/proc/meminfo: memFree=22866700/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14084804 memory=88028 CPUtime=0.98 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 17936 0 0 0 92 6 0 0 20 0 15 0 250691572 14422839296 22007 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3521201 22007 3503 1 0 3483273 0
[pid=23367/tid=23369] ppid=23364 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 14915 0 0 0 63 4 0 0 20 0 15 0 250691572 14422839296 22007 33554432000 4194304 4196468 140722027003824 139886384406384 139886380213405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14084804 memory=856 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14422839296 22007 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14084804 memory=12468 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691573 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691573 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14084804 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250691574 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14084804 memory=1064 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691575 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885560886688 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14084804 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691575 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885559834096 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14084804 memory=7525326301224851042 CPUtime=0.06 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 712 0 0 0 6 0 0 0 20 0 15 0 250691577 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14084804 memory=5787213844311467857 CPUtime=0.07 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 281 0 0 0 7 0 0 0 20 0 15 0 250691577 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 647 0 0 0 14 0 0 0 20 0 15 0 250691577 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691578 14422839296 22007 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88028 KiB

[startup+1.50072 s]
/proc/loadavg: 2.87 2.00 1.70 5/217 23382
/proc/meminfo: memFree=22563800/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14086852 memory=266768 CPUtime=2.98 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 23714 0 0 0 284 14 0 0 20 0 15 0 250691572 14424936448 66692 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3521713 66692 3564 1 0 3483785 0
[pid=23367/tid=23369] ppid=23364 vsize=14086852 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 16224 0 0 0 138 6 0 0 20 0 15 0 250691572 14424936448 66692 33554432000 4194304 4196468 140722027003824 139886384419520 139886364235109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14086852 memory=-8253362762724047225 CPUtime=0.02 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 442 0 0 0 1 1 0 0 20 0 15 0 250691573 14424936448 66692 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14086852 memory=-8609294068986781045 CPUtime=0.02 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 187 0 0 0 1 1 0 0 20 0 15 0 250691573 14424936448 66692 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14086852 memory=-6517102902069810590 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 15 0 250691573 14424936448 66692 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14086852 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 119 0 0 0 1 1 0 0 20 0 15 0 250691573 14424936448 66692 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 250691574 14424936448 66692 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0

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

[startup+6.30085 s]
/proc/loadavg: 3.04 2.05 1.71 6/217 23382
/proc/meminfo: memFree=15767852/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14088900 memory=4037992 CPUtime=16.23 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 52158 0 0 0 1174 449 0 0 20 0 15 0 250691572 14427033600 1009498 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3522225 1009498 3591 1 0 3484297 0
[pid=23367/tid=23369] ppid=23364 vsize=14088900 memory=279368564211584 CPUtime=3.58 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 18874 0 0 0 340 18 0 0 20 0 15 0 250691572 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139886384427184 139886022460434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14088900 memory=6005098643674722922 CPUtime=2.55 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 4447 0 0 0 151 104 0 0 20 0 15 0 250691573 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14088900 memory=7954884615957013862 CPUtime=2.59 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 4761 0 0 0 153 106 0 0 20 0 15 0 250691573 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14088900 memory=8 CPUtime=2.58 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 5989 0 0 0 152 106 0 0 20 0 15 0 250691573 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14088900 memory=0 CPUtime=2.57 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 4336 0 0 0 153 104 0 0 20 0 15 0 250691573 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14088900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 5647 0 0 0 8 0 0 0 20 0 15 0 250691574 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885560886752 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14088900 memory=2905940 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885559834112 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14088900 memory=2409288 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14088900 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 1641 0 0 0 85 1 0 0 20 0 15 0 250691577 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14088900 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 1478 0 0 0 83 1 0 0 20 0 15 0 250691577 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14088900 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 2690 0 0 0 46 1 0 0 20 0 15 0 250691577 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14088900 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14088900 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 874 0 0 0 0 0 0 0 20 0 15 0 250691578 14427033600 1009498 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 4037992 KiB

[startup+12.7017 s]
/proc/loadavg: 3.20 2.09 1.73 9/217 23382
/proc/meminfo: memFree=6782548/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14088900 memory=8818168 CPUtime=36.59 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 194128 0 0 0 2752 907 0 0 20 0 15 0 250691572 14427033600 2204542 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3522225 2204542 3591 1 0 3484297 0
[pid=23367/tid=23369] ppid=23364 vsize=14088900 memory=8714480 CPUtime=5.14 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) S 23364 23367 21822 0 -1 1077944384 20881 0 0 0 496 18 0 0 20 0 15 0 250691572 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139886384427184 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14088900 memory=279368564159936 CPUtime=7.23 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) R 23364 23367 21822 0 -1 4202560 26714 0 0 0 513 210 0 0 20 0 15 0 250691573 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139886347749456 139886372819687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14088900 memory=279368564181264 CPUtime=7.26 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) R 23364 23367 21822 0 -1 4202560 32993 0 0 0 509 217 0 0 20 0 15 0 250691573 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885975370328 139886373288216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14088900 memory=7431348 CPUtime=7.23 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) R 23364 23367 21822 0 -1 4202560 39129 0 0 0 516 207 0 0 20 0 15 0 250691573 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885974317392 139886372819687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14088900 memory=2680 CPUtime=7.24 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) R 23364 23367 21822 0 -1 4202560 50909 0 0 0 480 244 0 0 20 0 15 0 250691573 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885973264848 139886372819687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14088900 memory=68008 CPUtime=0.21 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 15051 0 0 0 20 1 0 0 20 0 15 0 250691574 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885561939008 139886380201685 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14088900 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885560886752 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885559834112 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14088900 memory=2110034889173476 CPUtime=0.86 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 1683 0 0 0 85 1 0 0 20 0 15 0 250691577 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14088900 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 1521 0 0 0 83 1 0 0 20 0 15 0 250691577 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14088900 memory=752 CPUtime=0.47 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 2885 0 0 0 46 1 0 0 20 0 15 0 250691577 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14088900 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14088900 memory=1308784 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 940 0 0 0 0 0 0 0 20 0 15 0 250691578 14427033600 2204542 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 36.59 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 8818168 KiB

[startup+25.5017 s]
/proc/loadavg: 3.23 2.14 1.75 3/217 23458
/proc/meminfo: memFree=11919596/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14088900 memory=11758968 CPUtime=77.38 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 595029 0 0 0 6383 1355 0 0 20 0 15 0 250691572 14427033600 2939742 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3522225 2939742 3591 1 0 3484297 0
[pid=23367/tid=23369] ppid=23364 vsize=14088900 memory=3812 CPUtime=7.7 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) S 23364 23367 21822 0 -1 1077944384 21624 0 0 0 752 18 0 0 20 0 15 0 250691572 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139886384430496 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14088900 memory=0 CPUtime=16.55 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 75517 0 0 0 1386 269 0 0 20 0 15 0 250691573 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14088900 memory=2257 CPUtime=16.61 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 164491 0 0 0 1331 330 0 0 20 0 15 0 250691573 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14088900 memory=279368564577888 CPUtime=16.58 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 136108 0 0 0 1303 355 0 0 20 0 15 0 250691573 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14088900 memory=164 CPUtime=16.69 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 159539 0 0 0 1300 369 0 0 20 0 15 0 250691573 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14088900 memory=11758952 CPUtime=0.95 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) R 23364 23367 21822 0 -1 4202560 28986 0 0 0 90 5 0 0 20 0 15 0 250691574 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885561938896 139886358561659 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14088900 memory=11758828 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885560886752 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14088900 memory=11758828 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885559834112 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14088900 memory=279368563749544 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14088900 memory=589972055364562179 CPUtime=0.86 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 1686 0 0 0 85 1 0 0 20 0 15 0 250691577 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14088900 memory=279368564376336 CPUtime=0.84 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 1522 0 0 0 83 1 0 0 20 0 15 0 250691577 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14088900 memory=102537109702890 CPUtime=0.49 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) S 23364 23367 21822 0 -1 1077944384 3162 0 0 0 48 1 0 0 20 0 15 0 250691577 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885555624176 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14088900 memory=102537109702890 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 969 0 0 0 0 1 0 0 20 0 15 0 250691578 14427033600 2939742 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 77.38 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758968 KiB

[startup+25.6612 s]
# the end of solver process 23367 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=63.8667 s, system=13.6904 s

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

[startup+25.6008 s]
/proc/loadavg: 3.23 2.14 1.75 3/217 23458
/proc/meminfo: memFree=11919596/32770624 swapFree=67105356/67108860
[pid=23367] ppid=23364 vsize=14088900 memory=7324216 CPUtime=77.49 cores=1,3,5,7
/proc/23367/stat : 23367 (java) S 23364 23367 21822 0 -1 1077944320 595035 0 0 0 6386 1363 0 0 20 0 15 0 250691572 14427033600 1831054 33554432000 4194304 4196468 140722027003824 140722026986368 139886380191479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
/proc/23367/statm: 3522225 1831054 3592 1 0 3484297 0
[pid=23367/tid=23369] ppid=23364 vsize=14088900 memory=-6523980407468180621 CPUtime=7.7 cores=1,3,5,7
/proc/23367/task/23369/stat : 23369 (java) R 23364 23367 21822 0 -1 4202560 21626 0 0 0 752 18 0 0 20 0 15 0 250691572 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139886384430496 139886372908631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23370] ppid=23364 vsize=14088900 memory=6791534058613427641 CPUtime=16.55 cores=1,3,5,7
/proc/23367/task/23370/stat : 23370 (java) S 23364 23367 21822 0 -1 1077944384 75517 0 0 0 1386 269 0 0 20 0 15 0 250691573 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139886347749648 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23371] ppid=23364 vsize=14088900 memory=68008 CPUtime=16.61 cores=1,3,5,7
/proc/23367/task/23371/stat : 23371 (java) S 23364 23367 21822 0 -1 1077944384 164491 0 0 0 1331 330 0 0 20 0 15 0 250691573 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885975370128 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23372] ppid=23364 vsize=14088900 memory=1100 CPUtime=16.58 cores=1,3,5,7
/proc/23367/task/23372/stat : 23372 (java) S 23364 23367 21822 0 -1 1077944384 136108 0 0 0 1303 355 0 0 20 0 15 0 250691573 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885974317584 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23373] ppid=23364 vsize=14088900 memory=1100 CPUtime=16.69 cores=1,3,5,7
/proc/23367/task/23373/stat : 23373 (java) S 23364 23367 21822 0 -1 1077944384 159539 0 0 0 1300 369 0 0 20 0 15 0 250691573 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885973265040 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23374] ppid=23364 vsize=14088900 memory=4037992 CPUtime=1.04 cores=1,3,5,7
/proc/23367/task/23374/stat : 23374 (java) S 23364 23367 21822 0 -1 1077944384 28986 0 0 0 92 12 0 0 20 0 15 0 250691574 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885561940464 139886380202626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23375] ppid=23364 vsize=14088900 memory=279368564249088 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23375/stat : 23375 (java) S 23364 23367 21822 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885560886752 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23376] ppid=23364 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23376/stat : 23376 (java) S 23364 23367 21822 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250691575 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885559834112 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23377] ppid=23364 vsize=14088900 memory=-6948047529741492128 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23377/stat : 23377 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885558782672 139886380210075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23378] ppid=23364 vsize=14088900 memory=56 CPUtime=0.86 cores=1,3,5,7
/proc/23367/task/23378/stat : 23378 (java) S 23364 23367 21822 0 -1 1077944384 1686 0 0 0 85 1 0 0 20 0 15 0 250691577 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885557729264 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23379] ppid=23364 vsize=14088900 memory=3812 CPUtime=0.84 cores=1,3,5,7
/proc/23367/task/23379/stat : 23379 (java) S 23364 23367 21822 0 -1 1077944384 1522 0 0 0 83 1 0 0 20 0 15 0 250691577 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885556676720 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23380] ppid=23364 vsize=14088900 memory=68008 CPUtime=0.49 cores=1,3,5,7
/proc/23367/task/23380/stat : 23380 (java) R 23364 23367 21822 0 -1 4202560 3168 0 0 0 48 1 0 0 20 0 15 0 250691577 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885555624176 139886364514816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23381] ppid=23364 vsize=14088900 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23381/stat : 23381 (java) S 23364 23367 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691577 14427033600 1831054 33554432000 4194304 4196468 140722027003824 139885554571872 139886380201685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
[pid=23367/tid=23382] ppid=23364 vsize=14089928 memory=2064 CPUtime=0.01 cores=1,3,5,7
/proc/23367/task/23382/stat : 23382 (java) S 23364 23367 21822 0 -1 1077944384 969 0 0 0 0 1 0 0 20 0 15 0 250691578 14428086272 1831054 33554432000 4194304 4196468 140722027003824 139885553519408 139886380202626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140722027005007 140722027005198 140722027005198 140722027007951 0
Current children cumulated CPU time: 77.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7324216 KiB

Child status: 1
Real time (s): 25.6613
CPU time (s): 77.557
CPU user time (s): 63.8667
CPU system time (s): 13.6904
CPU usage (%): 302.234
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11758968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.8667
system time used= 13.6904
maximum resident set size= 11758968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5769
involuntary context switches= 1717


# summary of solver processes directly reported to runsolver:
#   pid: 23367
#   total CPU time (s): 77.557
#   total CPU user time (s): 63.8667
#   total CPU system time (s): 13.6904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.194535 second user time and 0.314303 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 13:08:04
IDJOB=4309925
IDBENCH=141308
IDSOLVER=2795
FILE ID=node149/4309925-1534331284
RUNJOBID= node149-1534329313-21854
PBS_JOBID= 21038162
Free space on /tmp= 41648 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309925-1534331284/watcher-4309925-1534331284 -o /tmp/evaluation-result-4309925-1534331284/solver-4309925-1534331284 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 140204777 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309925-1534331284.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=140204777

node149.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.60
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.60
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.60
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.60
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:        23053456 kB
MemAvailable:   31218276 kB
Buffers:          165152 kB
Cached:          8200000 kB
SwapCached:         1704 kB
Active:          4454608 kB
Inactive:        4640052 kB
Active(anon):     678144 kB
Inactive(anon):   111744 kB
Active(file):    3776464 kB
Inactive(file):  4528308 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:            104960 kB
Writeback:            20 kB
AnonPages:       1113508 kB
Mapped:            68336 kB
Shmem:             57760 kB
Slab:             316732 kB
SReclaimable:     288508 kB
SUnreclaim:        28224 kB
KernelStack:        3792 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1713340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1001472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41556 MiB
End job on node149 at 2018-08-15 13:08:30