Trace number 4307818

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? 66.9282 22.8757

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 benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
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.56	c version: 2018-08-14
0.67/0.57	c seed: 436200765
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
66.53/22.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
66.53/22.68		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
66.53/22.68		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
66.53/22.68		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
66.53/22.68		at scala.Array$.fill(Array.scala:263)
66.84/22.80		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
66.84/22.80		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
66.84/22.80		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
66.84/22.80		at oscar.cp.core.CPStore.post(CPStore.scala:282)
66.84/22.80		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
66.84/22.80		at oscar.cp.core.CPSolver$$Lambda$143/1583353301.apply$mcV$sp(Unknown Source)
66.84/22.80		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
66.84/22.80		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
66.84/22.80		at oscar.cp.package$.isInconsistent(package.scala:54)
66.84/22.80		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
66.84/22.80		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
66.84/22.80		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
66.84/22.80		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
66.84/22.80		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
66.84/22.80		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
66.84/22.80		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
66.84/22.80		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
66.84/22.80		at oscar.modeling.models.InstantiatedModel$$Lambda$135/1670546046.apply(Unknown Source)
66.84/22.80		at scala.collection.immutable.List.foreach(List.scala:389)
66.84/22.80		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
66.84/22.80		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
66.84/22.80		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
66.84/22.80		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
66.84/22.80		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
66.84/22.80		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
66.84/22.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
66.84/22.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
66.84/22.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
66.84/22.80	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 (13549 MiB free)
  memory of node 1: 16384 MiB (7744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307818-1534288629/watcher-4307818-1534288629 -o /tmp/evaluation-result-4307818-1534288629/solver-4307818-1534288629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19495 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 436200765 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307818-1534288629.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=21300, runsolver pid=21297

[startup+0.100614 s]*
/proc/loadavg: 1.32 1.50 1.57 5/215 21315
/proc/meminfo: memFree=21784772/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14082736 memory=30664 CPUtime=0.11 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 6552 0 0 0 10 1 0 0 20 0 15 0 246426123 14420721664 7666 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3520684 7666 3161 1 0 3482761 0
[pid=21300/tid=21302] ppid=21297 vsize=14082736 memory=-8773748148830113661 CPUtime=0.09 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) R 21297 21300 17869 0 -1 4202560 4599 0 0 0 8 1 0 0 20 0 15 0 246426124 14420721664 7666 33554432000 4194304 4196468 140736979352480 140638412954120 140638408766621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 7666 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 7666 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 7666 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 7666 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637883005808 140638408755842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637881951776 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246426127 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637880898928 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 7666 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30664 KiB

[startup+0.210353 s]*
/proc/loadavg: 1.32 1.50 1.57 7/215 21315
/proc/meminfo: memFree=21761044/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14082736 memory=46772 CPUtime=0.29 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 10315 0 0 0 27 2 0 0 20 0 15 0 246426123 14420721664 11693 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3520684 11693 3339 1 0 3482761 0
[pid=21300/tid=21302] ppid=21297 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) R 21297 21300 17869 0 -1 4202560 8083 0 0 0 18 1 0 0 20 0 15 0 246426124 14420721664 11693 33554432000 4194304 4196468 140736979352480 140638412968560 140638408756630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 11693 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14082736 memory=140437108499382 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 11693 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 11693 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 11693 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637883005808 140638408755842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637881951776 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246426127 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637880898928 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) R 21297 21300 17869 0 -1 4202560 506 0 0 0 1 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637878793008 140638389488768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) R 21297 21300 17869 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637877741904 140638408754901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0.05 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) R 21297 21300 17869 0 -1 4202560 324 0 0 0 5 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637876686544 140638408766042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 11693 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46772 KiB

[startup+0.310458 s]*
/proc/loadavg: 1.32 1.50 1.57 5/215 21315
/proc/meminfo: memFree=21755028/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14082736 memory=50844 CPUtime=0.44 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 10815 0 0 0 42 2 0 0 20 0 15 0 246426123 14420721664 12711 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3520684 12711 3408 1 0 3482761 0
[pid=21300/tid=21302] ppid=21297 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) R 21297 21300 17869 0 -1 4202560 8453 0 0 0 28 2 0 0 20 0 15 0 246426124 14420721664 12711 33554432000 4194304 4196468 140736979352480 140638412956208 140638389020007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 12711 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14082736 memory=140437108499381 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 12711 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 12711 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246426125 14420721664 12711 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637883005808 140638408755842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246426126 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637881951776 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246426127 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637880898928 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 562 0 0 0 3 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0.08 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 348 0 0 0 8 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14082736 memory=140437108479616 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426129 14420721664 12711 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50844 KiB

[startup+0.7007 s]
/proc/loadavg: 1.32 1.50 1.57 5/215 21315
/proc/meminfo: memFree=21731240/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14084804 memory=88912 CPUtime=0.99 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 17564 0 0 0 95 4 0 0 20 0 15 0 246426123 14422839296 22228 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3521201 22228 3499 1 0 3483273 0
[pid=21300/tid=21302] ppid=21297 vsize=14084804 memory=231949843064474 CPUtime=0.67 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) R 21297 21300 17869 0 -1 4202560 14868 0 0 0 64 3 0 0 20 0 15 0 246426124 14422839296 22228 33554432000 4194304 4196468 140736979352480 140638412969280 140638387822195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14084804 memory=288230376153003213 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14422839296 22228 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14422839296 22228 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426125 14422839296 22228 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14084804 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246426125 14422839296 22228 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246426126 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637883005808 140638408755842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246426126 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637881951776 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246426127 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637880898928 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14084804 memory=6944656592455359580 CPUtime=0.06 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 681 0 0 0 6 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 223 0 0 0 8 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) R 21297 21300 17869 0 -1 4202560 411 0 0 0 15 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637876689008 140638401841428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246426129 14422839296 22228 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88912 KiB

[startup+1.50163 s]
/proc/loadavg: 1.32 1.50 1.57 5/215 21315
/proc/meminfo: memFree=21624384/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14086852 memory=318884 CPUtime=2.83 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 23374 0 0 0 270 13 0 0 20 0 15 0 246426123 14424936448 79721 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3521713 79721 3570 1 0 3483785 0
[pid=21300/tid=21302] ppid=21297 vsize=14086852 memory=10759 CPUtime=1.43 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) R 21297 21300 17869 0 -1 4202560 15986 0 0 0 137 6 0 0 20 0 15 0 246426124 14424936448 79721 33554432000 4194304 4196468 140736979352480 140638412978600 140638048986264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 311 0 0 0 1 1 0 0 20 0 15 0 246426125 14424936448 79721 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 55 0 0 0 1 1 0 0 20 0 15 0 246426125 14424936448 79721 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 410 0 0 0 1 1 0 0 20 0 15 0 246426125 14424936448 79721 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 269 0 0 0 1 1 0 0 20 0 15 0 246426125 14424936448 79721 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 246426126 14424936448 79721 33554432000 4194304 4196468 140736979352480 140637883005808 140638408755842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0

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

[pid=21300/tid=21314] ppid=21297 vsize=14088900 memory=66872 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939634 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14088900 memory=2148 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 722 0 0 0 1 0 0 0 20 0 15 0 246426129 14427033600 2939634 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 54.4 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758536 KiB

[startup+20.8006 s]
/proc/loadavg: 1.76 1.58 1.59 6/215 21315
/proc/meminfo: memFree=8591484/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14088900 memory=11758800 CPUtime=60.28 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 457118 0 0 0 4795 1233 0 0 20 0 15 0 246426123 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3522225 2939700 3597 1 0 3484297 0
[pid=21300/tid=21302] ppid=21297 vsize=14088900 memory=6791534058613427641 CPUtime=6.96 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) S 21297 21300 17869 0 -1 1077944384 22974 0 0 0 680 16 0 0 20 0 15 0 246426124 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140638412980400 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14088900 memory=1408 CPUtime=12.51 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) R 21297 21300 17869 0 -1 4202560 116110 0 0 0 992 259 0 0 20 0 15 0 246426125 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140638369704712 140638401372903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14088900 memory=2572 CPUtime=12.6 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) R 21297 21300 17869 0 -1 4202560 114726 0 0 0 942 318 0 0 20 0 15 0 246426125 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140638003898704 140638401372903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14088900 memory=6547248 CPUtime=12.61 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) R 21297 21300 17869 0 -1 4202560 76831 0 0 0 956 305 0 0 20 0 15 0 246426125 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140638002845904 140638401372903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14088900 memory=6791534058613427641 CPUtime=12.59 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) R 21297 21300 17869 0 -1 4202560 102360 0 0 0 933 326 0 0 20 0 15 0 246426125 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140638001793496 140638401841436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14088900 memory=11758796 CPUtime=0.76 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 14486 0 0 0 75 1 0 0 20 0 15 0 246426126 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637883004368 140638408754901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14088900 memory=11758316 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 246426126 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637881951840 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14088900 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 246426127 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637880898944 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14088900 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14088900 memory=1880 CPUtime=0.82 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 2759 0 0 0 82 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14088900 memory=7528 CPUtime=0.83 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 2099 0 0 0 83 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14088900 memory=804 CPUtime=0.48 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 2605 0 0 0 48 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14088900 memory=844 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14088900 memory=3880 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 722 0 0 0 1 0 0 0 20 0 15 0 246426129 14427033600 2939700 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 60.28 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758800 KiB

[startup+21.6016 s]
/proc/loadavg: 1.76 1.58 1.59 6/215 21315
/proc/meminfo: memFree=8591236/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14088900 memory=11758872 CPUtime=63.14 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 486978 0 0 0 5080 1234 0 0 20 0 15 0 246426123 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3522225 2939718 3597 1 0 3484297 0
[pid=21300/tid=21302] ppid=21297 vsize=14088900 memory=6791534058613427641 CPUtime=6.96 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) S 21297 21300 17869 0 -1 1077944384 22991 0 0 0 680 16 0 0 20 0 15 0 246426124 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140638412980288 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14088900 memory=66872 CPUtime=13.18 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) R 21297 21300 17869 0 -1 4202560 116249 0 0 0 1059 259 0 0 20 0 15 0 246426125 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140638369704592 140638393741341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14088900 memory=2148 CPUtime=13.28 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) R 21297 21300 17869 0 -1 4202560 124374 0 0 0 1010 318 0 0 20 0 15 0 246426125 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140638003899096 140638393741341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14088900 memory=1196 CPUtime=13.31 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) R 21297 21300 17869 0 -1 4202560 77014 0 0 0 1026 305 0 0 20 0 15 0 246426125 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140638002846296 140638393443454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14088900 memory=1500 CPUtime=13.31 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) R 21297 21300 17869 0 -1 4202560 110723 0 0 0 1004 327 0 0 20 0 15 0 246426125 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140638001793296 140638393444080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14088900 memory=844 CPUtime=0.86 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 25979 0 0 0 84 2 0 0 20 0 15 0 246426126 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637883004352 140638408754901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14088900 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 246426126 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637881951344 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14088900 memory=2672 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 246426127 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637880898944 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14088900 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14088900 memory=10424 CPUtime=0.82 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 2759 0 0 0 82 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14088900 memory=1600 CPUtime=0.83 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 2099 0 0 0 83 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14088900 memory=1136 CPUtime=0.48 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 2605 0 0 0 48 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14088900 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14088900 memory=1020 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 737 0 0 0 1 0 0 0 20 0 15 0 246426129 14427033600 2939718 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 63.14 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758872 KiB

[startup+22.4016 s]
/proc/loadavg: 2.02 1.63 1.61 3/215 21315
/proc/meminfo: memFree=8591236/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14088900 memory=11758876 CPUtime=65.76 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 532169 0 0 0 5339 1237 0 0 20 0 15 0 246426123 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3522225 2939719 3597 1 0 3484297 0
[pid=21300/tid=21302] ppid=21297 vsize=14088900 memory=66872 CPUtime=6.96 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) S 21297 21300 17869 0 -1 1077944384 22993 0 0 0 680 16 0 0 20 0 15 0 246426124 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140638412980400 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14088900 memory=2148 CPUtime=13.8 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) R 21297 21300 17869 0 -1 4202560 132441 0 0 0 1119 261 0 0 20 0 15 0 246426125 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140638369704592 140638393729715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14088900 memory=6791534058613427641 CPUtime=13.89 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) R 21297 21300 17869 0 -1 4202560 137467 0 0 0 1070 319 0 0 20 0 15 0 246426125 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140638003898784 140638393695300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14088900 memory=66872 CPUtime=13.92 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) R 21297 21300 17869 0 -1 4202560 91413 0 0 0 1086 306 0 0 20 0 15 0 246426125 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140638002846096 140638393695300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14088900 memory=2148 CPUtime=13.92 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) R 21297 21300 17869 0 -1 4202560 112224 0 0 0 1065 327 0 0 20 0 15 0 246426125 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140638001793496 140638393695755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14088900 memory=1196 CPUtime=1.05 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) S 21297 21300 17869 0 -1 1077944384 25983 0 0 0 103 2 0 0 20 0 15 0 246426126 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637883004144 140638408754901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14088900 memory=1500 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 246426126 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637881951744 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14088900 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 246426127 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637880898944 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14088900 memory=1500 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14088900 memory=844 CPUtime=0.82 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 2759 0 0 0 82 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14088900 memory=3880 CPUtime=0.83 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 2099 0 0 0 83 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14088900 memory=2672 CPUtime=0.48 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 2605 0 0 0 48 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14088900 memory=-8961168018402230209 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 737 0 0 0 1 0 0 0 20 0 15 0 246426129 14427033600 2939719 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 65.76 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758876 KiB

[startup+22.8008 s]
/proc/loadavg: 2.02 1.63 1.61 3/215 21315
/proc/meminfo: memFree=8591236/32770624 swapFree=67108172/67108860
[pid=21300] ppid=21297 vsize=14088900 memory=7663224 CPUtime=66.84 cores=0,2,4,6
/proc/21300/stat : 21300 (java) S 21297 21300 17869 0 -1 1077944320 532528 0 0 0 5443 1241 0 0 20 0 15 0 246426123 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140736979335024 140638408744695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
/proc/21300/statm: 3522225 1915806 3598 1 0 3484297 0
[pid=21300/tid=21302] ppid=21297 vsize=14088900 memory=12552 CPUtime=6.96 cores=0,2,4,6
/proc/21300/task/21302/stat : 21302 (java) S 21297 21300 17869 0 -1 1077944384 23077 0 0 0 680 16 0 0 20 0 15 0 246426124 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140638412984464 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21303] ppid=21297 vsize=14088900 memory=36824 CPUtime=14.02 cores=0,2,4,6
/proc/21300/task/21303/stat : 21303 (java) S 21297 21300 17869 0 -1 1077944384 132467 0 0 0 1141 261 0 0 20 0 15 0 246426125 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140638369704592 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21304] ppid=21297 vsize=14088900 memory=2324 CPUtime=14.12 cores=0,2,4,6
/proc/21300/task/21304/stat : 21304 (java) S 21297 21300 17869 0 -1 1077944384 137533 0 0 0 1093 319 0 0 20 0 15 0 246426125 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140638003898896 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21305] ppid=21297 vsize=14088900 memory=1580 CPUtime=14.15 cores=0,2,4,6
/proc/21300/task/21305/stat : 21305 (java) S 21297 21300 17869 0 -1 1077944384 91513 0 0 0 1109 306 0 0 20 0 15 0 246426125 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140638002846096 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21306] ppid=21297 vsize=14088900 memory=496 CPUtime=14.14 cores=0,2,4,6
/proc/21300/task/21306/stat : 21306 (java) S 21297 21300 17869 0 -1 1077944384 112296 0 0 0 1087 327 0 0 20 0 15 0 246426125 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140638001793296 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21307] ppid=21297 vsize=14088900 memory=928 CPUtime=1.2 cores=0,2,4,6
/proc/21300/task/21307/stat : 21307 (java) R 21297 21300 17869 0 -1 4202560 25986 0 0 0 115 5 0 0 20 0 15 0 246426126 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637883004352 140638401461658 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21308] ppid=21297 vsize=14088900 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21308/stat : 21308 (java) S 21297 21300 17869 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 246426126 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637881951840 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21309] ppid=21297 vsize=14088900 memory=1964 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21309/stat : 21309 (java) S 21297 21300 17869 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 246426127 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637880898944 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21310] ppid=21297 vsize=14088900 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21310/stat : 21310 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637879847248 140638408763291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21311] ppid=21297 vsize=14088900 memory=924 CPUtime=0.82 cores=0,2,4,6
/proc/21300/task/21311/stat : 21311 (java) S 21297 21300 17869 0 -1 1077944384 2759 0 0 0 82 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637878794608 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21312] ppid=21297 vsize=14088900 memory=1992 CPUtime=0.83 cores=0,2,4,6
/proc/21300/task/21312/stat : 21312 (java) S 21297 21300 17869 0 -1 1077944384 2099 0 0 0 83 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637877741808 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21313] ppid=21297 vsize=14088900 memory=2236 CPUtime=0.48 cores=0,2,4,6
/proc/21300/task/21313/stat : 21313 (java) S 21297 21300 17869 0 -1 1077944384 2605 0 0 0 48 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637876689008 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21314] ppid=21297 vsize=14088900 memory=1880 CPUtime=0 cores=0,2,4,6
/proc/21300/task/21314/stat : 21314 (java) S 21297 21300 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637875636448 140638408754901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
[pid=21300/tid=21315] ppid=21297 vsize=14088900 memory=1880 CPUtime=0.01 cores=0,2,4,6
/proc/21300/task/21315/stat : 21315 (java) S 21297 21300 17869 0 -1 1077944384 737 0 0 0 1 0 0 0 20 0 15 0 246426129 14427033600 1915806 33554432000 4194304 4196468 140736979352480 140637874584752 140638408755842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 29646848 140736979358793 140736979358985 140736979358985 140736979361743 0
Current children cumulated CPU time: 66.84 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7663224 KiB

Child status: 1
Real time (s): 22.8757
CPU time (s): 66.9282
CPU user time (s): 54.4382
CPU system time (s): 12.4899
CPU usage (%): 292.573
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11758912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.4382
system time used= 12.4899
maximum resident set size= 11758912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 532646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5916
involuntary context switches= 589


# summary of solver processes directly reported to runsolver:
#   pid: 21300
#   total CPU time (s): 66.9282
#   total CPU user time (s): 54.4382
#   total CPU system time (s): 12.4899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153689 second user time and 0.287833 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 01:17:09
IDJOB=4307818
IDBENCH=141303
IDSOLVER=2791
FILE ID=node136/4307818-1534288629
RUNJOBID= node136-1534271084-19495
PBS_JOBID= 21038121
Free space on /tmp= 38912 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-4307818-1534288629/watcher-4307818-1534288629 -o /tmp/evaluation-result-4307818-1534288629/solver-4307818-1534288629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19495 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 436200765 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307818-1534288629.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=436200765

node136.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.50
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.50
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.50
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.50
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:        21804676 kB
MemAvailable:   29150164 kB
Buffers:          117204 kB
Cached:          7447956 kB
SwapCached:           16 kB
Active:          6663348 kB
Inactive:        3706992 kB
Active(anon):    2756400 kB
Inactive(anon):   100900 kB
Active(file):    3906948 kB
Inactive(file):  3606092 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             45856 kB
Writeback:            16 kB
AnonPages:       2812016 kB
Mapped:            67672 kB
Shmem:             49576 kB
Slab:             289236 kB
SReclaimable:     260908 kB
SUnreclaim:        28328 kB
KernelStack:        3536 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5095512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2684928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38876 MiB
End job on node136 at 2018-08-15 01:17:33