Trace number 4312141

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-17? 70.13 27.1955

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark251.99
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312141-1534569673/watcher-4312141-1534569673 -o /tmp/evaluation-result-4312141-1534569673/solver-4312141-1534569673 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1738162386 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312141-1534569673.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=8924, runsolver pid=8921
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.89 1.75 1.50 3/219 8939
/proc/meminfo: memFree=24741004/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14082736 memory=31388 CPUtime=0.12 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 6742 0 0 0 11 1 0 0 20 0 15 0 274530577 14420721664 7847 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3520684 7847 3156 1 0 3482761 0
[pid=8924/tid=8926] ppid=8921 vsize=14082736 memory=4427220573057291155 CPUtime=0.09 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) R 8921 8924 3449 0 -1 4202560 4794 0 0 0 8 1 0 0 20 0 15 0 274530577 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768750145048 139768730031454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14082736 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768220289904 139768745962114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768219235872 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768218183024 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0.01 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) R 8921 8924 3449 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768213973104 139768724619880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 7847 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31388 KiB

[startup+0.213063 s]*
/proc/loadavg: 1.89 1.75 1.50 8/219 8939
/proc/meminfo: memFree=24719484/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14082736 memory=47200 CPUtime=0.31 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 10415 0 0 0 29 2 0 0 20 0 15 0 274530577 14420721664 11800 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3520684 11800 3366 1 0 3482761 0
[pid=8924/tid=8926] ppid=8921 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) R 8921 8924 3449 0 -1 4202560 8136 0 0 0 19 1 0 0 20 0 15 0 274530577 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768750179936 139768381759360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14082736 memory=14838558847645336 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768220289904 139768745962114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768219235872 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768218183024 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) R 8921 8924 3449 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) R 8921 8924 3449 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768215017408 139768725606640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0.06 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) R 8921 8924 3449 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768213968368 139768724577345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 11800 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47200 KiB

[startup+0.310749 s]*
/proc/loadavg: 1.89 1.75 1.50 10/222 8942
/proc/meminfo: memFree=24685496/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14082736 memory=50460 CPUtime=0.44 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 10817 0 0 0 42 2 0 0 20 0 15 0 274530577 14420721664 12615 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3520684 12615 3369 1 0 3482761 0
[pid=8924/tid=8926] ppid=8921 vsize=14082736 memory=8389772277269004345 CPUtime=0.29 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) R 8921 8924 3449 0 -1 4202560 8497 0 0 0 28 1 0 0 20 0 15 0 274530577 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768750162480 139768738188094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14082736 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14082736 memory=140045949590069 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768220289904 139768745962114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768219235872 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530580 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768218183024 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 12615 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 274530583 14420721664 12667 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 15 0 274530583 14420721664 12667 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0.08 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 15 0 274530583 14420721664 12667 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 12667 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14082736 memory=140045949580928 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530583 14420721664 12667 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50460 KiB

[startup+0.700762 s]
/proc/loadavg: 1.89 1.75 1.50 2/200 8959
/proc/meminfo: memFree=24759920/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14084804 memory=88796 CPUtime=0.99 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 17599 0 0 0 95 4 0 0 20 0 15 0 274530577 14422839296 22199 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3521201 22199 3504 1 0 3483273 0
[pid=8924/tid=8926] ppid=8921 vsize=14084804 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) R 8921 8924 3449 0 -1 4202560 14933 0 0 0 64 3 0 0 20 0 15 0 274530577 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768750173680 139768745972893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530578 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530578 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530580 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768220289904 139768745962114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530580 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768219235872 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530580 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768218183024 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 633 0 0 0 6 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14084804 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 267 0 0 0 9 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14084804 memory=7378391952515033915 CPUtime=0.15 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 384 0 0 0 15 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14084804 memory=-6870368076204431200 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14084804 memory=-6078294137539419333 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530583 14422839296 22199 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88796 KiB

[startup+1.50084 s]
/proc/loadavg: 1.89 1.75 1.50 3/220 8988
/proc/meminfo: memFree=24449932/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14086852 memory=492536 CPUtime=2.83 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 19750 0 0 0 247 36 0 0 20 0 15 0 274530577 14424936448 123134 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3521713 123134 3551 1 0 3483785 0
[pid=8924/tid=8926] ppid=8921 vsize=14086852 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) R 8921 8924 3449 0 -1 4202560 15391 0 0 0 126 9 0 0 20 0 15 0 274530577 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768750186272 139768385151465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 150 0 0 0 5 6 0 0 20 0 15 0 274530578 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14086852 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 111 0 0 0 4 6 0 0 20 0 15 0 274530578 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 138 0 0 0 4 5 0 0 20 0 15 0 274530578 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 196 0 0 0 5 6 0 0 20 0 15 0 274530578 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 274530580 14424936448 123134 33554432000 4194304 4196468 140732670183008 139768220289904 139768745962114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0

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


[startup+25.601 s]
/proc/loadavg: 2.06 1.80 1.52 6/220 8988
/proc/meminfo: memFree=12117592/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14088900 memory=11764304 CPUtime=65.03 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 639348 0 0 0 5263 1240 0 0 20 0 15 0 274530577 14427033600 2941076 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3522225 2941076 3591 1 0 3484297 0
[pid=8924/tid=8926] ppid=8921 vsize=14088900 memory=11751064 CPUtime=12.09 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) S 8921 8924 3449 0 -1 1077944384 26405 0 0 0 1180 29 0 0 20 0 15 0 274530577 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768750186656 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14088900 memory=4548 CPUtime=12.29 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) R 8921 8924 3449 0 -1 4202560 145860 0 0 0 951 278 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768706910672 139768738579175 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14088900 memory=8112282956445269571 CPUtime=12.44 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) R 8921 8924 3449 0 -1 4202560 195341 0 0 0 938 306 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768705858264 139768739050627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14088900 memory=1408 CPUtime=12.37 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) R 8921 8924 3449 0 -1 4202560 117841 0 0 0 915 322 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768340130312 139768738579175 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14088900 memory=1092 CPUtime=12.36 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) R 8921 8924 3449 0 -1 4202560 129127 0 0 0 941 295 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768339077200 139768738579175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14088900 memory=836 CPUtime=0.98 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 16321 0 0 0 96 2 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768220288464 139768745961173 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14088900 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768219235936 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14088900 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768218183040 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14088900 memory=5728 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14088900 memory=1408 CPUtime=0.91 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 2594 0 0 0 91 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14088900 memory=1092 CPUtime=0.99 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 1513 0 0 0 98 1 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14088900 memory=836 CPUtime=0.5 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 1962 0 0 0 50 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14088900 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14088900 memory=6317016 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 987 0 0 0 1 1 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 65.03 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764304 KiB

[startup+26.4009 s]
/proc/loadavg: 2.06 1.80 1.52 6/220 8988
/proc/meminfo: memFree=12117592/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14088900 memory=11764304 CPUtime=67.97 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 643759 0 0 0 5555 1242 0 0 20 0 15 0 274530577 14427033600 2941076 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3522225 2941076 3591 1 0 3484297 0
[pid=8924/tid=8926] ppid=8921 vsize=14088900 memory=7300704776819335769 CPUtime=12.09 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) S 8921 8924 3449 0 -1 1077944384 26405 0 0 0 1180 29 0 0 20 0 15 0 274530577 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768750186656 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14088900 memory=8112282956445269571 CPUtime=13 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) S 8921 8924 3449 0 -1 1077944384 145865 0 0 0 1022 278 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768706910864 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14088900 memory=10692 CPUtime=13.18 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) S 8921 8924 3449 0 -1 1077944384 196679 0 0 0 1011 307 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768705858064 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14088900 memory=1620 CPUtime=13.08 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) S 8921 8924 3449 0 -1 1077944384 117857 0 0 0 986 322 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768340130192 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14088900 memory=6880 CPUtime=13.08 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) S 8921 8924 3449 0 -1 1077944384 129136 0 0 0 1012 296 0 0 20 0 15 0 274530578 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768339077392 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14088900 memory=4548 CPUtime=1.03 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) R 8921 8924 3449 0 -1 4202560 19350 0 0 0 101 2 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768220288464 139768724321128 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14088900 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768219235936 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14088900 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768218183040 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14088900 memory=1100 CPUtime=0.91 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 2594 0 0 0 91 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14088900 memory=8112282956445269571 CPUtime=0.99 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 1513 0 0 0 98 1 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14088900 memory=6856 CPUtime=0.5 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 1962 0 0 0 50 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14088900 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14088900 memory=2356 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1002 0 0 0 1 1 0 0 20 0 15 0 274530583 14427033600 2941076 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 67.97 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764304 KiB

[startup+26.8011 s]
/proc/loadavg: 2.06 1.80 1.52 6/220 8988
/proc/meminfo: memFree=12117592/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14088900 memory=11764312 CPUtime=69.29 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 672535 0 0 0 5685 1244 0 0 20 0 15 0 274530577 14427033600 2941078 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3522225 2941078 3591 1 0 3484297 0
[pid=8924/tid=8926] ppid=8921 vsize=14088900 memory=8112282956445269571 CPUtime=12.09 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) S 8921 8924 3449 0 -1 1077944384 26423 0 0 0 1180 29 0 0 20 0 15 0 274530577 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768750186656 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14088900 memory=316659568698720571 CPUtime=13.31 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) R 8921 8924 3449 0 -1 4202560 158178 0 0 0 1052 279 0 0 20 0 15 0 274530578 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768706911064 139768730901682 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14088900 memory=13845261709478223 CPUtime=13.49 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) R 8921 8924 3449 0 -1 4202560 196920 0 0 0 1042 307 0 0 20 0 15 0 274530578 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768705858064 139768738579175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14088900 memory=8387223549236478041 CPUtime=13.38 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) R 8921 8924 3449 0 -1 4202560 125429 0 0 0 1016 322 0 0 20 0 15 0 274530578 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768340130192 139768738579175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14088900 memory=288293294067418274 CPUtime=13.39 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) R 8921 8924 3449 0 -1 4202560 129345 0 0 0 1043 296 0 0 20 0 15 0 274530578 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768339077392 139768738579175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14088900 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 27771 0 0 0 110 2 0 0 20 0 15 0 274530580 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768220288240 139768745961173 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768219235840 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14088900 memory=4638778398332698727 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768218183040 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14088900 memory=280091595062672 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14088900 memory=7014189742338171238 CPUtime=0.91 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 2594 0 0 0 91 0 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14088900 memory=8315167063544660141 CPUtime=0.99 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 1513 0 0 0 98 1 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14088900 memory=7728014948438666668 CPUtime=0.5 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 1962 0 0 0 50 0 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14088900 memory=7151268957995111832 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14088900 memory=7866205430153975176 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1002 0 0 0 1 1 0 0 20 0 15 0 274530583 14427033600 2941078 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 69.29 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764312 KiB

[startup+27.0071 s]*
/proc/loadavg: 2.06 1.80 1.52 6/220 8988
/proc/meminfo: memFree=12117592/32770624 swapFree=67108840/67108860
[pid=8924] ppid=8921 vsize=14088900 memory=11764320 CPUtime=69.93 cores=1,3,5,7
/proc/8924/stat : 8924 (java) S 8921 8924 3449 0 -1 1077944320 676755 0 0 0 5749 1244 0 0 20 0 15 0 274530577 14427033600 2941080 33554432000 4194304 4196468 140732670183008 140732670165552 139768745950967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
/proc/8924/statm: 3522225 2941080 3592 1 0 3484297 0
[pid=8924/tid=8926] ppid=8921 vsize=14088900 memory=7022364594140610616 CPUtime=12.09 cores=1,3,5,7
/proc/8924/task/8926/stat : 8926 (java) S 8921 8924 3449 0 -1 1077944384 26516 0 0 0 1180 29 0 0 20 0 15 0 274530577 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768750190464 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8927] ppid=8921 vsize=14088900 memory=365 CPUtime=13.45 cores=1,3,5,7
/proc/8924/task/8927/stat : 8927 (java) R 8921 8924 3449 0 -1 4202560 158178 0 0 0 1066 279 0 0 20 0 15 0 274530578 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768706910864 139768738579175 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8928] ppid=8921 vsize=14088900 memory=140045949590069 CPUtime=13.62 cores=1,3,5,7
/proc/8924/task/8928/stat : 8928 (java) R 8921 8924 3449 0 -1 4202560 197033 0 0 0 1055 307 0 0 20 0 15 0 274530578 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768705858264 139768730408587 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8929] ppid=8921 vsize=14088900 memory=5935855636143498816 CPUtime=13.53 cores=1,3,5,7
/proc/8924/task/8929/stat : 8929 (java) R 8921 8924 3449 0 -1 4202560 129335 0 0 0 1030 323 0 0 20 0 15 0 274530578 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768340130192 139768730947334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8930] ppid=8921 vsize=14088900 memory=3763099673816014896 CPUtime=13.53 cores=1,3,5,7
/proc/8924/task/8930/stat : 8930 (java) R 8921 8924 3449 0 -1 4202560 129443 0 0 0 1057 296 0 0 20 0 15 0 274530578 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768339077392 139768730651634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8931] ppid=8921 vsize=14088900 memory=3474440883284530872 CPUtime=1.19 cores=1,3,5,7
/proc/8924/task/8931/stat : 8931 (java) S 8921 8924 3449 0 -1 1077944384 27773 0 0 0 117 2 0 0 20 0 15 0 274530580 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768220288448 139768745961173 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8932] ppid=8921 vsize=14088900 memory=3763099673816014896 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8932/stat : 8932 (java) S 8921 8924 3449 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768219235936 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8933] ppid=8921 vsize=14088900 memory=5792262874651971664 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8933/stat : 8933 (java) S 8921 8924 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274530580 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768218183040 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8934] ppid=8921 vsize=14088900 memory=5792262874651971664 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8934/stat : 8934 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768217131344 139768745969563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8935] ppid=8921 vsize=14088900 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/8924/task/8935/stat : 8935 (java) S 8921 8924 3449 0 -1 1077944384 2594 0 0 0 91 0 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768216078704 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8936] ppid=8921 vsize=14088900 memory=3763099673816014896 CPUtime=0.99 cores=1,3,5,7
/proc/8924/task/8936/stat : 8936 (java) S 8921 8924 3449 0 -1 1077944384 1513 0 0 0 98 1 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768215025904 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8937] ppid=8921 vsize=14088900 memory=3472474952182263218 CPUtime=0.5 cores=1,3,5,7
/proc/8924/task/8937/stat : 8937 (java) S 8921 8924 3449 0 -1 1077944384 1962 0 0 0 50 0 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768213973104 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8938] ppid=8921 vsize=14088900 memory=3763099673816014896 CPUtime=0 cores=1,3,5,7
/proc/8924/task/8938/stat : 8938 (java) S 8921 8924 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768212920544 139768745961173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
[pid=8924/tid=8939] ppid=8921 vsize=14088900 memory=3474722272294726835 CPUtime=0.02 cores=1,3,5,7
/proc/8924/task/8939/stat : 8939 (java) S 8921 8924 3449 0 -1 1077944384 1002 0 0 0 1 1 0 0 20 0 15 0 274530583 14427033600 2941080 33554432000 4194304 4196468 140732670183008 139768211868848 139768745962114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24436736 140732670190670 140732670190862 140732670190862 140732670193615 0
Current children cumulated CPU time: 69.93 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764320 KiB

[startup+27.1168 s]*
/proc/loadavg: 2.06 1.80 1.52 3/207 8989
/proc/meminfo: memFree=17354528/32770624 swapFree=67108840/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): 27.1955
CPU time (s): 70.13
CPU user time (s): 57.5795
CPU system time (s): 12.5506
CPU usage (%): 257.874
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11764320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.5795
system time used= 12.5506
maximum resident set size= 11764320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9743
involuntary context switches= 539


# summary of solver processes directly reported to runsolver:
#   pid: 8924
#   total CPU time (s): 70.13
#   total CPU user time (s): 57.5795
#   total CPU system time (s): 12.5506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205347 second user time and 0.339043 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 07:21:14
IDJOB=4312141
IDBENCH=141310
IDSOLVER=2800
FILE ID=node135/4312141-1534569673
RUNJOBID= node135-1534568687-8119
PBS_JOBID= 21038636
Free space on /tmp= 54268 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312141-1534569673/watcher-4312141-1534569673 -o /tmp/evaluation-result-4312141-1534569673/solver-4312141-1534569673 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1738162386 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312141-1534569673.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=1738162386

node135.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.50
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.50
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.50
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.50
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:        24770824 kB
MemAvailable:   31872424 kB
Buffers:          202548 kB
Cached:          7147248 kB
SwapCached:           20 kB
Active:          4242976 kB
Inactive:        3176864 kB
Active(anon):      49572 kB
Inactive(anon):    89388 kB
Active(file):    4193404 kB
Inactive(file):  3087476 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:            107648 kB
Writeback:             0 kB
AnonPages:         73588 kB
Mapped:            30876 kB
Shmem:             66188 kB
Slab:             278728 kB
SReclaimable:     249180 kB
SUnreclaim:        29548 kB
KernelStack:        3440 kB
PageTables:         5284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1316136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54232 MiB
End job on node135 at 2018-08-18 07:21:41