Trace number 4308403

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? 72.7087 24.6653

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308403-1534306047/watcher-4308403-1534306047 -o /tmp/evaluation-result-4308403-1534306047/solver-4308403-1534306047 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534293823-2847 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 119032133 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308403-1534306047.xml 

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

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

solver pid=4222, runsolver pid=4219

[startup+0.100176 s]*
/proc/loadavg: 2.02 1.99 1.97 3/219 4237
/proc/meminfo: memFree=18990180/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14082736 memory=31588 CPUtime=0.11 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 6801 0 0 0 10 1 0 0 20 0 15 0 248167925 14420721664 7897 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3520684 7897 3140 1 0 3482761 0
[pid=4222/tid=4224] ppid=4219 vsize=14082736 memory=-8391716253917344960 CPUtime=0.09 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) R 4219 4222 2816 0 -1 4202560 5164 0 0 0 8 1 0 0 20 0 15 0 248167926 14420721664 8161 33554432000 4194304 4196468 140725039653488 139965319453024 139965299348830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 8161 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248167927 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964789521008 139965315279490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964788466976 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248167929 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964787414640 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964783204720 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 8161 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31588 KiB

[startup+0.210509 s]*
/proc/loadavg: 2.02 1.99 1.97 4/219 4237
/proc/meminfo: memFree=18974056/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14082736 memory=46800 CPUtime=0.3 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 10283 0 0 0 28 2 0 0 20 0 15 0 248167925 14420721664 11700 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3520684 11700 3374 1 0 3482761 0
[pid=4222/tid=4224] ppid=4219 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) S 4219 4222 2816 0 -1 1077944384 8022 0 0 0 18 1 0 0 20 0 15 0 248167926 14420721664 11700 33554432000 4194304 4196468 140725039653488 139965319494368 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 11700 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14082736 memory=3978851940788250272 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248167927 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964789521008 139965315279490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964788466976 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248167929 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964787414640 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) R 4219 4222 2816 0 -1 4202560 559 0 0 0 2 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964785309808 139965307557792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) R 4219 4222 2816 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0.06 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) R 4219 4222 2816 0 -1 4202560 312 0 0 0 6 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964783204720 139965293634052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 11700 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46800 KiB

[startup+0.310694 s]*
/proc/loadavg: 2.02 1.99 1.97 3/219 4237
/proc/meminfo: memFree=18970644/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14082736 memory=50276 CPUtime=0.44 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 10700 0 0 0 41 3 0 0 20 0 15 0 248167925 14420721664 12569 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3520684 12569 3378 1 0 3482761 0
[pid=4222/tid=4224] ppid=4219 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) R 4219 4222 2816 0 -1 4202560 8374 0 0 0 28 2 0 0 20 0 15 0 248167926 14420721664 12569 33554432000 4194304 4196468 140725039653488 139965319430080 139965296642122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14082736 memory=4294980954 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 12569 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14082736 memory=3906794346750322336 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248167927 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964789521008 139965315279490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248167928 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964788466976 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248167929 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964787414640 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 578 0 0 0 2 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0.08 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964783204720 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14082736 memory=140227184862848 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167931 14420721664 12569 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50276 KiB

[startup+0.700786 s]
/proc/loadavg: 2.02 1.99 1.97 4/219 4237
/proc/meminfo: memFree=18948404/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14084804 memory=88640 CPUtime=0.99 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 17568 0 0 0 94 5 0 0 20 0 15 0 248167925 14422839296 22160 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3521201 22160 3499 1 0 3483273 0
[pid=4222/tid=4224] ppid=4219 vsize=14084804 memory=1172 CPUtime=0.68 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) R 4219 4222 2816 0 -1 4202560 14820 0 0 0 64 4 0 0 20 0 15 0 248167926 14422839296 22160 33554432000 4194304 4196468 140725039653488 139965319502656 139965315290269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14084804 memory=37328 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14422839296 22160 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14084804 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167926 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248167927 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248167928 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964789521008 139965315279490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14084804 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248167928 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964788466976 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14084804 memory=924 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248167929 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964787414640 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 715 0 0 0 7 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 214 0 0 0 7 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) R 4219 4222 2816 0 -1 4202560 438 0 0 0 15 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964783204720 139965315289690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14084804 memory=8696 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248167931 14422839296 22160 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88640 KiB

[startup+1.50191 s]
/proc/loadavg: 2.02 1.99 1.97 5/219 4237
/proc/meminfo: memFree=18852344/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14086852 memory=267628 CPUtime=3.09 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 24353 0 0 0 298 11 0 0 20 0 15 0 248167925 14424936448 66907 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3521713 66907 3562 1 0 3483785 0
[pid=4222/tid=4224] ppid=4219 vsize=14086852 memory=237348 CPUtime=1.44 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) R 4219 4222 2816 0 -1 4202560 16352 0 0 0 138 6 0 0 20 0 15 0 248167926 14424936448 66907 33554432000 4194304 4196468 140725039653488 139965319503488 139965299311973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14086852 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 340 0 0 0 1 1 0 0 20 0 15 0 248167926 14424936448 66907 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 159 0 0 0 1 1 0 0 20 0 15 0 248167926 14424936448 66907 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 248167926 14424936448 66907 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14086852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248167927 14424936448 66907 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 248167928 14424936448 66907 33554432000 4194304 4196468 140725039653488 139964789521008 139965315279490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0

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

[pid=4222/tid=4236] ppid=4219 vsize=14088900 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2932487 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14088900 memory=2680 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 838 0 0 0 1 0 0 0 20 0 15 0 248167931 14427033600 2932487 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 54.72 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11729948 KiB

[startup+22.4014 s]
/proc/loadavg: 2.37 2.08 2.00 6/218 4268
/proc/meminfo: memFree=11844200/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14088900 memory=11759080 CPUtime=65.1 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 173502 0 0 0 5317 1193 0 0 20 0 15 0 248167925 14427033600 2939770 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3522225 2939770 3591 1 0 3484297 0
[pid=4222/tid=4224] ppid=4219 vsize=14088900 memory=3824 CPUtime=7.57 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) S 4219 4222 2816 0 -1 1077944384 22336 0 0 0 743 14 0 0 20 0 15 0 248167926 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139965319503936 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14088900 memory=67504 CPUtime=13.55 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) R 4219 4222 2816 0 -1 4202560 25828 0 0 0 1073 282 0 0 20 0 15 0 248167926 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139965267888648 139965307896551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14088900 memory=2316 CPUtime=13.58 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) R 4219 4222 2816 0 -1 4202560 35946 0 0 0 1042 316 0 0 20 0 15 0 248167926 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964910331984 139965307896551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14088900 memory=1220 CPUtime=13.63 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) R 4219 4222 2816 0 -1 4202560 40698 0 0 0 1102 261 0 0 20 0 15 0 248167926 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964909279696 139965307896551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14088900 memory=1756 CPUtime=13.64 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) R 4219 4222 2816 0 -1 4202560 22359 0 0 0 1053 311 0 0 20 0 15 0 248167927 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964908227288 139965308365076 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14088900 memory=872 CPUtime=0.66 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 17587 0 0 0 65 1 0 0 20 0 15 0 248167928 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964789519568 139965315278549 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14088900 memory=4216 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 248167928 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964788467040 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248167929 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964787414656 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14088900 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14088900 memory=1276 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 2262 0 0 0 94 0 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14088900 memory=9604 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 1439 0 0 0 93 1 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14088900 memory=1068 CPUtime=0.49 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 2782 0 0 0 49 0 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964783204720 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14088900 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14088900 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 838 0 0 0 1 0 0 0 20 0 15 0 248167931 14427033600 2939770 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 65.1 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759080 KiB

[startup+24.0014 s]*
/proc/loadavg: 2.37 2.08 2.00 9/221 4271
/proc/meminfo: memFree=11253780/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14088900 memory=11759380 CPUtime=70.82 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 191400 0 0 0 5888 1194 0 0 20 0 15 0 248167925 14427033600 2939845 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3522225 2939845 3591 1 0 3484297 0
[pid=4222/tid=4224] ppid=4219 vsize=14088900 memory=8112282956445269571 CPUtime=7.57 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) S 4219 4222 2816 0 -1 1077944384 22351 0 0 0 743 14 0 0 20 0 15 0 248167926 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139965319503936 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14088900 memory=4872558044660077418 CPUtime=14.92 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) R 4219 4222 2816 0 -1 4202560 26176 0 0 0 1210 282 0 0 20 0 15 0 248167926 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139965267888528 139965299967083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14088900 memory=1220 CPUtime=14.95 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) R 4219 4222 2816 0 -1 4202560 40338 0 0 0 1178 317 0 0 20 0 15 0 248167926 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964910332376 139965300264941 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14088900 memory=1756 CPUtime=15.01 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) R 4219 4222 2816 0 -1 4202560 41328 0 0 0 1239 262 0 0 20 0 15 0 248167926 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964909279888 139965299967159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14088900 memory=872 CPUtime=15.03 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) R 4219 4222 2816 0 -1 4202560 23525 0 0 0 1192 311 0 0 20 0 15 0 248167927 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964908227088 139965300264989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14088900 memory=4216 CPUtime=0.88 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 28916 0 0 0 86 2 0 0 20 0 15 0 248167928 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964789519552 139965315278549 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 248167928 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964788466576 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14088900 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248167929 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964787414656 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14088900 memory=1276 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14088900 memory=9604 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 2262 0 0 0 94 0 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14088900 memory=1068 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 1439 0 0 0 93 1 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14088900 memory=1220 CPUtime=0.49 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 2782 0 0 0 49 0 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964783204720 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14088900 memory=1167 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14088900 memory=2381 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 15 0 248167931 14427033600 2939845 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 70.82 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759380 KiB

[startup+24.4014 s]
/proc/loadavg: 2.37 2.08 2.00 9/221 4271
/proc/meminfo: memFree=11253780/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14088900 memory=11759392 CPUtime=72.19 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 191589 0 0 0 6025 1194 0 0 20 0 15 0 248167925 14427033600 2939848 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3522225 2939848 3591 1 0 3484297 0
[pid=4222/tid=4224] ppid=4219 vsize=14088900 memory=11759252 CPUtime=7.57 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) S 4219 4222 2816 0 -1 1077944384 22351 0 0 0 743 14 0 0 20 0 15 0 248167926 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139965319503936 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14088900 memory=3980 CPUtime=15.25 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) R 4219 4222 2816 0 -1 4202560 26176 0 0 0 1243 282 0 0 20 0 15 0 248167926 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139965267888728 139965299725963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14088900 memory=1924 CPUtime=15.28 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) R 4219 4222 2816 0 -1 4202560 40361 0 0 0 1211 317 0 0 20 0 15 0 248167926 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964910332376 139965300264989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14088900 memory=7636 CPUtime=15.34 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) R 4219 4222 2816 0 -1 4202560 41412 0 0 0 1272 262 0 0 20 0 15 0 248167926 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964909279776 139965296877988 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14088900 memory=804 CPUtime=15.35 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) R 4219 4222 2816 0 -1 4202560 23599 0 0 0 1224 311 0 0 20 0 15 0 248167927 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964908227288 139965300264989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14088900 memory=1796 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) S 4219 4222 2816 0 -1 1077944384 28917 0 0 0 92 2 0 0 20 0 15 0 248167928 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964789519568 139965315278549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14088900 memory=916 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) R 4219 4222 2816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 248167928 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964788466576 139965315279490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14088900 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248167929 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964787414656 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14088900 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14088900 memory=2788 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 2264 0 0 0 94 0 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964785309856 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14088900 memory=1408 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 1442 0 0 0 93 1 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964784256768 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14088900 memory=3236 CPUtime=0.49 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 2784 0 0 0 49 0 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964783204768 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14088900 memory=14884 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 15 0 248167931 14427033600 2939848 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 72.19 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759392 KiB

[startup+24.6007 s]
/proc/loadavg: 2.37 2.08 2.00 9/221 4271
/proc/meminfo: memFree=11253780/32770624 swapFree=67108688/67108860
[pid=4222] ppid=4219 vsize=14088900 memory=11759496 CPUtime=72.63 cores=0,2,4,6
/proc/4222/stat : 4222 (java) S 4219 4222 2816 0 -1 1077944320 191737 0 0 0 6069 1194 0 0 20 0 15 0 248167925 14427033600 2939874 33554432000 4194304 4196468 140725039653488 140725039636032 139965315268343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
/proc/4222/statm: 3522225 2939874 3592 1 0 3484297 0
[pid=4222/tid=4224] ppid=4219 vsize=14088900 memory=18897 CPUtime=7.58 cores=0,2,4,6
/proc/4222/task/4224/stat : 4224 (java) S 4219 4222 2816 0 -1 1077944384 22420 0 0 0 743 15 0 0 20 0 15 0 248167926 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139965319507568 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4225] ppid=4219 vsize=14088900 memory=6471 CPUtime=15.33 cores=0,2,4,6
/proc/4222/task/4225/stat : 4225 (java) S 4219 4222 2816 0 -1 1077944384 26177 0 0 0 1251 282 0 0 20 0 15 0 248167926 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139965267888528 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4226] ppid=4219 vsize=14088900 memory=721 CPUtime=15.36 cores=0,2,4,6
/proc/4222/task/4226/stat : 4226 (java) S 4219 4222 2816 0 -1 1077944384 40405 0 0 0 1219 317 0 0 20 0 15 0 248167926 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964910332176 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4227] ppid=4219 vsize=14088900 memory=0 CPUtime=15.42 cores=0,2,4,6
/proc/4222/task/4227/stat : 4227 (java) S 4219 4222 2816 0 -1 1077944384 41415 0 0 0 1280 262 0 0 20 0 15 0 248167926 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964909279888 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4228] ppid=4219 vsize=14088900 memory=0 CPUtime=15.43 cores=0,2,4,6
/proc/4222/task/4228/stat : 4228 (java) S 4219 4222 2816 0 -1 1077944384 23629 0 0 0 1232 311 0 0 20 0 15 0 248167927 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964908227088 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4229] ppid=4219 vsize=14088900 memory=1 CPUtime=1.06 cores=0,2,4,6
/proc/4222/task/4229/stat : 4229 (java) R 4219 4222 2816 0 -1 4202560 28918 0 0 0 104 2 0 0 20 0 15 0 248167928 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964789519552 139965307557797 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4230] ppid=4219 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4230/stat : 4230 (java) S 4219 4222 2816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 248167928 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964788467040 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4231] ppid=4219 vsize=14088900 memory=1524 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4231/stat : 4231 (java) S 4219 4222 2816 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248167929 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964787414656 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4232] ppid=4219 vsize=14088900 memory=2 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4232/stat : 4232 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964786362960 139965315286939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4233] ppid=4219 vsize=14088900 memory=417 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4233/stat : 4233 (java) S 4219 4222 2816 0 -1 1077944384 2264 0 0 0 94 0 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964785309808 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4234] ppid=4219 vsize=14088900 memory=680 CPUtime=0.94 cores=0,2,4,6
/proc/4222/task/4234/stat : 4234 (java) S 4219 4222 2816 0 -1 1077944384 1442 0 0 0 93 1 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964784257008 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4235] ppid=4219 vsize=14088900 memory=152 CPUtime=0.49 cores=0,2,4,6
/proc/4222/task/4235/stat : 4235 (java) S 4219 4222 2816 0 -1 1077944384 2784 0 0 0 49 0 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964783204720 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4236] ppid=4219 vsize=14088900 memory=140227059030219 CPUtime=0 cores=0,2,4,6
/proc/4222/task/4236/stat : 4236 (java) S 4219 4222 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964782152160 139965315278549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
[pid=4222/tid=4237] ppid=4219 vsize=14088900 memory=6082201909155553880 CPUtime=0.01 cores=0,2,4,6
/proc/4222/task/4237/stat : 4237 (java) S 4219 4222 2816 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 15 0 248167931 14427033600 2939874 33554432000 4194304 4196468 140725039653488 139964781099952 139965315279490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 16527360 140725039662165 140725039662345 140725039662345 140725039665103 0
Current children cumulated CPU time: 72.63 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759496 KiB

Child status: 1
Real time (s): 24.6653
CPU time (s): 72.7087
CPU user time (s): 60.6973
CPU system time (s): 12.0114
CPU usage (%): 294.781
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.6973
system time used= 12.0114
maximum resident set size= 11759496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191869
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= 4891
involuntary context switches= 720


# summary of solver processes directly reported to runsolver:
#   pid: 4222
#   total CPU time (s): 72.7087
#   total CPU user time (s): 60.6973
#   total CPU system time (s): 12.0114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.16324 second user time and 0.318582 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 06:07:27
IDJOB=4308403
IDBENCH=141308
IDSOLVER=2792
FILE ID=node134/4308403-1534306047
RUNJOBID= node134-1534293823-2847
PBS_JOBID= 21038145
Free space on /tmp= 43324 MiB

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

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=119032133

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:        19008092 kB
MemAvailable:   26424476 kB
Buffers:          194132 kB
Cached:          7435728 kB
SwapCached:           32 kB
Active:          9496892 kB
Inactive:        3650940 kB
Active(anon):    5466580 kB
Inactive(anon):   111440 kB
Active(file):    4030312 kB
Inactive(file):  3539500 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             40600 kB
Writeback:             0 kB
AnonPages:       5528704 kB
Mapped:            68712 kB
Shmem:             57844 kB
Slab:             303480 kB
SReclaimable:     275032 kB
SUnreclaim:        28448 kB
KernelStack:        3824 kB
PageTables:        16200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6588532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5279744 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= 43288 MiB
End job on node134 at 2018-08-15 06:07:52