Trace number 4290278

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-07-02? 83.4783 37.9165

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290278-1532241683/watcher-4290278-1532241683 -o /tmp/evaluation-result-4290278-1532241683/solver-4290278-1532241683 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 339133167 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290278-1532241683.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3999, runsolver pid=3996

[startup+0.10777 s]*
/proc/loadavg: 3.02 1.92 1.65 4/220 4014
/proc/meminfo: memFree=22384712/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14082740 memory=31960 CPUtime=0.12 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 6868 0 0 0 11 1 0 0 20 0 15 0 41731565 14420725760 7990 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3520685 7990 3155 1 0 3482761 0
[pid=3999/tid=4001] ppid=3996 vsize=14082740 memory=-8968735558127678656 CPUtime=0.1 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) R 3996 3999 1924 0 -1 4202560 5096 0 0 0 9 1 0 0 20 0 15 0 41731565 14420725760 8122 33554432000 4194304 4196468 140732864155936 139716702392528 139716678473511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 8122 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 8188 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 8188 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 8188 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715812477424 139716698208898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715811423648 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715810371056 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0.01 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 41731571 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715806161136 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 8188 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 8254 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31960 KiB

[startup+0.211784 s]*
/proc/loadavg: 3.02 1.92 1.65 6/220 4014
/proc/meminfo: memFree=22369068/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14082740 memory=46968 CPUtime=0.3 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 10375 0 0 0 28 2 0 0 20 0 15 0 41731565 14420725760 11742 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3520685 11742 3367 1 0 3482761 0
[pid=3999/tid=4001] ppid=3996 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) R 3996 3999 1924 0 -1 4202560 8068 0 0 0 19 1 0 0 20 0 15 0 41731565 14420725760 11742 33554432000 4194304 4196468 140732864155936 139716702419968 139716682278238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 11742 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14082740 memory=140175057397395 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 11742 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 11742 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 11742 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715812477424 139716698208898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715811423648 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715810371056 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) R 3996 3999 1924 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715808266224 139716677443641 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0.05 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) R 3996 3999 1924 0 -1 4202560 317 0 0 0 5 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715806159096 139716676862832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 11742 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46968 KiB

[startup+0.3109 s]*
/proc/loadavg: 3.02 1.92 1.65 3/220 4014
/proc/meminfo: memFree=22365284/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14082740 memory=50900 CPUtime=0.43 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 10773 0 0 0 41 2 0 0 20 0 15 0 41731565 14420725760 12725 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3520685 12725 3425 1 0 3482761 0
[pid=3999/tid=4001] ppid=3996 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) R 3996 3999 1924 0 -1 4202560 8430 0 0 0 28 1 0 0 20 0 15 0 41731565 14420725760 12725 33554432000 4194304 4196468 140732864155936 139716702416072 139716678473060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14082740 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 12725 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14082740 memory=140175057627766 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 12725 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 12725 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14420725760 12725 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715812477424 139716698208898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715811423648 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41731568 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715810371056 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0.07 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 338 0 0 0 7 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715806161136 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14082740 memory=140175057393280 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731571 14420725760 12725 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50900 KiB

[startup+0.70077 s]
/proc/loadavg: 3.02 1.92 1.65 3/220 4014
/proc/meminfo: memFree=22341472/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14084808 memory=88776 CPUtime=0.98 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 17614 0 0 0 95 3 0 0 20 0 15 0 41731565 14422843392 22194 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3521202 22194 3482 1 0 3483273 0
[pid=3999/tid=4001] ppid=3996 vsize=14084808 memory=1236 CPUtime=0.67 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) R 3996 3999 1924 0 -1 4202560 14880 0 0 0 65 2 0 0 20 0 15 0 41731565 14422843392 22194 33554432000 4194304 4196468 140732864155936 139716702420352 139716698219677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14084808 memory=8924 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14422843392 22194 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41731566 14422843392 22194 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14422843392 22194 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14084808 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731566 14422843392 22194 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41731568 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715812477424 139716698208898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41731568 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715811423648 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14084808 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41731568 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715810371056 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14084808 memory=7450757349647805273 CPUtime=0.09 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 522 0 0 0 9 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14084808 memory=6300092137356946789 CPUtime=0.06 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 398 0 0 0 6 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14084808 memory=4640185803565191248 CPUtime=0.14 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) R 3996 3999 1924 0 -1 4202560 433 0 0 0 14 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715806161136 139716682278238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14084808 memory=7305211769790883938 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14084808 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41731571 14422843392 22194 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88776 KiB

[startup+1.50079 s]
/proc/loadavg: 3.02 1.92 1.65 4/220 4014
/proc/meminfo: memFree=22104036/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14086856 memory=454020 CPUtime=2.75 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 19760 0 0 0 251 24 0 0 20 0 15 0 41731565 14424940544 113505 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3521714 113505 3558 1 0 3483785 0
[pid=3999/tid=4001] ppid=3996 vsize=14086856 memory=418936 CPUtime=1.37 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) R 3996 3999 1924 0 -1 4202560 15316 0 0 0 131 6 0 0 20 0 15 0 41731565 14424940544 113505 33554432000 4194304 4196468 140732864155936 139716702433040 139716313054804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14086856 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 194 0 0 0 4 3 0 0 20 0 15 0 41731566 14424940544 113505 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14086856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 76 0 0 0 4 3 0 0 20 0 15 0 41731566 14424940544 113505 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14086856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 89 0 0 0 3 4 0 0 20 0 15 0 41731566 14424940544 113505 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14086856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 142 0 0 0 4 4 0 0 20 0 15 0 41731566 14424940544 113505 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 41731568 14424940544 113505 33554432000 4194304 4196468 140732864155936 139715812477424 139716698208898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0

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


[startup+35.2007 s]
/proc/loadavg: 2.94 2.01 1.69 6/220 4014
/proc/meminfo: memFree=10826040/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14088904 memory=11567196 CPUtime=74.35 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 566334 0 0 0 6368 1067 0 0 20 0 15 0 41731565 14427037696 2891799 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3522226 2891799 3591 1 0 3484297 0
[pid=3999/tid=4001] ppid=3996 vsize=14088904 memory=796 CPUtime=21.68 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) S 3996 3999 1924 0 -1 1077944384 28656 0 0 0 2149 19 0 0 20 0 15 0 41731565 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139716702433408 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14088904 memory=4616 CPUtime=12.28 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) R 3996 3999 1924 0 -1 4202560 125724 0 0 0 973 255 0 0 20 0 15 0 41731566 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139716635797896 139716690825959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14088904 memory=1424 CPUtime=12.31 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) R 3996 3999 1924 0 -1 4202560 120802 0 0 0 963 268 0 0 20 0 15 0 41731566 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139716634745432 139716691294460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14088904 memory=10883968 CPUtime=12.3 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) R 3996 3999 1924 0 -1 4202560 122933 0 0 0 951 279 0 0 20 0 15 0 41731566 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139716633692496 139716690825959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14088904 memory=1424 CPUtime=12.29 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) R 3996 3999 1924 0 -1 4202560 144189 0 0 0 992 237 0 0 20 0 15 0 41731566 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139716632639952 139716690825959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14088904 memory=10940 CPUtime=1.06 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 15863 0 0 0 104 2 0 0 20 0 15 0 41731568 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715812475984 139716698207957 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14088904 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715811423712 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14088904 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715810371072 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14088904 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14088904 memory=288230583166042426 CPUtime=0.9 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 1450 0 0 0 90 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14088904 memory=14133333739177381 CPUtime=0.89 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 1725 0 0 0 89 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14088904 memory=18476 CPUtime=0.53 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 2595 0 0 0 53 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715806161136 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14088904 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14088904 memory=4096 CPUtime=0.01 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1001 0 0 0 1 0 0 0 20 0 15 0 41731571 14427037696 2891799 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 74.35 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11567196 KiB

[startup+36.8008 s]
/proc/loadavg: 2.94 2.01 1.69 6/220 4014
/proc/meminfo: memFree=10825916/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14088904 memory=11567208 CPUtime=80.19 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 569146 0 0 0 6949 1070 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3522226 2891802 3591 1 0 3484297 0
[pid=3999/tid=4001] ppid=3996 vsize=14088904 memory=0 CPUtime=21.68 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) S 3996 3999 1924 0 -1 1077944384 28658 0 0 0 2149 19 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716702433408 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14088904 memory=90 CPUtime=13.68 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) R 3996 3999 1924 0 -1 4202560 125724 0 0 0 1112 256 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716635797776 139716683148356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14088904 memory=89 CPUtime=13.77 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) R 3996 3999 1924 0 -1 4202560 121611 0 0 0 1109 268 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716634745120 139716679794278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14088904 memory=11566852 CPUtime=13.72 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) R 3996 3999 1924 0 -1 4202560 124308 0 0 0 1092 280 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716633692888 139716683182992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14088904 memory=7473 CPUtime=13.71 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) R 3996 3999 1924 0 -1 4202560 144189 0 0 0 1133 238 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716632640144 139716682895537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14088904 memory=7156 CPUtime=1.2 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) S 3996 3999 1924 0 -1 1077944384 16486 0 0 0 118 2 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715812475744 139716698207957 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14088904 memory=2168 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715811423248 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14088904 memory=11567196 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715810371072 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14088904 memory=23492 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14088904 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 1450 0 0 0 90 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14088904 memory=-2317720213663324238 CPUtime=0.89 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 1725 0 0 0 89 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14088904 memory=17239998730157 CPUtime=0.53 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 2595 0 0 0 53 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715806161136 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14088904 memory=11567196 CPUtime=0.03 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1001 0 0 0 2 1 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 80.19 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11567208 KiB

[startup+37.6118 s]
/proc/loadavg: 2.94 2.01 1.69 3/220 4014
/proc/meminfo: memFree=10825916/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14088904 memory=11567208 CPUtime=82.99 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 569149 0 0 0 7229 1070 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3522226 2891802 3591 1 0 3484297 0
[pid=3999/tid=4001] ppid=3996 vsize=14088904 memory=8112282956445269571 CPUtime=21.68 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) S 3996 3999 1924 0 -1 1077944384 28660 0 0 0 2149 19 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716702433408 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14088904 memory=1292 CPUtime=14.35 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 125724 0 0 0 1179 256 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14088904 memory=1732 CPUtime=14.43 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 121611 0 0 0 1175 268 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14088904 memory=1008 CPUtime=14.38 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 124308 0 0 0 1158 280 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14088904 memory=5404 CPUtime=14.38 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 144189 0 0 0 1200 238 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14088904 memory=796 CPUtime=1.34 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) R 3996 3999 1924 0 -1 4202560 16486 0 0 0 132 2 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715812475872 139716676567912 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14088904 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715811423248 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14088904 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715810371072 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14088904 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14088904 memory=1200 CPUtime=0.9 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 1450 0 0 0 90 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715808266272 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14088904 memory=1228 CPUtime=0.89 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 1726 0 0 0 89 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715807213440 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14088904 memory=1704 CPUtime=0.53 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 2595 0 0 0 53 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715806161184 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14088904 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14088904 memory=8112282956445269571 CPUtime=0.03 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1001 0 0 0 2 1 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 82.99 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11567208 KiB

[startup+37.8008 s]
/proc/loadavg: 2.94 2.01 1.69 3/220 4014
/proc/meminfo: memFree=10825916/32770624 swapFree=67108860/67108860
[pid=3999] ppid=3996 vsize=14088904 memory=11567208 CPUtime=83.35 cores=1,3,5,7
/proc/3999/stat : 3999 (java) S 3996 3999 1924 0 -1 1077944320 569185 0 0 0 7265 1070 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 140732864138480 139716698197751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
/proc/3999/statm: 3522226 2891802 3591 1 0 3484297 0
[pid=3999/tid=4001] ppid=3996 vsize=14088904 memory=8924 CPUtime=21.68 cores=1,3,5,7
/proc/3999/task/4001/stat : 4001 (java) S 3996 3999 1924 0 -1 1077944384 28692 0 0 0 2149 19 0 0 20 0 15 0 41731565 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716702437024 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4002] ppid=3996 vsize=14088904 memory=4052 CPUtime=14.4 cores=1,3,5,7
/proc/3999/task/4002/stat : 4002 (java) S 3996 3999 1924 0 -1 1077944384 125724 0 0 0 1184 256 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716635797776 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4003] ppid=3996 vsize=14088904 memory=644 CPUtime=14.48 cores=1,3,5,7
/proc/3999/task/4003/stat : 4003 (java) S 3996 3999 1924 0 -1 1077944384 121611 0 0 0 1180 268 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716634745232 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4004] ppid=3996 vsize=14088904 memory=1800 CPUtime=14.44 cores=1,3,5,7
/proc/3999/task/4004/stat : 4004 (java) S 3996 3999 1924 0 -1 1077944384 124312 0 0 0 1164 280 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716633692688 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4005] ppid=3996 vsize=14088904 memory=956 CPUtime=14.43 cores=1,3,5,7
/proc/3999/task/4005/stat : 4005 (java) S 3996 3999 1924 0 -1 1077944384 144189 0 0 0 1205 238 0 0 20 0 15 0 41731566 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139716632640144 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4006] ppid=3996 vsize=14088904 memory=2340 CPUtime=1.47 cores=1,3,5,7
/proc/3999/task/4006/stat : 4006 (java) R 3996 3999 1924 0 -1 4202560 16486 0 0 0 145 2 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715812475968 139716676567931 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4007] ppid=3996 vsize=14088904 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4007/stat : 4007 (java) S 3996 3999 1924 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715811423712 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4008] ppid=3996 vsize=14088904 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4008/stat : 4008 (java) S 3996 3999 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41731568 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715810371072 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4009] ppid=3996 vsize=14088904 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4009/stat : 4009 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715809319632 139716698216347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4010] ppid=3996 vsize=14088904 memory=920 CPUtime=0.9 cores=1,3,5,7
/proc/3999/task/4010/stat : 4010 (java) S 3996 3999 1924 0 -1 1077944384 1450 0 0 0 90 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715808266224 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4011] ppid=3996 vsize=14088904 memory=3852 CPUtime=0.89 cores=1,3,5,7
/proc/3999/task/4011/stat : 4011 (java) S 3996 3999 1924 0 -1 1077944384 1726 0 0 0 89 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715807213680 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4012] ppid=3996 vsize=14088904 memory=4096 CPUtime=0.53 cores=1,3,5,7
/proc/3999/task/4012/stat : 4012 (java) S 3996 3999 1924 0 -1 1077944384 2595 0 0 0 53 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715806161136 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4013] ppid=3996 vsize=14088904 memory=14492 CPUtime=0 cores=1,3,5,7
/proc/3999/task/4013/stat : 4013 (java) S 3996 3999 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715805108832 139716698207957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
[pid=3999/tid=4014] ppid=3996 vsize=14088904 memory=6592774800616 CPUtime=0.03 cores=1,3,5,7
/proc/3999/task/4014/stat : 4014 (java) S 3996 3999 1924 0 -1 1077944384 1001 0 0 0 2 1 0 0 20 0 15 0 41731571 14427037696 2891802 33554432000 4194304 4196468 140732864155936 139715804056368 139716698208898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140732864164937 140732864165129 140732864165129 140732864167887 0
Current children cumulated CPU time: 83.35 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11567208 KiB

[startup+37.9008 s]*
/proc/loadavg: 2.86 2.01 1.69 3/207 4015
/proc/meminfo: memFree=19521072/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 37.9165
CPU time (s): 83.4783
CPU user time (s): 72.678
CPU system time (s): 10.8003
CPU usage (%): 220.163
Max. virtual memory (cumulated for all children) (KiB): 14088904
Max. memory (cumulated for all children) (KiB): 11567208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.678
system time used= 10.8003
maximum resident set size= 11567208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9676
involuntary context switches= 634


# summary of solver processes directly reported to runsolver:
#   pid: 3999
#   total CPU time (s): 83.4783
#   total CPU user time (s): 72.678
#   total CPU system time (s): 10.8003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.273772 second user time and 0.439285 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 08:41:23
IDJOB=4290278
IDBENCH=141307
IDSOLVER=2743
FILE ID=node134/4290278-1532241683
RUNJOBID= node134-1532224835-1956
PBS_JOBID= 21018943
Free space on /tmp= 55900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-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-4290278-1532241683/watcher-4290278-1532241683 -o /tmp/evaluation-result-4290278-1532241683/solver-4290278-1532241683 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 339133167 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290278-1532241683.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=339133167

node134.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.68
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.68
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.68
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.68
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:        22403308 kB
MemAvailable:   26905536 kB
Buffers:          152788 kB
Cached:          4614664 kB
SwapCached:            0 kB
Active:          6530492 kB
Inactive:        3358024 kB
Active(anon):    5070520 kB
Inactive(anon):    70372 kB
Active(file):    1459972 kB
Inactive(file):  3287652 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             98784 kB
Writeback:             0 kB
AnonPages:       5128568 kB
Mapped:            48948 kB
Shmem:             17056 kB
Slab:             168836 kB
SReclaimable:     140880 kB
SUnreclaim:        27956 kB
KernelStack:        3600 kB
PageTables:        15264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6211044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4958208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55864 MiB
End job on node134 at 2018-07-22 08:42:02