Trace number 4308405

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? 68.914 24.0252

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308405-1534305967/watcher-4308405-1534305967 -o /tmp/evaluation-result-4308405-1534305967/solver-4308405-1534305967 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 230002213 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308405-1534305967.xml 

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

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

solver pid=17719, runsolver pid=17716

[startup+0.100166 s]*
/proc/loadavg: 2.59 2.02 1.92 3/215 17734
/proc/meminfo: memFree=18064120/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14082736 memory=32356 CPUtime=0.11 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 7491 0 0 0 10 1 0 0 20 0 15 0 248159948 14420721664 8089 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3520684 8089 3156 1 0 3482761 0
[pid=17719/tid=17721] ppid=17716 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) R 17716 17719 16354 0 -1 4202560 5541 0 0 0 8 1 0 0 20 0 15 0 248159948 14420721664 8089 33554432000 4194304 4196468 140730650299424 140693769876480 140693765694621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14082736 memory=5793855747042724281 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 8089 33554432000 4194304 4196468 140730650299424 140693735385360 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 8089 33554432000 4194304 4196468 140730650299424 140693359958416 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 8089 33554432000 4194304 4196468 140730650299424 140693358905872 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) S 17716 17719 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 8089 33554432000 4194304 4196468 140730650299424 140693357853328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248159950 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692678707696 140693765683842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692677653920 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692676601328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) R 17716 17719 16354 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 248159953 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692674496496 140693765683842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159953 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) R 17716 17719 16354 0 -1 4202560 280 0 0 0 1 0 0 0 20 0 15 0 248159953 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692672391408 140693749919993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 8089 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32356 KiB

[startup+0.210575 s]*
/proc/loadavg: 2.59 2.02 1.92 5/215 17734
/proc/meminfo: memFree=18048244/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14082736 memory=46040 CPUtime=0.31 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 10645 0 0 0 29 2 0 0 20 0 15 0 248159948 14420721664 11510 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3520684 11510 3370 1 0 3482761 0
[pid=17719/tid=17721] ppid=17716 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) R 17716 17719 16354 0 -1 4202560 8245 0 0 0 19 1 0 0 20 0 15 0 248159948 14420721664 11510 33554432000 4194304 4196468 140730650299424 140693769901648 140693751042191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14082736 memory=4211974222237621642 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 11510 33554432000 4194304 4196468 140730650299424 140693735385360 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 11510 33554432000 4194304 4196468 140730650299424 140693359958416 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 11510 33554432000 4194304 4196468 140730650299424 140693358905872 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) S 17716 17719 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 11510 33554432000 4194304 4196468 140730650299424 140693357853328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248159950 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692678707696 140693765683842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692677653920 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692676601328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) R 17716 17719 16354 0 -1 4202560 560 0 0 0 2 0 0 0 20 0 15 0 248159953 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692674486880 140693743210496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) R 17716 17719 16354 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 248159953 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0.06 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) R 17716 17719 16354 0 -1 4202560 406 0 0 0 6 0 0 0 20 0 15 0 248159953 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692672391408 140693765694042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 11510 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46040 KiB

[startup+0.310572 s]*
/proc/loadavg: 2.59 2.02 1.92 3/215 17734
/proc/meminfo: memFree=18044700/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14082736 memory=49568 CPUtime=0.44 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 11040 0 0 0 42 2 0 0 20 0 15 0 248159948 14420721664 12392 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3520684 12392 3403 1 0 3482761 0
[pid=17719/tid=17721] ppid=17716 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) R 17716 17719 16354 0 -1 4202560 8576 0 0 0 28 1 0 0 20 0 15 0 248159948 14420721664 12392 33554432000 4194304 4196468 140730650299424 140693769853744 140693747236202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14082736 memory=4211974222237621642 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 12392 33554432000 4194304 4196468 140730650299424 140693735385360 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14082736 memory=140496032833469 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 12392 33554432000 4194304 4196468 140730650299424 140693359958416 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14082736 memory=140495896570354 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 12392 33554432000 4194304 4196468 140730650299424 140693358905872 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14082736 memory=140495896563151 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) S 17716 17719 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248159949 14420721664 12392 33554432000 4194304 4196468 140730650299424 140693357853328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14082736 memory=140496032847485 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248159950 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692678707696 140693765683842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14082736 memory=140495896572367 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692677653920 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14082736 memory=280991793135504 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248159951 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692676601328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14082736 memory=280991793133168 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 565 0 0 0 3 0 0 0 20 0 15 0 248159953 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692674496496 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14082736 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 248159953 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0.08 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 438 0 0 0 8 0 0 0 20 0 15 0 248159953 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14082736 memory=140496032831104 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159954 14420721664 12392 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49568 KiB

[startup+0.700771 s]
/proc/loadavg: 2.59 2.02 1.92 3/215 17734
/proc/meminfo: memFree=18022812/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14084804 memory=89504 CPUtime=1 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 17818 0 0 0 95 5 0 0 20 0 15 0 248159948 14422839296 22376 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3521201 22376 3481 1 0 3483273 0
[pid=17719/tid=17721] ppid=17716 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) R 17716 17719 16354 0 -1 4202560 14898 0 0 0 64 3 0 0 20 0 15 0 248159948 14422839296 22376 33554432000 4194304 4196468 140730650299424 140693769896800 140693765694621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14422839296 22376 33554432000 4194304 4196468 140730650299424 140693735385360 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14422839296 22376 33554432000 4194304 4196468 140730650299424 140693359958416 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159949 14422839296 22376 33554432000 4194304 4196468 140730650299424 140693358905872 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) S 17716 17719 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248159949 14422839296 22376 33554432000 4194304 4196468 140730650299424 140693357853328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248159950 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692678707696 140693765683842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248159951 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692677653920 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248159951 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692676601328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14084804 memory=222 CPUtime=0.09 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 724 0 0 0 9 0 0 0 20 0 15 0 248159953 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692674496496 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14084804 memory=7 CPUtime=0.05 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 234 0 0 0 5 0 0 0 20 0 15 0 248159953 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14084804 memory=704 CPUtime=0.15 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 580 0 0 0 15 0 0 0 20 0 15 0 248159953 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14084804 memory=280991793319408 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248159954 14422839296 22376 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89504 KiB

[startup+1.50091 s]
/proc/loadavg: 2.59 2.02 1.92 5/215 17734
/proc/meminfo: memFree=17903044/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14086852 memory=331900 CPUtime=2.82 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 22511 0 0 0 266 16 0 0 20 0 15 0 248159948 14424936448 82975 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3521713 82975 3564 1 0 3483785 0
[pid=17719/tid=17721] ppid=17716 vsize=14086852 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) R 17716 17719 16354 0 -1 4202560 15675 0 0 0 136 7 0 0 20 0 15 0 248159948 14424936448 82975 33554432000 4194304 4196468 140730650299424 140693769906256 140693405240410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14086852 memory=-6585528546044026665 CPUtime=0.03 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) S 17716 17719 16354 0 -1 1077944384 230 0 0 0 2 1 0 0 20 0 15 0 248159949 14424936448 82975 33554432000 4194304 4196468 140730650299424 140693735385360 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14086852 memory=-5862946231258211431 CPUtime=0.03 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) S 17716 17719 16354 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 248159949 14424936448 82975 33554432000 4194304 4196468 140730650299424 140693359958416 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14086852 memory=-7521128305500574254 CPUtime=0.02 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) S 17716 17719 16354 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 15 0 248159949 14424936448 82975 33554432000 4194304 4196468 140730650299424 140693358905872 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14086852 memory=4947091630708333440 CPUtime=0.04 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) S 17716 17719 16354 0 -1 1077944384 453 0 0 0 2 2 0 0 20 0 15 0 248159949 14424936448 82975 33554432000 4194304 4196468 140730650299424 140693357853328 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 248159950 14424936448 82975 33554432000 4194304 4196468 140730650299424 140692678707696 140693765683842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0

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


[startup+19.2009 s]
/proc/loadavg: 2.15 1.95 1.90 3/215 17734
/proc/meminfo: memFree=6556520/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14088900 memory=11527128 CPUtime=51.85 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 159846 0 0 0 4006 1179 0 0 20 0 15 0 248159948 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3522225 2881782 3591 1 0 3484297 0
[pid=17719/tid=17721] ppid=17716 vsize=14088900 memory=5859764 CPUtime=7.91 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) S 17716 17719 16354 0 -1 1077944384 25439 0 0 0 774 17 0 0 20 0 15 0 248159948 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140693769908288 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14088900 memory=6791534058613427641 CPUtime=10.31 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) R 17716 17719 16354 0 -1 4202560 21019 0 0 0 744 287 0 0 20 0 15 0 248159949 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140693735385360 140693750657987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14088900 memory=-5862946231258211431 CPUtime=10.31 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) R 17716 17719 16354 0 -1 4202560 37104 0 0 0 732 299 0 0 20 0 15 0 248159949 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140693359958416 140693747269456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14088900 memory=-7521128305500574254 CPUtime=10.31 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) R 17716 17719 16354 0 -1 4202560 29795 0 0 0 728 303 0 0 20 0 15 0 248159949 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140693358905872 140693747269210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14088900 memory=4947091630708333440 CPUtime=10.33 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) R 17716 17719 16354 0 -1 4202560 21698 0 0 0 770 263 0 0 20 0 15 0 248159949 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140693357853528 140693750623300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14088900 memory=-3472574513799858008 CPUtime=0.47 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 16437 0 0 0 46 1 0 0 20 0 15 0 248159950 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692678706016 140693765682901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14088900 memory=2336320 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692677653984 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14088900 memory=7881969411874121574 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692676601344 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14088900 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 2038 0 0 0 81 1 0 0 20 0 15 0 248159953 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692674496496 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14088900 memory=6943526294502006880 CPUtime=0.81 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 1276 0 0 0 81 0 0 0 20 0 15 0 248159953 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14088900 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 3179 0 0 0 48 0 0 0 20 0 15 0 248159953 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14088900 memory=4498404016631593317 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14088900 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 248159954 14427033600 2881782 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 69 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 51.85 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11527128 KiB

[startup+22.4008 s]
/proc/loadavg: 2.54 2.04 1.92 6/215 17734
/proc/meminfo: memFree=6313856/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14088900 memory=11758384 CPUtime=63.47 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 178221 0 0 0 5150 1197 0 0 20 0 15 0 248159948 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3522225 2939596 3591 1 0 3484297 0
[pid=17719/tid=17721] ppid=17716 vsize=14088900 memory=6791534058613427641 CPUtime=7.95 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) S 17716 17719 16354 0 -1 1077944384 25503 0 0 0 778 17 0 0 20 0 15 0 248159948 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140693769908288 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14088900 memory=6155119325865863009 CPUtime=13.12 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) R 17716 17719 16354 0 -1 4202560 22322 0 0 0 1016 296 0 0 20 0 15 0 248159949 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140693735385480 140693758300903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14088900 memory=7521125045451317354 CPUtime=13.14 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) R 17716 17719 16354 0 -1 4202560 52921 0 0 0 1013 301 0 0 20 0 15 0 248159949 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140693359958616 140693758769436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14088900 memory=6941570289204158567 CPUtime=13.12 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) R 17716 17719 16354 0 -1 4202560 30343 0 0 0 1002 310 0 0 20 0 15 0 248159949 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140693358905992 140693758300903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14088900 memory=6941570289204158567 CPUtime=13.15 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) R 17716 17719 16354 0 -1 4202560 21892 0 0 0 1051 264 0 0 20 0 15 0 248159949 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140693357853136 140693758300903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14088900 memory=1828 CPUtime=0.78 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 16885 0 0 0 77 1 0 0 20 0 15 0 248159950 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692678706256 140693765682901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692677653984 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14088900 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692676601344 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14088900 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14088900 memory=4004 CPUtime=0.82 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 2038 0 0 0 81 1 0 0 20 0 15 0 248159953 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692674496496 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14088900 memory=3516 CPUtime=0.81 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 1276 0 0 0 81 0 0 0 20 0 15 0 248159953 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14088900 memory=872 CPUtime=0.48 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 3179 0 0 0 48 0 0 0 20 0 15 0 248159953 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14088900 memory=1288 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14088900 memory=11753440 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 248159954 14427033600 2939596 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 63.47 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758384 KiB

[startup+23.2009 s]
/proc/loadavg: 2.54 2.04 1.92 6/215 17734
/proc/meminfo: memFree=6313740/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14088900 memory=11758408 CPUtime=66.35 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 179379 0 0 0 5437 1198 0 0 20 0 15 0 248159948 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3522225 2939602 3591 1 0 3484297 0
[pid=17719/tid=17721] ppid=17716 vsize=14088900 memory=1740 CPUtime=7.95 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) S 17716 17719 16354 0 -1 1077944384 25505 0 0 0 778 17 0 0 20 0 15 0 248159948 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693769908288 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14088900 memory=6791534058613427641 CPUtime=13.82 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) R 17716 17719 16354 0 -1 4202560 22322 0 0 0 1086 296 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693735385560 140693750370447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14088900 memory=1064 CPUtime=13.87 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) R 17716 17719 16354 0 -1 4202560 53754 0 0 0 1086 301 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693359958416 140693750623822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14088900 memory=2072 CPUtime=13.82 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) R 17716 17719 16354 0 -1 4202560 30344 0 0 0 1071 311 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693358905872 140693750370334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14088900 memory=1740 CPUtime=13.85 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) R 17716 17719 16354 0 -1 4202560 21894 0 0 0 1120 265 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693357853528 140693750623831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14088900 memory=11192 CPUtime=0.86 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 17198 0 0 0 85 1 0 0 20 0 15 0 248159950 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692678706016 140693765682901 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692677653984 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14088900 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692676601344 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14088900 memory=6068 CPUtime=0.82 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 2039 0 0 0 81 1 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692674496256 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14088900 memory=1724 CPUtime=0.81 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 1277 0 0 0 81 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14088900 memory=4004 CPUtime=0.48 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 3179 0 0 0 48 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14088900 memory=3516 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14088900 memory=872 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) S 17716 17719 16354 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 248159954 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 69 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 66.35 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758408 KiB

[startup+23.6009 s]
/proc/loadavg: 2.54 2.04 1.92 6/215 17734
/proc/meminfo: memFree=6313740/32770624 swapFree=67108524/67108860
[pid=17719] ppid=17716 vsize=14088900 memory=11758408 CPUtime=67.78 cores=0,2,4,6
/proc/17719/stat : 17719 (java) S 17716 17719 16354 0 -1 1077944320 179412 0 0 0 5579 1199 0 0 20 0 15 0 248159948 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140730650281968 140693765672695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
/proc/17719/statm: 3522225 2939602 3591 1 0 3484297 0
[pid=17719/tid=17721] ppid=17716 vsize=14088900 memory=67496 CPUtime=7.95 cores=0,2,4,6
/proc/17719/task/17721/stat : 17721 (java) S 17716 17719 16354 0 -1 1077944384 25505 0 0 0 778 17 0 0 20 0 15 0 248159948 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693769908288 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17722] ppid=17716 vsize=14088900 memory=1064 CPUtime=14.16 cores=0,2,4,6
/proc/17719/task/17722/stat : 17722 (java) R 17716 17719 16354 0 -1 4202560 22337 0 0 0 1120 296 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693735385360 140693750657991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17723] ppid=17716 vsize=14088900 memory=2072 CPUtime=14.21 cores=0,2,4,6
/proc/17719/task/17723/stat : 17723 (java) R 17716 17719 16354 0 -1 4202560 53755 0 0 0 1120 301 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693359958616 140693750623828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17724] ppid=17716 vsize=14088900 memory=1740 CPUtime=14.16 cores=0,2,4,6
/proc/17719/task/17724/stat : 17724 (java) R 17716 17719 16354 0 -1 4202560 30346 0 0 0 1105 311 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693358905872 140693747269243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17725] ppid=17716 vsize=14088900 memory=11192 CPUtime=14.19 cores=0,2,4,6
/proc/17719/task/17725/stat : 17725 (java) R 17716 17719 16354 0 -1 4202560 21904 0 0 0 1154 265 0 0 20 0 15 0 248159949 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140693357853528 140693750370334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17726] ppid=17716 vsize=14088900 memory=752 CPUtime=0.91 cores=0,2,4,6
/proc/17719/task/17726/stat : 17726 (java) S 17716 17719 16354 0 -1 1077944384 17203 0 0 0 90 1 0 0 20 0 15 0 248159950 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692678706032 140693765682901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17727] ppid=17716 vsize=14088900 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17727/stat : 17727 (java) S 17716 17719 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692677653984 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17728] ppid=17716 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17728/stat : 17728 (java) S 17716 17719 16354 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 248159951 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692676601344 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17729] ppid=17716 vsize=14088900 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17729/stat : 17729 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692675549904 140693765691291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17730] ppid=17716 vsize=14088900 memory=1724 CPUtime=0.82 cores=0,2,4,6
/proc/17719/task/17730/stat : 17730 (java) S 17716 17719 16354 0 -1 1077944384 2039 0 0 0 81 1 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692674496256 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17731] ppid=17716 vsize=14088900 memory=4004 CPUtime=0.81 cores=0,2,4,6
/proc/17719/task/17731/stat : 17731 (java) S 17716 17719 16354 0 -1 1077944384 1277 0 0 0 81 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692673443952 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17732] ppid=17716 vsize=14088900 memory=3516 CPUtime=0.48 cores=0,2,4,6
/proc/17719/task/17732/stat : 17732 (java) S 17716 17719 16354 0 -1 1077944384 3179 0 0 0 48 0 0 0 20 0 15 0 248159953 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692672391408 140693765683842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17733] ppid=17716 vsize=14088900 memory=872 CPUtime=0 cores=0,2,4,6
/proc/17719/task/17733/stat : 17733 (java) S 17716 17719 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248159954 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692671339104 140693765682901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
[pid=17719/tid=17734] ppid=17716 vsize=14088900 memory=1288 CPUtime=0.01 cores=0,2,4,6
/proc/17719/task/17734/stat : 17734 (java) R 17716 17719 16354 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 248159954 14427033600 2939602 33554432000 4194304 4196468 140730650299424 140692670286640 140693765683842 0 4 0 16800975 0 0 0 -1 4 0 0 69 0 0 6293624 6294260 13750272 140730650301525 140730650301705 140730650301705 140730650304463 0
Current children cumulated CPU time: 67.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758408 KiB

[startup+24.0007 s]*
/proc/loadavg: 2.54 2.04 1.92 3/202 17735
/proc/meminfo: memFree=13890744/32770624 swapFree=67108524/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 24.0252
CPU time (s): 68.914
CPU user time (s): 56.8534
CPU system time (s): 12.0606
CPU usage (%): 286.84
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11758620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8534
system time used= 12.0606
maximum resident set size= 11758620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180383
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= 5065
involuntary context switches= 977


# summary of solver processes directly reported to runsolver:
#   pid: 17719
#   total CPU time (s): 68.914
#   total CPU user time (s): 56.8534
#   total CPU system time (s): 12.0606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181422 second user time and 0.283877 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 06:06:07
IDJOB=4308405
IDBENCH=141304
IDSOLVER=2792
FILE ID=node107/4308405-1534305967
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42160 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
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-4308405-1534305967/watcher-4308405-1534305967 -o /tmp/evaluation-result-4308405-1534305967/solver-4308405-1534305967 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 230002213 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308405-1534305967.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=230002213

node107.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.40
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.40
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.40
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.40
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:        18081032 kB
MemAvailable:   25380000 kB
Buffers:          202000 kB
Cached:          7325508 kB
SwapCached:           20 kB
Active:         10590672 kB
Inactive:        3498108 kB
Active(anon):    6510336 kB
Inactive(anon):   111372 kB
Active(file):    4080336 kB
Inactive(file):  3386736 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             53284 kB
Writeback:             0 kB
AnonPages:       6567360 kB
Mapped:            68100 kB
Shmem:             57824 kB
Slab:             288924 kB
SReclaimable:     260356 kB
SUnreclaim:        28568 kB
KernelStack:        3552 kB
PageTables:        17664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7271756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6227968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42124 MiB
End job on node107 at 2018-08-15 06:06:32