Trace number 4311554

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-17? 63.947 22.1878

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311554-1534551281/watcher-4311554-1534551281 -o /tmp/evaluation-result-4311554-1534551281/solver-4311554-1534551281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19625 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 522410764 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311554-1534551281.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
solver pid=21084, runsolver pid=21081
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.54 1.42 1.38 3/217 21099
/proc/meminfo: memFree=23218800/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14082736 memory=31816 CPUtime=0.12 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 6393 0 0 0 11 1 0 0 20 0 15 0 272691413 14420721664 7954 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3520684 7954 3146 1 0 3482761 0
[pid=21084/tid=21086] ppid=21081 vsize=14082736 memory=-8701690554792055931 CPUtime=0.09 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) R 21081 21084 19594 0 -1 4202560 4387 0 0 0 8 1 0 0 20 0 15 0 272691413 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136630888736 140136610764126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691415 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136101641072 140136626694786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136100587040 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136099534192 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) R 21081 21084 19594 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) R 21081 21084 19594 0 -1 4202560 314 0 0 0 1 0 0 0 20 0 15 0 272691418 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136095324272 140136619780475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691419 14420721664 7954 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31816 KiB

[startup+0.214787 s]*
/proc/loadavg: 1.54 1.42 1.38 5/217 21099
/proc/meminfo: memFree=23202440/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14082736 memory=48156 CPUtime=0.31 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 10168 0 0 0 29 2 0 0 20 0 15 0 272691413 14420721664 12039 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3520684 12039 3369 1 0 3482761 0
[pid=21084/tid=21086] ppid=21081 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) R 21081 21084 19594 0 -1 4202560 7741 0 0 0 19 1 0 0 20 0 15 0 272691413 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136630912176 140136610727269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14082736 memory=139735600505145 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272691415 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136101641072 140136626694786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136100587040 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136099534192 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 272691418 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) R 21081 21084 19594 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 272691418 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0.06 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 410 0 0 0 6 0 0 0 20 0 15 0 272691418 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136095322064 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691419 14420721664 12039 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48156 KiB

[startup+0.310583 s]*
/proc/loadavg: 1.54 1.42 1.38 3/217 21099
/proc/meminfo: memFree=23198904/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14082736 memory=51528 CPUtime=0.43 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 10549 0 0 0 41 2 0 0 20 0 15 0 272691413 14420721664 12882 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3520684 12882 3372 1 0 3482761 0
[pid=21084/tid=21086] ppid=21081 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) R 21081 21084 19594 0 -1 4202560 8068 0 0 0 28 2 0 0 20 0 15 0 272691413 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136630891472 140136609870465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14082736 memory=4294977871 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14082736 memory=139735600507746 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272691415 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136101641072 140136626694786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136100587040 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272691416 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136099534192 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 593 0 0 0 3 0 0 0 20 0 15 0 272691418 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 15 0 272691418 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0.07 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 444 0 0 0 7 0 0 0 20 0 15 0 272691418 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14082736 memory=139735599015552 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691419 14420721664 12882 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51528 KiB

[startup+0.700742 s]
/proc/loadavg: 1.54 1.42 1.38 3/217 21099
/proc/meminfo: memFree=23174720/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14084804 memory=89736 CPUtime=0.99 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 17329 0 0 0 94 5 0 0 20 0 15 0 272691413 14422839296 22434 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3521201 22434 3499 1 0 3483273 0
[pid=21084/tid=21086] ppid=21081 vsize=14084804 memory=230320641172930 CPUtime=0.68 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) R 21081 21084 19594 0 -1 4202560 14393 0 0 0 64 4 0 0 20 0 15 0 272691413 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136630907744 140136626705565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14084804 memory=1477454 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272691414 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14084804 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691414 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272691415 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136101641072 140136626694786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14084804 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272691416 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136100587040 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272691416 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136099534192 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 15 0 272691418 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 237 0 0 0 7 0 0 0 20 0 15 0 272691418 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 570 0 0 0 14 0 0 0 20 0 15 0 272691418 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14084804 memory=15764 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272691419 14422839296 22434 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89736 KiB

[startup+1.50079 s]
/proc/loadavg: 1.54 1.42 1.38 5/217 21099
/proc/meminfo: memFree=23067676/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14086852 memory=332672 CPUtime=2.84 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 22958 0 0 0 270 14 0 0 20 0 15 0 272691413 14424936448 83168 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3521713 83168 3572 1 0 3483785 0
[pid=21084/tid=21086] ppid=21081 vsize=14086852 memory=10803 CPUtime=1.44 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) R 21081 21084 19594 0 -1 4202560 15348 0 0 0 137 7 0 0 20 0 15 0 272691413 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136630918336 140136266874062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 522 0 0 0 1 1 0 0 20 0 15 0 272691414 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14086852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 415 0 0 0 2 1 0 0 20 0 15 0 272691414 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 272691414 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14086852 memory=6943526294502006880 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 211 0 0 0 1 1 0 0 20 0 15 0 272691414 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 272691415 14424936448 83168 33554432000 4194304 4196468 140725257830848 140136101641072 140136626694786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0

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

[pid=21084/tid=21098] ppid=21081 vsize=14088900 memory=7236547281622689387 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939543 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14088900 memory=7228653852598354020 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) R 21081 21084 19594 0 -1 1077944384 710 0 0 0 0 1 0 0 20 0 15 0 272691419 14427033600 2939543 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 0 0 0 -1 6 0 0 48 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 53.51 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758172 KiB

[startup+20.8007 s]
/proc/loadavg: 2.03 1.54 1.42 6/217 21099
/proc/meminfo: memFree=11467496/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14088900 memory=11758176 CPUtime=59.56 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 315139 0 0 0 4678 1278 0 0 20 0 15 0 272691413 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3522225 2939544 3596 1 0 3484297 0
[pid=21084/tid=21086] ppid=21081 vsize=14088900 memory=-7666365152037270720 CPUtime=6.95 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) S 21081 21084 19594 0 -1 1077944384 20545 0 0 0 678 17 0 0 20 0 15 0 272691413 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136630919344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14088900 memory=6791534058613427641 CPUtime=12.41 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) R 21081 21084 19594 0 -1 4202560 45947 0 0 0 927 314 0 0 20 0 15 0 272691414 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136222169864 140136619311847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14088900 memory=3808 CPUtime=12.46 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) R 21081 21084 19594 0 -1 4202560 63299 0 0 0 920 326 0 0 20 0 15 0 272691414 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136221117144 140136611673197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14088900 memory=6512 CPUtime=12.38 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) R 21081 21084 19594 0 -1 4202560 67123 0 0 0 988 250 0 0 20 0 15 0 272691414 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136220063952 140136619311847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14088900 memory=1096 CPUtime=12.42 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) R 21081 21084 19594 0 -1 4202560 93960 0 0 0 879 363 0 0 20 0 15 0 272691414 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136219011152 140136619311847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14088900 memory=6791534058613427641 CPUtime=0.8 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 14558 0 0 0 79 1 0 0 20 0 15 0 272691415 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136101639632 140136626693845 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14088900 memory=-9178176117148050014 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136100587104 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14088900 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136099534208 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14088900 memory=1399103955520229747 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14088900 memory=-7965959130280075168 CPUtime=0.75 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 2712 0 0 0 74 1 0 0 20 0 15 0 272691418 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14088900 memory=8292088564187963537 CPUtime=0.83 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 2327 0 0 0 83 0 0 0 20 0 15 0 272691418 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14088900 memory=8303054830060986464 CPUtime=0.47 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 2514 0 0 0 46 1 0 0 20 0 15 0 272691418 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14088900 memory=-7966001967256141664 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14088900 memory=8303054830060986464 CPUtime=0.01 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 710 0 0 0 0 1 0 0 20 0 15 0 272691419 14427033600 2939544 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 59.56 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758176 KiB

[startup+21.6012 s]
/proc/loadavg: 2.03 1.54 1.42 6/215 21099
/proc/meminfo: memFree=11467528/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14088900 memory=11758280 CPUtime=62.44 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 383925 0 0 0 4963 1281 0 0 20 0 15 0 272691413 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3522225 2939570 3596 1 0 3484297 0
[pid=21084/tid=21086] ppid=21081 vsize=14088900 memory=0 CPUtime=6.95 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) S 21081 21084 19594 0 -1 1077944384 20564 0 0 0 678 17 0 0 20 0 15 0 272691413 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136630919344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14088900 memory=33 CPUtime=13.1 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) R 21081 21084 19594 0 -1 4202560 56547 0 0 0 995 315 0 0 20 0 15 0 272691414 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136222169944 140136611383056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14088900 memory=6791534058613427641 CPUtime=13.18 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) R 21081 21084 19594 0 -1 4202560 100809 0 0 0 991 327 0 0 20 0 15 0 272691414 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136221117144 140136611382481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14088900 memory=1096 CPUtime=13.08 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) R 21081 21084 19594 0 -1 4202560 76010 0 0 0 1057 251 0 0 20 0 15 0 272691414 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136220064144 140136611680303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14088900 memory=2168 CPUtime=13.12 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) R 21081 21084 19594 0 -1 4202560 94084 0 0 0 949 363 0 0 20 0 15 0 272691414 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136219011232 140136611680301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14088900 memory=1748 CPUtime=0.88 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) S 21081 21084 19594 0 -1 1077944384 26174 0 0 0 87 1 0 0 20 0 15 0 272691415 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136101639616 140136626693845 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14088900 memory=11758176 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136100586640 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14088900 memory=1748 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136099534208 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14088900 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14088900 memory=4512 CPUtime=0.75 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 2712 0 0 0 74 1 0 0 20 0 15 0 272691418 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14088900 memory=3668 CPUtime=0.83 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 2327 0 0 0 83 0 0 0 20 0 15 0 272691418 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14088900 memory=8520 CPUtime=0.47 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 2514 0 0 0 46 1 0 0 20 0 15 0 272691418 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14088900 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14088900 memory=1264 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 725 0 0 0 1 1 0 0 20 0 15 0 272691419 14427033600 2939570 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 62.44 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758280 KiB

[startup+22.0012 s]*
/proc/loadavg: 2.02 1.55 1.42 3/215 21099
/proc/meminfo: memFree=11467528/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14088900 memory=11758288 CPUtime=63.71 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 384122 0 0 0 5090 1281 0 0 20 0 15 0 272691413 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3522225 2939572 3596 1 0 3484297 0
[pid=21084/tid=21086] ppid=21081 vsize=14088900 memory=7022364594140610616 CPUtime=6.95 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) S 21081 21084 19594 0 -1 1077944384 20564 0 0 0 678 17 0 0 20 0 15 0 272691413 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136630919344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14088900 memory=364 CPUtime=13.38 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 56641 0 0 0 1023 315 0 0 20 0 15 0 272691414 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14088900 memory=139735600505145 CPUtime=13.46 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 100858 0 0 0 1019 327 0 0 20 0 15 0 272691414 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14088900 memory=6944656592455360604 CPUtime=13.37 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 76058 0 0 0 1086 251 0 0 20 0 15 0 272691414 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14088900 memory=3472328296227418159 CPUtime=13.4 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 94087 0 0 0 977 363 0 0 20 0 15 0 272691414 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14088900 memory=3472467868615385331 CPUtime=1 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) R 21081 21084 19594 0 -1 4202560 26177 0 0 0 99 1 0 0 20 0 15 0 272691415 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136101639520 140136605053819 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14088900 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136100586640 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136099534208 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14088900 memory=-3967418655009478193 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14088900 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 2712 0 0 0 74 1 0 0 20 0 15 0 272691418 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14088900 memory=7299501786005516335 CPUtime=0.83 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 2327 0 0 0 83 0 0 0 20 0 15 0 272691418 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14088900 memory=3472468014646826672 CPUtime=0.47 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 2514 0 0 0 46 1 0 0 20 0 15 0 272691418 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14088900 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14088900 memory=139735599015552 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 725 0 0 0 1 1 0 0 20 0 15 0 272691419 14427033600 2939572 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 63.71 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758288 KiB

[startup+22.1102 s]
/proc/loadavg: 2.02 1.55 1.42 3/215 21099
/proc/meminfo: memFree=11467528/32770624 swapFree=67108792/67108860
[pid=21084] ppid=21081 vsize=14088900 memory=7246212 CPUtime=63.86 cores=0,2,4,6
/proc/21084/stat : 21084 (java) S 21081 21084 19594 0 -1 1077944320 384326 0 0 0 5104 1282 0 0 20 0 15 0 272691413 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140725257813392 140136626683639 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
/proc/21084/statm: 3522225 1811553 3597 1 0 3484297 0
[pid=21084/tid=21086] ppid=21081 vsize=14088900 memory=11758176 CPUtime=6.95 cores=0,2,4,6
/proc/21084/task/21086/stat : 21086 (java) S 21081 21084 19594 0 -1 1077944384 20645 0 0 0 678 17 0 0 20 0 15 0 272691413 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136630923408 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21087] ppid=21081 vsize=14088900 memory=11758288 CPUtime=13.4 cores=0,2,4,6
/proc/21084/task/21087/stat : 21087 (java) S 21081 21084 19594 0 -1 1077944384 56685 0 0 0 1025 315 0 0 20 0 15 0 272691414 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136222169744 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21088] ppid=21081 vsize=14088900 memory=0 CPUtime=13.48 cores=0,2,4,6
/proc/21084/task/21088/stat : 21088 (java) S 21081 21084 19594 0 -1 1077944384 100861 0 0 0 1021 327 0 0 20 0 15 0 272691414 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136221116944 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21089] ppid=21081 vsize=14088900 memory=0 CPUtime=13.38 cores=0,2,4,6
/proc/21084/task/21089/stat : 21089 (java) S 21081 21084 19594 0 -1 1077944384 76125 0 0 0 1087 251 0 0 20 0 15 0 272691414 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136220064144 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21090] ppid=21081 vsize=14088900 memory=56 CPUtime=13.42 cores=0,2,4,6
/proc/21084/task/21090/stat : 21090 (java) S 21081 21084 19594 0 -1 1077944384 94091 0 0 0 979 363 0 0 20 0 15 0 272691414 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136219011344 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21091] ppid=21081 vsize=14088900 memory=288230574492221466 CPUtime=1.08 cores=0,2,4,6
/proc/21084/task/21091/stat : 21091 (java) R 21081 21084 19594 0 -1 4202560 26181 0 0 0 106 2 0 0 20 0 15 0 272691415 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136101639616 140136619400602 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21092] ppid=21081 vsize=14088900 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21092/stat : 21092 (java) S 21081 21084 19594 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136100587104 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21093] ppid=21081 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21093/stat : 21093 (java) S 21081 21084 19594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272691416 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136099534208 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21094] ppid=21081 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21094/stat : 21094 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136098482512 140136626702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21095] ppid=21081 vsize=14088900 memory=11758176 CPUtime=0.75 cores=0,2,4,6
/proc/21084/task/21095/stat : 21095 (java) S 21081 21084 19594 0 -1 1077944384 2712 0 0 0 74 1 0 0 20 0 15 0 272691418 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136097429872 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21096] ppid=21081 vsize=14088900 memory=56 CPUtime=0.83 cores=0,2,4,6
/proc/21084/task/21096/stat : 21096 (java) S 21081 21084 19594 0 -1 1077944384 2327 0 0 0 83 0 0 0 20 0 15 0 272691418 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136096377072 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21097] ppid=21081 vsize=14088900 memory=11714780 CPUtime=0.47 cores=0,2,4,6
/proc/21084/task/21097/stat : 21097 (java) S 21081 21084 19594 0 -1 1077944384 2514 0 0 0 46 1 0 0 20 0 15 0 272691418 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136095324272 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21098] ppid=21081 vsize=14088900 memory=279470971814128 CPUtime=0 cores=0,2,4,6
/proc/21084/task/21098/stat : 21098 (java) S 21081 21084 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272691418 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136094271712 140136626693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
[pid=21084/tid=21099] ppid=21081 vsize=14088900 memory=288230574492221466 CPUtime=0.02 cores=0,2,4,6
/proc/21084/task/21099/stat : 21099 (java) S 21081 21084 19594 0 -1 1077944384 725 0 0 0 1 1 0 0 20 0 15 0 272691419 14427033600 1811553 33554432000 4194304 4196468 140725257830848 140136093220016 140136626694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 17735680 140725257839689 140725257839881 140725257839881 140725257842639 0
Current children cumulated CPU time: 63.86 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7246212 KiB

Child status: 1
Real time (s): 22.1878
CPU time (s): 63.947
CPU user time (s): 51.0425
CPU system time (s): 12.9045
CPU usage (%): 288.208
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11758288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.0425
system time used= 12.9045
maximum resident set size= 11758464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6008
involuntary context switches= 561


# summary of solver processes directly reported to runsolver:
#   pid: 21084
#   total CPU time (s): 63.947
#   total CPU user time (s): 51.0425
#   total CPU system time (s): 12.9045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158022 second user time and 0.275966 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-18 02:14:41
IDJOB=4311554
IDBENCH=141303
IDSOLVER=2799
FILE ID=node150/4311554-1534551281
RUNJOBID= node150-1534541038-19625
PBS_JOBID= 21038629
Free space on /tmp= 48176 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311554-1534551281/watcher-4311554-1534551281 -o /tmp/evaluation-result-4311554-1534551281/solver-4311554-1534551281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19625 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 522410764 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311554-1534551281.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=522410764

node150.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.76
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.76
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.76
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.76
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:        23235832 kB
MemAvailable:   31727336 kB
Buffers:          185324 kB
Cached:          8567056 kB
SwapCached:            0 kB
Active:          4852424 kB
Inactive:        4114672 kB
Active(anon):     192176 kB
Inactive(anon):    92016 kB
Active(file):    4660248 kB
Inactive(file):  4022656 kB
Unevictable:        7708 kB
Mlocked:            7708 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             45580 kB
Writeback:             0 kB
AnonPages:        204296 kB
Mapped:            31976 kB
Shmem:             66116 kB
Slab:             265592 kB
SReclaimable:     237060 kB
SUnreclaim:        28532 kB
KernelStack:        3840 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1234768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 48144 MiB
End job on node150 at 2018-08-18 02:15:04