Trace number 4309926

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 70.6921 23.5583

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309926-1534331256/watcher-4309926-1534331256 -o /tmp/evaluation-result-4309926-1534331256/solver-4309926-1534331256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21853 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1143578478 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309926-1534331256.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.96 1.76 1.62 3/206 23174
/proc/meminfo: memFree=21876452/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14082736 memory=30856 CPUtime=0.11 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 6617 0 0 0 10 1 0 0 20 0 15 0 250688854 14420721664 7714 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3520684 7714 3155 1 0 3482761 0
[pid=23138/tid=23140] ppid=23135 vsize=14082736 memory=-6517102902069810590 CPUtime=0.09 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) R 23135 23138 21822 0 -1 4202560 4665 0 0 0 9 0 0 0 20 0 15 0 250688854 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630969774440 140630965593245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250688856 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630306019440 140630965582466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630304965408 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630303913072 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0.01 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) R 23135 23138 21822 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 250688859 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630299704176 140630943939860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 7751 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30856 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.96 1.76 1.62 6/214 23182
/proc/meminfo: memFree=21845284/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14082736 memory=46272 CPUtime=0.28 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 10241 0 0 0 25 3 0 0 20 0 15 0 250688854 14420721664 11568 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3520684 11568 3299 1 0 3482761 0
[pid=23138/tid=23140] ppid=23135 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) R 23135 23138 21822 0 -1 4202560 8045 0 0 0 18 2 0 0 20 0 15 0 250688854 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630969795184 140630950939188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14082736 memory=288370572819252864 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250688856 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630306019440 140630965582466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630304965408 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630303913072 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) R 23135 23138 21822 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0.05 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) R 23135 23138 21822 0 -1 4202560 319 0 0 0 5 0 0 0 20 0 15 0 250688859 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630299704176 140630948926977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14082736 memory=140196667541120 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 11568 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46272 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.96 1.76 1.62 3/196 23183
/proc/meminfo: memFree=21863604/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14082736 memory=50712 CPUtime=0.44 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 10755 0 0 0 41 3 0 0 20 0 15 0 250688854 14420721664 12678 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3520684 12678 3425 1 0 3482761 0
[pid=23138/tid=23140] ppid=23135 vsize=14082736 memory=-7737643479190322274 CPUtime=0.3 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) R 23135 23138 21822 0 -1 4202560 8393 0 0 0 28 2 0 0 20 0 15 0 250688854 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630969779152 140630600745661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14082736 memory=35809 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250688855 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14082736 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250688856 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630306019440 140630965582466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14082736 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630304965408 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14082736 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250688857 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630303913072 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14082736 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14082736 memory=-3040564339105353098 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 250688859 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14082736 memory=7089274314207166114 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 15 0 250688859 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14082736 memory=6944656591801720471 CPUtime=0.08 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 346 0 0 0 8 0 0 0 20 0 15 0 250688859 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14082736 memory=-8458152057954495884 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14082736 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688860 14420721664 12678 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50712 KiB

[startup+0.700704 s]
/proc/loadavg: 1.96 1.76 1.62 3/197 23203
/proc/meminfo: memFree=21962000/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14084804 memory=88516 CPUtime=0.99 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 17552 0 0 0 93 6 0 0 20 0 15 0 250688854 14422839296 22129 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3521201 22129 3489 1 0 3483273 0
[pid=23138/tid=23140] ppid=23135 vsize=14084804 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) R 23135 23138 21822 0 -1 4202560 14808 0 0 0 63 4 0 0 20 0 15 0 250688854 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630969795424 140630965593245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14084804 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14084804 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688855 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14084804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250688855 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250688856 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630306019440 140630965582466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250688857 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630304965408 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250688857 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630303913072 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 518 0 0 0 8 0 0 0 20 0 15 0 250688859 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 415 0 0 0 6 0 0 0 20 0 15 0 250688859 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 430 0 0 0 14 0 0 0 20 0 15 0 250688859 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250688860 14422839296 22129 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50171 s]
/proc/loadavg: 1.96 1.76 1.62 9/215 23228
/proc/meminfo: memFree=21778432/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14086852 memory=319668 CPUtime=2.87 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 23562 0 0 0 273 14 0 0 20 0 15 0 250688854 14424936448 79917 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3521713 79917 3567 1 0 3483785 0
[pid=23138/tid=23140] ppid=23135 vsize=14086852 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) R 23135 23138 21822 0 -1 4202560 16024 0 0 0 137 6 0 0 20 0 15 0 250688854 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630969805224 140630603917978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 250688855 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 419 0 0 0 1 1 0 0 20 0 15 0 250688855 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 202 0 0 0 1 1 0 0 20 0 15 0 250688855 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14086852 memory=6150046437823782791 CPUtime=0.02 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 216 0 0 0 1 1 0 0 20 0 15 0 250688855 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14086852 memory=3904937777673220659 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 250688856 14424936448 79917 33554432000 4194304 4196468 140732358072608 140630306019440 140630965582466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0

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


[startup+20.8017 s]
/proc/loadavg: 2.41 1.88 1.66 10/215 23228
/proc/meminfo: memFree=188308/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14088900 memory=11759452 CPUtime=61.25 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 718791 0 0 0 4532 1593 0 0 20 0 15 0 250688854 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3522225 2939863 3592 1 0 3484297 0
[pid=23138/tid=23140] ppid=23135 vsize=14088900 memory=288230596050944315 CPUtime=6.99 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) S 23135 23138 21822 0 -1 1077944384 25069 0 0 0 682 17 0 0 20 0 15 0 250688854 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630969807024 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14088900 memory=280393048463584 CPUtime=12.79 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) R 23135 23138 21822 0 -1 4202560 174910 0 0 0 884 395 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630922124376 140630950568001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=12.84 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) R 23135 23138 21822 0 -1 4202560 163264 0 0 0 877 407 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630921071264 140630958668036 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14088900 memory=1564 CPUtime=12.87 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) R 23135 23138 21822 0 -1 4202560 186100 0 0 0 884 403 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630559222928 140630950270064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14088900 memory=2192 CPUtime=12.76 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) R 23135 23138 21822 0 -1 4202560 134655 0 0 0 914 362 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630558170128 140630950270704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=0.84 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 25379 0 0 0 82 2 0 0 20 0 15 0 250688856 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630306018000 140630965581525 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14088900 memory=13636 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630304965472 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14088900 memory=38096 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630303913088 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14088900 memory=1176 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14088900 memory=11531356 CPUtime=0.82 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 2263 0 0 0 82 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14088900 memory=14884 CPUtime=0.78 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 2415 0 0 0 78 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14088900 memory=3316 CPUtime=0.46 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 2555 0 0 0 46 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14088900 memory=10358812 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14088900 memory=38096 CPUtime=0.01 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 754 0 0 0 0 1 0 0 20 0 15 0 250688860 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 61.25 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759452 KiB

[startup+22.4008 s]
/proc/loadavg: 2.41 1.88 1.66 9/215 23228
/proc/meminfo: memFree=192664/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14088900 memory=11759452 CPUtime=67.43 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 730493 0 0 0 5146 1597 0 0 20 0 15 0 250688854 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3522225 2939863 3592 1 0 3484297 0
[pid=23138/tid=23140] ppid=23135 vsize=14088900 memory=11759448 CPUtime=6.99 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) S 23135 23138 21822 0 -1 1077944384 25069 0 0 0 682 17 0 0 20 0 15 0 250688854 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630969807024 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14088900 memory=928 CPUtime=14.32 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) R 23135 23138 21822 0 -1 4202560 174910 0 0 0 1035 397 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630922124296 140630958199527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14088900 memory=2216 CPUtime=14.44 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) R 23135 23138 21822 0 -1 4202560 174966 0 0 0 1036 408 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630921071264 140630947181002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14088900 memory=11759452 CPUtime=14.41 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) R 23135 23138 21822 0 -1 4202560 186100 0 0 0 1037 404 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630559222736 140630958199527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14088900 memory=3812 CPUtime=14.28 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) R 23135 23138 21822 0 -1 4202560 134655 0 0 0 1066 362 0 0 20 0 15 0 250688855 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630558170248 140630958199527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14088900 memory=68008 CPUtime=0.84 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 25379 0 0 0 82 2 0 0 20 0 15 0 250688856 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630306018000 140630965581525 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14088900 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630304965472 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14088900 memory=2064 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630303913088 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14088900 memory=3984 CPUtime=0.82 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 2263 0 0 0 82 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14088900 memory=1928 CPUtime=0.78 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 2415 0 0 0 78 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14088900 memory=26660 CPUtime=0.46 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 2555 0 0 0 46 0 0 0 20 0 15 0 250688859 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14088900 memory=33 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14088900 memory=-7812193691855986592 CPUtime=0.01 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 754 0 0 0 0 1 0 0 20 0 15 0 250688860 14427033600 2939863 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 67.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759452 KiB

[startup+23.2007 s]
/proc/loadavg: 2.86 1.98 1.69 7/215 23228
/proc/meminfo: memFree=207276/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14088900 memory=11759492 CPUtime=70.09 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 733205 0 0 0 5412 1597 0 0 20 0 15 0 250688854 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3522225 2939873 3592 1 0 3484297 0
[pid=23138/tid=23140] ppid=23135 vsize=14088900 memory=4644237642078657673 CPUtime=6.99 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) S 23135 23138 21822 0 -1 1077944384 25070 0 0 0 682 17 0 0 20 0 15 0 250688854 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630969807024 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14088900 memory=6934235752884117147 CPUtime=14.94 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) R 23135 23138 21822 0 -1 4202560 174946 0 0 0 1097 397 0 0 20 0 15 0 250688855 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630922124376 140630950567933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=15.07 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) R 23135 23138 21822 0 -1 4202560 175422 0 0 0 1099 408 0 0 20 0 15 0 250688855 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630921071576 140630950270611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14088900 memory=1124 CPUtime=15.02 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) R 23135 23138 21822 0 -1 4202560 186803 0 0 0 1098 404 0 0 20 0 15 0 250688855 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630559223128 140630950567965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14088900 memory=11759480 CPUtime=14.91 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) R 23135 23138 21822 0 -1 4202560 135514 0 0 0 1128 363 0 0 20 0 15 0 250688855 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630558170016 140630947181067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14088900 memory=3812 CPUtime=0.99 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) S 23135 23138 21822 0 -1 1077944384 26033 0 0 0 97 2 0 0 20 0 15 0 250688856 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630306018000 140630965581525 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630304965008 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14088900 memory=6155128109158458725 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630303913088 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14088900 memory=7595149700151076967 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14088900 memory=7595715927498648424 CPUtime=0.82 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 2263 0 0 0 82 0 0 0 20 0 15 0 250688859 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14088900 memory=7595715927498648424 CPUtime=0.78 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 2415 0 0 0 78 0 0 0 20 0 15 0 250688859 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14088900 memory=7595715927498648424 CPUtime=0.46 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 2555 0 0 0 46 0 0 0 20 0 15 0 250688859 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14088900 memory=7595715927498648424 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14088900 memory=7091314981058729323 CPUtime=0.01 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 754 0 0 0 0 1 0 0 20 0 15 0 250688860 14427033600 2939873 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 70.09 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759492 KiB

[startup+23.4007 s]
/proc/loadavg: 2.86 1.98 1.69 7/215 23228
/proc/meminfo: memFree=207276/32770624 swapFree=67105356/67108860
[pid=23138] ppid=23135 vsize=14088900 memory=11759616 CPUtime=70.52 cores=0,2,4,6
/proc/23138/stat : 23138 (java) S 23135 23138 21822 0 -1 1077944320 733383 0 0 0 5455 1597 0 0 20 0 15 0 250688854 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140732358055152 140630965571319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
/proc/23138/statm: 3522225 2939904 3593 1 0 3484297 0
[pid=23138/tid=23140] ppid=23135 vsize=14088900 memory=68008 CPUtime=6.99 cores=0,2,4,6
/proc/23138/task/23140/stat : 23140 (java) S 23135 23138 21822 0 -1 1077944384 25141 0 0 0 682 17 0 0 20 0 15 0 250688854 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630969810832 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23141] ppid=23135 vsize=14088900 memory=1100 CPUtime=15.02 cores=0,2,4,6
/proc/23138/task/23141/stat : 23141 (java) S 23135 23138 21822 0 -1 1077944384 175000 0 0 0 1105 397 0 0 20 0 15 0 250688855 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630922124176 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23142] ppid=23135 vsize=14088900 memory=6791534058613427641 CPUtime=15.15 cores=0,2,4,6
/proc/23138/task/23142/stat : 23142 (java) S 23135 23138 21822 0 -1 1077944384 175424 0 0 0 1107 408 0 0 20 0 15 0 250688855 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630921071376 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23143] ppid=23135 vsize=14088900 memory=1752 CPUtime=15.1 cores=0,2,4,6
/proc/23138/task/23143/stat : 23143 (java) S 23135 23138 21822 0 -1 1077944384 186851 0 0 0 1106 404 0 0 20 0 15 0 250688855 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630559222928 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23144] ppid=23135 vsize=14088900 memory=856 CPUtime=14.99 cores=0,2,4,6
/proc/23138/task/23144/stat : 23144 (java) S 23135 23138 21822 0 -1 1077944384 135515 0 0 0 1136 363 0 0 20 0 15 0 250688855 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630558170128 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23145] ppid=23135 vsize=14088900 memory=12468 CPUtime=1.12 cores=0,2,4,6
/proc/23138/task/23145/stat : 23145 (java) R 23135 23138 21822 0 -1 4202560 26035 0 0 0 110 2 0 0 20 0 15 0 250688856 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630306017984 140630958288282 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23147] ppid=23135 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23147/stat : 23147 (java) S 23135 23138 21822 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630304965472 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23150] ppid=23135 vsize=14088900 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23150/stat : 23150 (java) S 23135 23138 21822 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250688857 14427033600 2939904 33554432000 4194304 4196468 140732358072608 140630303913088 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23156] ppid=23135 vsize=14088900 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23156/stat : 23156 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688859 14427033600 2939142 33554432000 4194304 4196468 140732358072608 140630302861392 140630965589915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23157] ppid=23135 vsize=14088900 memory=1064 CPUtime=0.82 cores=0,2,4,6
/proc/23138/task/23157/stat : 23157 (java) S 23135 23138 21822 0 -1 1077944384 2263 0 0 0 82 0 0 0 20 0 15 0 250688859 14427033600 2914054 33554432000 4194304 4196468 140732358072608 140630301809264 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23158] ppid=23135 vsize=14088900 memory=6404 CPUtime=0.78 cores=0,2,4,6
/proc/23138/task/23158/stat : 23158 (java) S 23135 23138 21822 0 -1 1077944384 2415 0 0 0 78 0 0 0 20 0 15 0 250688859 14427033600 2890502 33554432000 4194304 4196468 140732358072608 140630300756464 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23159] ppid=23135 vsize=14088900 memory=4632 CPUtime=0.46 cores=0,2,4,6
/proc/23138/task/23159/stat : 23159 (java) S 23135 23138 21822 0 -1 1077944384 2555 0 0 0 46 0 0 0 20 0 15 0 250688859 14427033600 2890502 33554432000 4194304 4196468 140732358072608 140630299704176 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23160] ppid=23135 vsize=14088900 memory=3644 CPUtime=0 cores=0,2,4,6
/proc/23138/task/23160/stat : 23160 (java) S 23135 23138 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250688860 14427033600 2890502 33554432000 4194304 4196468 140732358072608 140630298651616 140630965581525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
[pid=23138/tid=23161] ppid=23135 vsize=14088900 memory=1268 CPUtime=0.01 cores=0,2,4,6
/proc/23138/task/23161/stat : 23161 (java) S 23135 23138 21822 0 -1 1077944384 754 0 0 0 0 1 0 0 20 0 15 0 250688860 14427033600 2887430 33554432000 4194304 4196468 140732358072608 140630297598384 140630965582466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14409728 140732358079566 140732358079758 140732358079758 140732358082511 0
Current children cumulated CPU time: 70.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759616 KiB

[startup+23.5077 s]*
/proc/loadavg: 2.86 1.98 1.69 6/202 23229
/proc/meminfo: memFree=5477316/32770624 swapFree=67105356/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): 23.5583
CPU time (s): 70.6921
CPU user time (s): 54.5585
CPU system time (s): 16.1336
CPU usage (%): 300.074
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5585
system time used= 16.1336
maximum resident set size= 11759616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 733516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5485
involuntary context switches= 1664


# summary of solver processes directly reported to runsolver:
#   pid: 23138
#   total CPU time (s): 70.6921
#   total CPU user time (s): 54.5585
#   total CPU system time (s): 16.1336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151217 second user time and 0.324806 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 13:07:36
IDJOB=4309926
IDBENCH=141303
IDSOLVER=2795
FILE ID=node149/4309926-1534331256
RUNJOBID= node149-1534329313-21853
PBS_JOBID= 21038162
Free space on /tmp= 41580 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309926-1534331256/watcher-4309926-1534331256 -o /tmp/evaluation-result-4309926-1534331256/solver-4309926-1534331256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21853 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1143578478 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309926-1534331256.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1143578478

node149.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.60
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.60
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.60
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.60
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:        21899832 kB
MemAvailable:   31897996 kB
Buffers:          191964 kB
Cached:          9987156 kB
SwapCached:         1704 kB
Active:          4461244 kB
Inactive:        5772580 kB
Active(anon):       5320 kB
Inactive(anon):   109736 kB
Active(file):    4455924 kB
Inactive(file):  5662844 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:               180 kB
Writeback:             0 kB
AnonPages:        135916 kB
Mapped:            55400 kB
Shmem:             57760 kB
Slab:             336184 kB
SReclaimable:     307856 kB
SUnreclaim:        28328 kB
KernelStack:        3520 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     385240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 41620 MiB
End job on node149 at 2018-08-15 13:08:00