Trace number 4310283

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? 79.6121 31.4751

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark252.056
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310283-1534330983/watcher-4310283-1534330983 -o /tmp/evaluation-result-4310283-1534330983/solver-4310283-1534330983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 617980442 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310283-1534330983.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
Current StackSize limit: 8192 KiB

solver pid=22216, runsolver pid=22213

[startup+0.100156 s]*
/proc/loadavg: 3.30 2.36 1.94 4/218 22231
/proc/meminfo: memFree=18268168/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14082736 memory=34664 CPUtime=0.11 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 7092 0 0 0 10 1 0 0 20 0 15 0 250661803 14420721664 8666 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3520684 8666 3141 1 0 3482761 0
[pid=22216/tid=22218] ppid=22213 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) R 22213 22216 20506 0 -1 4202560 5225 0 0 0 8 1 0 0 20 0 15 0 250661803 14420721664 8732 33554432000 4194304 4196468 140727171332880 139802279670000 139802255743492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14082736 memory=5793855605563238841 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 8732 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 8732 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 8732 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 8732 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661805 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801457138032 139802275486338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801456084000 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801455031152 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 250661808 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801385753456 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 250661808 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801383647856 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 8732 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34664 KiB

[startup+0.210328 s]*
/proc/loadavg: 3.30 2.36 1.94 4/218 22231
/proc/meminfo: memFree=18252168/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14082736 memory=48576 CPUtime=0.31 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 10226 0 0 0 29 2 0 0 20 0 15 0 250661803 14420721664 12144 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3520684 12144 3382 1 0 3482761 0
[pid=22216/tid=22218] ppid=22213 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) R 22213 22216 20506 0 -1 4202560 7956 0 0 0 18 1 0 0 20 0 15 0 250661803 14420721664 12144 33554432000 4194304 4196468 140727171332880 139802279703136 139802259555678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14082736 memory=4211974080758136202 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12144 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12144 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12144 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12144 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250661805 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801457138032 139802275486338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801456084000 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801455031152 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) R 22213 22216 20506 0 -1 1077944384 556 0 0 0 2 0 0 0 20 0 15 0 250661808 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801385753456 139802275486338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) R 22213 22216 20506 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 15 0 250661808 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801384700640 139802255644178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0.06 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) R 22213 22216 20506 0 -1 4202560 286 0 0 0 6 0 0 0 20 0 15 0 250661808 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801383647984 139802254100432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 12144 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48576 KiB

[startup+0.310742 s]*
/proc/loadavg: 3.30 2.36 1.94 3/218 22231
/proc/meminfo: memFree=18248632/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14082736 memory=51744 CPUtime=0.43 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 10608 0 0 0 41 2 0 0 20 0 15 0 250661803 14420721664 12936 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3520684 12936 3383 1 0 3482761 0
[pid=22216/tid=22218] ppid=22213 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) R 22213 22216 20506 0 -1 4202560 8315 0 0 0 28 2 0 0 20 0 15 0 250661803 14420721664 12936 33554432000 4194304 4196468 140727171332880 139802279636928 139802257028496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14082736 memory=4211974080758136202 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12936 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14082736 memory=140354553348024 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12936 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14082736 memory=140354431089164 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12936 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14082736 memory=140354431077839 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14420721664 12936 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14082736 memory=140354553366196 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250661805 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801457138032 139802275486338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14082736 memory=140354431087023 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801456084000 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14082736 memory=280708862164880 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250661806 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801455031152 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14082736 memory=280708862162576 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 250661808 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801385753456 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 250661808 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0.08 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 303 0 0 0 8 0 0 0 20 0 15 0 250661808 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801383647856 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14082736 memory=140354553345664 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661809 14420721664 12936 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51744 KiB

[startup+0.700755 s]
/proc/loadavg: 3.30 2.36 1.94 3/218 22231
/proc/meminfo: memFree=18224448/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14084804 memory=90520 CPUtime=1 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 17482 0 0 0 95 5 0 0 20 0 15 0 250661803 14422839296 22630 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3521201 22630 3497 1 0 3483273 0
[pid=22216/tid=22218] ppid=22213 vsize=14084804 memory=876 CPUtime=0.68 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) R 22213 22216 20506 0 -1 4202560 14758 0 0 0 64 4 0 0 20 0 15 0 250661803 14422839296 22630 33554432000 4194304 4196468 140727171332880 139802279700448 139802275497117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14084804 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14422839296 22630 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14422839296 22630 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661804 14422839296 22630 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250661804 14422839296 22630 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250661805 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801457138032 139802275486338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250661806 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801456084000 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250661806 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801455031152 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14084804 memory=268 CPUtime=0.08 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 704 0 0 0 8 0 0 0 20 0 15 0 250661808 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801385753456 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 215 0 0 0 6 0 0 0 20 0 15 0 250661808 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14084804 memory=20520 CPUtime=0.15 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 423 0 0 0 15 0 0 0 20 0 15 0 250661808 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801383647856 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14084804 memory=280708862348784 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250661809 14422839296 22630 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90520 KiB

[startup+1.50123 s]
/proc/loadavg: 3.30 2.36 1.94 3/218 22231
/proc/meminfo: memFree=17987692/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14086852 memory=585696 CPUtime=2.75 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 19618 0 0 0 227 48 0 0 20 0 15 0 250661803 14424936448 146424 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3521713 146424 3554 1 0 3483785 0
[pid=22216/tid=22218] ppid=22213 vsize=14086852 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) R 22213 22216 20506 0 -1 4202560 15159 0 0 0 116 11 0 0 20 0 15 0 250661803 14424936448 146424 33554432000 4194304 4196468 140727171332880 139802279707856 139801876758318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14086852 memory=-3535359994705172833 CPUtime=0.18 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 186 0 0 0 10 8 0 0 20 0 15 0 250661804 14424936448 146424 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14086852 memory=-3472574513799858003 CPUtime=0.18 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 181 0 0 0 10 8 0 0 20 0 15 0 250661804 14424936448 146424 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14086852 memory=-1088251628401078322 CPUtime=0.18 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 219 0 0 0 10 8 0 0 20 0 15 0 250661804 14424936448 146424 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14086852 memory=-6439125508584858722 CPUtime=0.17 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 186 0 0 0 9 8 0 0 20 0 15 0 250661804 14424936448 146424 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14086852 memory=-6585528546044026665 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 250661805 14424936448 146424 33554432000 4194304 4196468 140727171332880 139801457138032 139802275486338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0

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

[pid=22216/tid=22230] ppid=22213 vsize=14088900 memory=7309153523354527315 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14427033600 2937817 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14088900 memory=7163913440226403648 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 15 0 250661809 14427033600 2937817 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 59.73 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11751268 KiB

[startup+28.8012 s]
/proc/loadavg: 3.48 2.48 1.99 6/218 22231
/proc/meminfo: memFree=6311488/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14088900 memory=11768152 CPUtime=70.47 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 289970 0 0 0 5818 1229 0 0 20 0 15 0 250661803 14427033600 2942038 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3522225 2942038 3592 1 0 3484297 0
[pid=22216/tid=22218] ppid=22213 vsize=14088900 memory=1240 CPUtime=14.31 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) S 22213 22216 20506 0 -1 1077944384 63243 0 0 0 1411 20 0 0 20 0 15 0 250661803 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139802279710528 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14088900 memory=2416 CPUtime=13.13 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) R 22213 22216 20506 0 -1 4202560 40246 0 0 0 987 326 0 0 20 0 15 0 250661804 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139802205564048 139802260426366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14088900 memory=1796 CPUtime=13.11 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) R 22213 22216 20506 0 -1 4202560 51738 0 0 0 1011 300 0 0 20 0 15 0 250661804 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139802204511448 139802260425796 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14088900 memory=1704 CPUtime=13.14 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) R 22213 22216 20506 0 -1 4202560 48913 0 0 0 1052 262 0 0 20 0 15 0 250661804 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139802203458448 139802260425796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14088900 memory=6791534058613427641 CPUtime=13.16 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) R 22213 22216 20506 0 -1 4202560 51744 0 0 0 1005 311 0 0 20 0 15 0 250661804 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139802202405648 139802260425796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14088900 memory=4048 CPUtime=1.08 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 25899 0 0 0 106 2 0 0 20 0 15 0 250661805 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801457136352 139802275485397 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14088900 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801456084064 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14088900 memory=636 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801455031168 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14088900 memory=960 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14088900 memory=1232 CPUtime=0.98 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 2869 0 0 0 98 0 0 0 20 0 15 0 250661808 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801385753456 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14088900 memory=2460 CPUtime=0.93 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 1816 0 0 0 92 1 0 0 20 0 15 0 250661808 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14088900 memory=932 CPUtime=0.53 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 2041 0 0 0 52 1 0 0 20 0 15 0 250661808 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801383647856 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14088900 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14088900 memory=2240 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 250661809 14427033600 2942038 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 70.47 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11768152 KiB

[startup+30.4008 s]
/proc/loadavg: 3.28 2.45 1.98 6/218 22231
/proc/meminfo: memFree=6310744/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14088900 memory=11768396 CPUtime=76.48 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 343793 0 0 0 6414 1234 0 0 20 0 15 0 250661803 14427033600 2942099 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3522225 2942099 3592 1 0 3484297 0
[pid=22216/tid=22218] ppid=22213 vsize=14088900 memory=6791534058613427641 CPUtime=14.31 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) S 22213 22216 20506 0 -1 1077944384 63243 0 0 0 1411 20 0 0 20 0 15 0 250661803 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139802279710528 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14088900 memory=5408 CPUtime=14.6 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) R 22213 22216 20506 0 -1 4202560 41278 0 0 0 1133 327 0 0 20 0 15 0 250661804 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139802205563856 139802268103399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14088900 memory=876 CPUtime=14.64 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) R 22213 22216 20506 0 -1 4202560 104195 0 0 0 1162 302 0 0 20 0 15 0 250661804 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139802204511448 139802268578225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14088900 memory=10096 CPUtime=14.61 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) R 22213 22216 20506 0 -1 4202560 49168 0 0 0 1197 264 0 0 20 0 15 0 250661804 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139802203458568 139802268103399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14088900 memory=1228 CPUtime=14.64 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) R 22213 22216 20506 0 -1 4202560 51801 0 0 0 1152 312 0 0 20 0 15 0 250661804 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139802202405456 139802268103399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14088900 memory=1952 CPUtime=1.15 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 25913 0 0 0 113 2 0 0 20 0 15 0 250661805 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801457136592 139802275485397 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14088900 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801456084064 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801455031168 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14088900 memory=17828 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14088900 memory=2460 CPUtime=0.98 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 2871 0 0 0 98 0 0 0 20 0 15 0 250661808 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801385753504 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14088900 memory=796 CPUtime=0.93 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 1818 0 0 0 92 1 0 0 20 0 15 0 250661808 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801384700704 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14088900 memory=5408 CPUtime=0.53 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 2045 0 0 0 52 1 0 0 20 0 15 0 250661808 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801383647616 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14088900 memory=876 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14088900 memory=10096 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 250661809 14427033600 2942099 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 76.48 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11768396 KiB

[startup+31.2013 s]
/proc/loadavg: 3.28 2.45 1.98 6/218 22231
/proc/meminfo: memFree=6310744/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14088900 memory=11768528 CPUtime=78.99 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 349472 0 0 0 6664 1235 0 0 20 0 15 0 250661803 14427033600 2942132 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3522225 2942132 3593 1 0 3484297 0
[pid=22216/tid=22218] ppid=22213 vsize=14088900 memory=1160 CPUtime=14.31 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) S 22213 22216 20506 0 -1 1077944384 63323 0 0 0 1411 20 0 0 20 0 15 0 250661803 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139802279714624 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14088900 memory=10852 CPUtime=15.18 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) R 22213 22216 20506 0 -1 4202560 41337 0 0 0 1191 327 0 0 20 0 15 0 250661804 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139802205564048 139802260425796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14088900 memory=4616 CPUtime=15.23 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) R 22213 22216 20506 0 -1 4202560 106869 0 0 0 1221 302 0 0 20 0 15 0 250661804 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139802204511448 139802260425796 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14088900 memory=1428 CPUtime=15.18 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) R 22213 22216 20506 0 -1 4202560 51230 0 0 0 1254 264 0 0 20 0 15 0 250661804 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139802203458448 139802260172966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14088900 memory=15880 CPUtime=15.2 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) R 22213 22216 20506 0 -1 4202560 51864 0 0 0 1208 312 0 0 20 0 15 0 250661804 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139802202405648 139802260427728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14088900 memory=11768396 CPUtime=1.36 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) S 22213 22216 20506 0 -1 1077944384 26639 0 0 0 134 2 0 0 20 0 15 0 250661805 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801457136352 139802275485397 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14088900 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801456084064 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14088900 memory=16228 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801455031168 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14088900 memory=37792 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14088900 memory=4048 CPUtime=0.98 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 2871 0 0 0 98 0 0 0 20 0 15 0 250661808 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801385753216 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14088900 memory=1796 CPUtime=0.93 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 1818 0 0 0 92 1 0 0 20 0 15 0 250661808 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14088900 memory=636 CPUtime=0.53 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 2058 0 0 0 52 1 0 0 20 0 15 0 250661808 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801383646688 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14088900 memory=960 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14088900 memory=2240 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 250661809 14427033600 2942132 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 78.99 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11768528 KiB

[startup+31.4009 s]
/proc/loadavg: 3.28 2.45 1.98 6/218 22231
/proc/meminfo: memFree=6310744/32770624 swapFree=67108860/67108860
[pid=22216] ppid=22213 vsize=14088900 memory=8233264 CPUtime=79.54 cores=1,3,5,7
/proc/22216/stat : 22216 (java) S 22213 22216 20506 0 -1 1077944320 349525 0 0 0 6718 1236 0 0 20 0 15 0 250661803 14427033600 2058316 33554432000 4194304 4196468 140727171332880 140727171315424 139802275475191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
/proc/22216/statm: 3522225 2058316 3593 1 0 3484297 0
[pid=22216/tid=22218] ppid=22213 vsize=14088900 memory=2100 CPUtime=14.31 cores=1,3,5,7
/proc/22216/task/22218/stat : 22218 (java) S 22213 22216 20506 0 -1 1077944384 63323 0 0 0 1411 20 0 0 20 0 15 0 250661803 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139802279714624 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22219] ppid=22213 vsize=14088900 memory=7528 CPUtime=15.29 cores=1,3,5,7
/proc/22216/task/22219/stat : 22219 (java) S 22213 22216 20506 0 -1 1077944384 41343 0 0 0 1202 327 0 0 20 0 15 0 250661804 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139802205564048 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22220] ppid=22213 vsize=14088900 memory=840 CPUtime=15.34 cores=1,3,5,7
/proc/22216/task/22220/stat : 22220 (java) S 22213 22216 20506 0 -1 1077944384 106869 0 0 0 1232 302 0 0 20 0 15 0 250661804 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139802204511248 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22221] ppid=22213 vsize=14088900 memory=4104 CPUtime=15.29 cores=1,3,5,7
/proc/22216/task/22221/stat : 22221 (java) S 22213 22216 20506 0 -1 1077944384 51251 0 0 0 1265 264 0 0 20 0 15 0 250661804 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139802203458448 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22222] ppid=22213 vsize=14088900 memory=1696 CPUtime=15.31 cores=1,3,5,7
/proc/22216/task/22222/stat : 22222 (java) S 22213 22216 20506 0 -1 1077944384 51889 0 0 0 1219 312 0 0 20 0 15 0 250661804 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139802202405648 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22223] ppid=22213 vsize=14088900 memory=920 CPUtime=1.45 cores=1,3,5,7
/proc/22216/task/22223/stat : 22223 (java) R 22213 22216 20506 0 -1 4202560 26640 0 0 0 142 3 0 0 20 0 15 0 250661805 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801457136576 139802268192154 0 0 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22224] ppid=22213 vsize=14088900 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22224/stat : 22224 (java) S 22213 22216 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801456084064 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22225] ppid=22213 vsize=14088900 memory=2932 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22225/stat : 22225 (java) S 22213 22216 20506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 250661806 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801455031168 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22226] ppid=22213 vsize=14088900 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22226/stat : 22226 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661808 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801386805072 139802275493787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22227] ppid=22213 vsize=14088900 memory=1404 CPUtime=0.98 cores=1,3,5,7
/proc/22216/task/22227/stat : 22227 (java) S 22213 22216 20506 0 -1 1077944384 2871 0 0 0 98 0 0 0 20 0 15 0 250661808 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801385753216 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22228] ppid=22213 vsize=14088900 memory=2860 CPUtime=0.93 cores=1,3,5,7
/proc/22216/task/22228/stat : 22228 (java) S 22213 22216 20506 0 -1 1077944384 1818 0 0 0 92 1 0 0 20 0 15 0 250661808 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801384700656 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22229] ppid=22213 vsize=14088900 memory=905948 CPUtime=0.53 cores=1,3,5,7
/proc/22216/task/22229/stat : 22229 (java) S 22213 22216 20506 0 -1 1077944384 2058 0 0 0 52 1 0 0 20 0 15 0 250661808 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801383646688 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22230] ppid=22213 vsize=14088900 memory=11768396 CPUtime=0 cores=1,3,5,7
/proc/22216/task/22230/stat : 22230 (java) S 22213 22216 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250661809 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801382595296 139802275485397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
[pid=22216/tid=22231] ppid=22213 vsize=14088900 memory=4128 CPUtime=0.01 cores=1,3,5,7
/proc/22216/task/22231/stat : 22231 (java) S 22213 22216 20506 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 250661809 14427033600 2058316 33554432000 4194304 4196468 140727171332880 139801381542576 139802275486338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 28250112 140727171335259 140727171335438 140727171335438 140727171338191 0
Current children cumulated CPU time: 79.54 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 8233264 KiB

Child status: 1
Real time (s): 31.4751
CPU time (s): 79.6121
CPU user time (s): 67.1883
CPU system time (s): 12.4238
CPU usage (%): 252.937
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11768608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.1883
system time used= 12.4238
maximum resident set size= 11768608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349813
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= 8368
involuntary context switches= 801


# summary of solver processes directly reported to runsolver:
#   pid: 22216
#   total CPU time (s): 79.6121
#   total CPU user time (s): 67.1883
#   total CPU system time (s): 12.4238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.216894 second user time and 0.377954 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 13:03:06
IDJOB=4310283
IDBENCH=141314
IDSOLVER=2796
FILE ID=node139/4310283-1534330983
RUNJOBID= node139-1534329043-20538
PBS_JOBID= 21038153
Free space on /tmp= 34836 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-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-4310283-1534330983/watcher-4310283-1534330983 -o /tmp/evaluation-result-4310283-1534330983/solver-4310283-1534330983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 617980442 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310283-1534330983.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=617980442

node139.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.80
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.80
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.80
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.80
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:        18287432 kB
MemAvailable:   31202644 kB
Buffers:          270848 kB
Cached:         12743560 kB
SwapCached:            0 kB
Active:          7091104 kB
Inactive:        6672012 kB
Active(anon):     702668 kB
Inactive(anon):   106808 kB
Active(file):    6388436 kB
Inactive(file):  6565204 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71884 kB
Writeback:            32 kB
AnonPages:        756004 kB
Mapped:            78800 kB
Shmem:             57996 kB
Slab:             419224 kB
SReclaimable:     390032 kB
SUnreclaim:        29192 kB
KernelStack:        3536 kB
PageTables:         6872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2075988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 34800 MiB
End job on node139 at 2018-08-15 13:03:38