Trace number 4291473

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-07-02? 68.2425 23.7144

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291473-1532243254/watcher-4291473-1532243254 -o /tmp/evaluation-result-4291473-1532243254/solver-4291473-1532243254 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1822731414 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291473-1532243254.xml 

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

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

solver pid=31182, runsolver pid=31179

[startup+0.100128 s]*
/proc/loadavg: 1.75 1.69 1.68 3/215 31197
/proc/meminfo: memFree=20347068/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14082740 memory=33428 CPUtime=0.11 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 7296 0 0 0 10 1 0 0 20 0 15 0 41888677 14420725760 8357 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3520685 8357 3137 1 0 3482761 0
[pid=31182/tid=31184] ppid=31179 vsize=14082740 memory=-8557575366716068735 CPUtime=0.09 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) R 31179 31182 29085 0 -1 4202560 5358 0 0 0 8 1 0 0 20 0 15 0 41888678 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631931837760 139631911716190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631468894832 139631927646850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631400052000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631398999664 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0.01 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) R 31179 31182 29085 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631394789744 139631907033523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 8357 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33428 KiB

[startup+0.210392 s]*
/proc/loadavg: 1.75 1.69 1.68 6/215 31197
/proc/meminfo: memFree=20332432/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14082740 memory=47056 CPUtime=0.3 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 10357 0 0 0 28 2 0 0 20 0 15 0 41888677 14420725760 11764 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3520685 11764 3378 1 0 3482761 0
[pid=31182/tid=31184] ppid=31179 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) R 31179 31182 29085 0 -1 4202560 8080 0 0 0 18 2 0 0 20 0 15 0 41888678 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631931861760 139631911716220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14082740 memory=288370153195169408 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631468894832 139631927646850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631400052000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631398999664 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) R 31179 31182 29085 0 -1 4202560 560 0 0 0 2 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631396884944 139631912035448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0.06 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) R 31179 31182 29085 0 -1 4202560 287 0 0 0 6 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631394787536 139631911716190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 11764 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47056 KiB

[startup+0.310618 s]*
/proc/loadavg: 1.75 1.69 1.68 3/215 31197
/proc/meminfo: memFree=20329268/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14082740 memory=50412 CPUtime=0.43 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 10734 0 0 0 40 3 0 0 20 0 15 0 41888677 14420725760 12603 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3520685 12603 3380 1 0 3482761 0
[pid=31182/tid=31184] ppid=31179 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) R 31179 31182 29085 0 -1 4202560 8433 0 0 0 28 2 0 0 20 0 15 0 41888678 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631931844152 139631912801342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14082740 memory=288370153195169408 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631468894832 139631927646850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631400052000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41888680 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631398999664 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) R 31179 31182 29085 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0.08 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) R 31179 31182 29085 0 -1 1077944384 303 0 0 0 8 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631394789744 139631927646850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14082740 memory=139777043457664 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888683 14420725760 12603 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50412 KiB

[startup+0.700742 s]
/proc/loadavg: 1.75 1.69 1.68 3/215 31197
/proc/meminfo: memFree=20305084/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14084808 memory=88932 CPUtime=0.98 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 17593 0 0 0 93 5 0 0 20 0 15 0 41888677 14422843392 22233 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3521202 22233 3499 1 0 3483273 0
[pid=31182/tid=31184] ppid=31179 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) R 31179 31182 29085 0 -1 4202560 14879 0 0 0 63 4 0 0 20 0 15 0 41888678 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631931858960 139631911716190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888678 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41888678 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41888680 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631468894832 139631927646850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41888680 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631400052000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41888680 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631398999664 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14084808 memory=7163631965283378496 CPUtime=0.07 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 710 0 0 0 7 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14084808 memory=6083353102074538087 CPUtime=0.06 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 213 0 0 0 6 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) S 31179 31182 29085 0 -1 1077944384 410 0 0 0 15 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631394789744 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41888683 14422843392 22233 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88932 KiB

[startup+1.50073 s]
/proc/loadavg: 1.75 1.69 1.68 5/215 31197
/proc/meminfo: memFree=20181044/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14086856 memory=346464 CPUtime=2.77 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 19343 0 0 0 262 15 0 0 20 0 15 0 41888677 14424940544 86616 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3521714 86616 3560 1 0 3483785 0
[pid=31182/tid=31184] ppid=31179 vsize=14086856 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) R 31179 31182 29085 0 -1 4202560 15323 0 0 0 135 7 0 0 20 0 15 0 41888678 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631931870480 139631554301402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14086856 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 15 0 41888678 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 15 0 41888678 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14086856 memory=-7390251449858225344 CPUtime=0.01 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 72 0 0 0 0 1 0 0 20 0 15 0 41888678 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14086856 memory=4134692831991786133 CPUtime=0.03 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 101 0 0 0 1 2 0 0 20 0 15 0 41888678 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 41888680 14424940544 86616 33554432000 4194304 4196468 140728331701056 139631468894832 139631927646850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0

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

[pid=31182/tid=31196] ppid=31179 vsize=14090952 memory=9598528 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2938909 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14090952 memory=916 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 816 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2938909 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 52.51 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11755636 KiB

[startup+20.8012 s]
/proc/loadavg: 1.60 1.66 1.67 6/215 31197
/proc/meminfo: memFree=8586144/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14090952 memory=11759940 CPUtime=57.99 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 178197 0 0 0 4586 1213 0 0 20 0 15 0 41888677 14429134848 2939985 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3522738 2939985 3590 1 0 3484809 0
[pid=31182/tid=31184] ppid=31179 vsize=14090952 memory=768 CPUtime=7.97 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) S 31179 31182 29085 0 -1 1077944384 23531 0 0 0 779 18 0 0 20 0 15 0 41888678 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631931871296 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14090952 memory=997 CPUtime=11.74 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) R 31179 31182 29085 0 -1 4202560 42232 0 0 0 920 254 0 0 20 0 15 0 41888678 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631880255888 139631912632349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14090952 memory=6791534058613427641 CPUtime=11.77 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) R 31179 31182 29085 0 -1 4202560 26024 0 0 0 863 314 0 0 20 0 15 0 41888678 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631879203288 139631912334488 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14090952 memory=24452 CPUtime=11.76 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) R 31179 31182 29085 0 -1 4202560 29197 0 0 0 856 320 0 0 20 0 15 0 41888678 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631878150800 139631912632127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14090952 memory=7956289787892427351 CPUtime=11.75 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) R 31179 31182 29085 0 -1 4202560 30197 0 0 0 877 298 0 0 20 0 15 0 41888678 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631877098000 139631912632196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14090952 memory=10021752 CPUtime=0.75 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 18251 0 0 0 74 1 0 0 20 0 15 0 41888680 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631468893376 139631927645909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631400052064 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631398999680 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14090952 memory=7884794026848119140 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14090952 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 2526 0 0 0 87 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14090952 memory=7163092109571418452 CPUtime=0.77 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 2284 0 0 0 77 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14090952 memory=288370153195169408 CPUtime=0.5 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) S 31179 31182 29085 0 -1 1077944384 1758 0 0 0 50 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631394789744 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14090952 memory=42884 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 816 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2939985 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 57.99 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759940 KiB

[startup+22.4008 s]
/proc/loadavg: 1.87 1.72 1.69 6/215 31197
/proc/meminfo: memFree=8585648/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14090952 memory=11760184 CPUtime=64.03 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 188568 0 0 0 5187 1216 0 0 20 0 15 0 41888677 14429134848 2940046 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3522738 2940046 3590 1 0 3484809 0
[pid=31182/tid=31184] ppid=31179 vsize=14090952 memory=139776892133664 CPUtime=7.97 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) S 31179 31182 29085 0 -1 1077944384 23531 0 0 0 779 18 0 0 20 0 15 0 41888678 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631931871296 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14090952 memory=3619117669589125427 CPUtime=13.21 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) R 31179 31182 29085 0 -1 4202560 42385 0 0 0 1066 255 0 0 20 0 15 0 41888678 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631880256008 139631920263911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14090952 memory=6791534058613427641 CPUtime=13.3 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) R 31179 31182 29085 0 -1 4202560 36230 0 0 0 1015 315 0 0 20 0 15 0 41888678 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631879203288 139631920732428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14090952 memory=9023629670928638048 CPUtime=13.26 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) R 31179 31182 29085 0 -1 4202560 29197 0 0 0 1004 322 0 0 20 0 15 0 41888678 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631878150608 139631920263911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14090952 memory=7236835357812810323 CPUtime=13.24 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) R 31179 31182 29085 0 -1 4202560 30200 0 0 0 1025 299 0 0 20 0 15 0 41888678 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631877097808 139631911018738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14090952 memory=6442229299787426405 CPUtime=0.82 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) S 31179 31182 29085 0 -1 1077944384 18259 0 0 0 81 1 0 0 20 0 15 0 41888680 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631468893392 139631927645909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14090952 memory=4643607505629570667 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631400052064 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14090952 memory=119 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631398999680 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14090952 memory=68 CPUtime=0.87 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 2526 0 0 0 87 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631396894880 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14090952 memory=1573 CPUtime=0.77 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 2285 0 0 0 77 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631395841792 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14090952 memory=399 CPUtime=0.5 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) S 31179 31182 29085 0 -1 1077944384 1758 0 0 0 50 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631394789792 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14090952 memory=39 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14090952 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 816 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940046 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 64.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760184 KiB

[startup+23.2012 s]
/proc/loadavg: 1.87 1.72 1.69 5/215 31197
/proc/meminfo: memFree=8585400/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14090952 memory=11760196 CPUtime=66.78 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 190004 0 0 0 5461 1217 0 0 20 0 15 0 41888677 14429134848 2940049 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3522738 2940049 3590 1 0 3484809 0
[pid=31182/tid=31184] ppid=31179 vsize=14090952 memory=1712 CPUtime=7.97 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) S 31179 31182 29085 0 -1 1077944384 23532 0 0 0 779 18 0 0 20 0 15 0 41888678 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631931871296 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14090952 memory=1200 CPUtime=13.86 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 42406 0 0 0 1131 255 0 0 20 0 15 0 41888678 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14090952 memory=15872 CPUtime=13.97 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 36448 0 0 0 1082 315 0 0 20 0 15 0 41888678 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14090952 memory=9592 CPUtime=13.89 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 29227 0 0 0 1067 322 0 0 20 0 15 0 41888678 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14090952 memory=4052 CPUtime=13.89 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 30226 0 0 0 1090 299 0 0 20 0 15 0 41888678 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14090952 memory=18444 CPUtime=0.94 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) R 31179 31182 29085 0 -1 4202560 19397 0 0 0 93 1 0 0 20 0 15 0 41888680 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631468893264 139631906005883 0 0 0 16800975 0 0 0 -1 7 0 0 18 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631400051600 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14090952 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631398999680 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14090952 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14090952 memory=9741980 CPUtime=0.87 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 2526 0 0 0 87 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14090952 memory=11956 CPUtime=0.77 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 2285 0 0 0 77 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14090952 memory=5520 CPUtime=0.5 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) S 31179 31182 29085 0 -1 1077944384 1758 0 0 0 50 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631394789744 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 816 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940049 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 66.78 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760196 KiB

[startup+23.6092 s]
/proc/loadavg: 1.87 1.72 1.69 5/215 31197
/proc/meminfo: memFree=8585400/32770624 swapFree=67108860/67108860
[pid=31182] ppid=31179 vsize=14090952 memory=11760452 CPUtime=68.13 cores=1,3,5,7
/proc/31182/stat : 31182 (java) S 31179 31182 29085 0 -1 1077944320 201788 0 0 0 5595 1218 0 0 20 0 15 0 41888677 14429134848 2940113 33554432000 4194304 4196468 140728331701056 140728331683600 139631927635703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
/proc/31182/statm: 3522738 2940113 3591 1 0 3484809 0
[pid=31182/tid=31184] ppid=31179 vsize=14090952 memory=1296 CPUtime=7.97 cores=1,3,5,7
/proc/31182/task/31184/stat : 31184 (java) S 31179 31182 29085 0 -1 1077944384 23633 0 0 0 779 18 0 0 20 0 15 0 41888678 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631931874976 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31185] ppid=31179 vsize=14090952 memory=2428 CPUtime=14.17 cores=1,3,5,7
/proc/31182/task/31185/stat : 31185 (java) S 31179 31182 29085 0 -1 1077944384 42508 0 0 0 1162 255 0 0 20 0 15 0 41888678 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631880255888 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31186] ppid=31179 vsize=14090952 memory=1728 CPUtime=14.29 cores=1,3,5,7
/proc/31182/task/31186/stat : 31186 (java) S 31179 31182 29085 0 -1 1077944384 36510 0 0 0 1114 315 0 0 20 0 15 0 41888678 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631879203088 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31187] ppid=31179 vsize=14090952 memory=1004 CPUtime=14.21 cores=1,3,5,7
/proc/31182/task/31187/stat : 31187 (java) S 31179 31182 29085 0 -1 1077944384 29343 0 0 0 1099 322 0 0 20 0 15 0 41888678 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631878150800 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31188] ppid=31179 vsize=14090952 memory=11956 CPUtime=14.2 cores=1,3,5,7
/proc/31182/task/31188/stat : 31188 (java) S 31179 31182 29085 0 -1 1077944384 30294 0 0 0 1121 299 0 0 20 0 15 0 41888678 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631877098000 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31189] ppid=31179 vsize=14090952 memory=5520 CPUtime=1.03 cores=1,3,5,7
/proc/31182/task/31189/stat : 31189 (java) R 31179 31182 29085 0 -1 4202560 30703 0 0 0 102 1 0 0 20 0 15 0 41888680 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631468893264 139631906005883 0 0 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31190] ppid=31179 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31190/stat : 31190 (java) S 31179 31182 29085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631400052064 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31191] ppid=31179 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31191/stat : 31191 (java) S 31179 31182 29085 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 41888680 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631398999680 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31192] ppid=31179 vsize=14090952 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31192/stat : 31192 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631397947984 139631927654299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31193] ppid=31179 vsize=14090952 memory=1424 CPUtime=0.87 cores=1,3,5,7
/proc/31182/task/31193/stat : 31193 (java) S 31179 31182 29085 0 -1 1077944384 2526 0 0 0 87 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631396894832 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31194] ppid=31179 vsize=14090952 memory=4612 CPUtime=0.77 cores=1,3,5,7
/proc/31182/task/31194/stat : 31194 (java) S 31179 31182 29085 0 -1 1077944384 2285 0 0 0 77 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631395842032 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31195] ppid=31179 vsize=14090952 memory=8384 CPUtime=0.5 cores=1,3,5,7
/proc/31182/task/31195/stat : 31195 (java) S 31179 31182 29085 0 -1 1077944384 1758 0 0 0 50 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631394789744 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31196] ppid=31179 vsize=14090952 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31196/stat : 31196 (java) S 31179 31182 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631393737184 139631927645909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
[pid=31182/tid=31197] ppid=31179 vsize=14090952 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/31182/task/31197/stat : 31197 (java) S 31179 31182 29085 0 -1 1077944384 842 0 0 0 0 0 0 0 20 0 15 0 41888683 14429134848 2940113 33554432000 4194304 4196468 140728331701056 139631392684976 139631927646850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 32141312 140728331703380 140728331703561 140728331703561 140728331706319 0
Current children cumulated CPU time: 68.13 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760452 KiB

Child status: 1
Real time (s): 23.7144
CPU time (s): 68.2425
CPU user time (s): 56.0028
CPU system time (s): 12.2398
CPU usage (%): 287.768
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11760452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0028
system time used= 12.2398
maximum resident set size= 11760452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201925
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= 5419
involuntary context switches= 564


# summary of solver processes directly reported to runsolver:
#   pid: 31182
#   total CPU time (s): 68.2425
#   total CPU user time (s): 56.0028
#   total CPU system time (s): 12.2398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.189844 second user time and 0.274465 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:07:35
IDJOB=4291473
IDBENCH=141304
IDSOLVER=2746
FILE ID=node151/4291473-1532243254
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55020 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-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-4291473-1532243254/watcher-4291473-1532243254 -o /tmp/evaluation-result-4291473-1532243254/solver-4291473-1532243254 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1822731414 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291473-1532243254.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1822731414

node151.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.87
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.87
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.87
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.87
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:        20366088 kB
MemAvailable:   31736536 kB
Buffers:          234852 kB
Cached:         11284300 kB
SwapCached:            0 kB
Active:          1272664 kB
Inactive:       10503776 kB
Active(anon):     259860 kB
Inactive(anon):    16936 kB
Active(file):    1012804 kB
Inactive(file): 10486840 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52984 kB
Writeback:             0 kB
AnonPages:        264872 kB
Mapped:            48824 kB
Shmem:             17032 kB
Slab:             326916 kB
SReclaimable:     299264 kB
SUnreclaim:        27652 kB
KernelStack:        3552 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54984 MiB
End job on node151 at 2018-07-22 09:07:59