Trace number 4312135

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? 76.6921 25.4082

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312135-1534569670/watcher-4312135-1534569670 -o /tmp/evaluation-result-4312135-1534569670/solver-4312135-1534569670 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534569173-19439 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1227504874 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312135-1534569670.xml 

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

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

solver pid=19884, runsolver pid=19881

[startup+0.107292 s]*
/proc/loadavg: 1.77 1.65 1.39 3/215 19899
/proc/meminfo: memFree=23419860/32770624 swapFree=67108804/67108860
[pid=19884] ppid=19881 vsize=14082736 memory=34132 CPUtime=0.13 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 6881 0 0 0 11 2 0 0 20 0 15 0 274530176 14420721664 8467 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3520684 8533 3162 1 0 3482761 0
[pid=19884/tid=19886] ppid=19881 vsize=14082736 memory=-8485517772678533762 CPUtime=0.09 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) R 19881 19884 15687 0 -1 4202560 5006 0 0 0 8 1 0 0 20 0 15 0 274530176 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497874253048 140497850324736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530178 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497343990640 140497870060162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497342936608 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497341883760 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 8599 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 274530181 14420721664 8665 33554432000 4194304 4196468 140723842582304 140497337673840 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 8665 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 8665 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34132 KiB

[startup+0.216348 s]*
/proc/loadavg: 1.77 1.65 1.39 7/215 19899
/proc/meminfo: memFree=23285844/32770624 swapFree=67108804/67108860
[pid=19884] ppid=19881 vsize=14082736 memory=47844 CPUtime=0.31 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 10058 0 0 0 28 3 0 0 20 0 15 0 274530176 14420721664 11961 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3520684 11961 3375 1 0 3482761 0
[pid=19884/tid=19886] ppid=19881 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) R 19881 19884 15687 0 -1 4202560 7782 0 0 0 18 2 0 0 20 0 15 0 274530176 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497874271824 140497862286142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14082736 memory=139985930924967 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530178 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497343990640 140497870060162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497342936608 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497341883760 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0.05 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) R 19881 19884 15687 0 -1 4202560 292 0 0 0 5 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497337669016 140497848694033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 11961 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47844 KiB

[startup+0.310296 s]*
/proc/loadavg: 1.77 1.65 1.39 6/215 19899
/proc/meminfo: memFree=23283812/32770624 swapFree=67108804/67108860
[pid=19884] ppid=19881 vsize=14082736 memory=51236 CPUtime=0.44 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 10406 0 0 0 40 4 0 0 20 0 15 0 274530176 14420721664 12809 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3520684 12809 3415 1 0 3482761 0
[pid=19884/tid=19886] ppid=19881 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) R 19881 19884 15687 0 -1 4202560 8104 0 0 0 27 3 0 0 20 0 15 0 274530176 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497874256848 140497854129502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14082736 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14082736 memory=139985930921551 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530177 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530178 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497343990640 140497870060162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497342936608 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530179 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497341883760 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0.07 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 300 0 0 0 7 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497337673840 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14082736 memory=139985929381504 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530181 14420721664 12809 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51236 KiB

[startup+0.700689 s]
/proc/loadavg: 1.77 1.65 1.39 5/215 19899
/proc/meminfo: memFree=23168392/32770624 swapFree=67108804/67108860
[pid=19884] ppid=19881 vsize=14084804 memory=86480 CPUtime=0.98 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 17003 0 0 0 92 6 0 0 20 0 15 0 274530176 14422839296 21620 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3521201 21620 3499 1 0 3483273 0
[pid=19884/tid=19886] ppid=19881 vsize=14084804 memory=1744 CPUtime=0.67 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) R 19881 19884 15687 0 -1 4202560 14328 0 0 0 62 5 0 0 20 0 15 0 274530176 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497874273232 140497854129502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14084804 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530177 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14084804 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274530177 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14084804 memory=7952 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274530178 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497343990640 140497870060162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14084804 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274530179 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497342936608 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14084804 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274530179 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497341883760 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14084804 memory=6369613153740022872 CPUtime=0.07 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 689 0 0 0 7 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 243 0 0 0 7 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 364 0 0 0 14 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497337673840 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274530181 14422839296 21620 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86480 KiB

[startup+1.50207 s]
/proc/loadavg: 1.77 1.65 1.39 5/215 19899
/proc/meminfo: memFree=22958544/32770624 swapFree=67108804/67108860
[pid=19884] ppid=19881 vsize=14086852 memory=267248 CPUtime=2.89 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 23069 0 0 0 273 16 0 0 20 0 15 0 274530176 14424936448 66812 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3521713 66812 3568 1 0 3483785 0
[pid=19884/tid=19886] ppid=19881 vsize=14086852 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) R 19881 19884 15687 0 -1 4202560 15860 0 0 0 134 9 0 0 20 0 15 0 274530176 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497874277712 140497850275392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14086852 memory=-6951259422114956437 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 15 0 274530177 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14086852 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 221 0 0 0 1 1 0 0 20 0 15 0 274530177 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14086852 memory=-7390251449858225344 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 15 0 274530177 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14086852 memory=-7096649868621430206 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 15 0 274530177 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 274530178 14424936448 66812 33554432000 4194304 4196468 140723842582304 140497343990640 140497870060162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0

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

[pid=19884/tid=19898] ppid=19881 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939846 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14088900 memory=808 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 15 0 274530181 14427033600 2939846 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 66.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759384 KiB

[startup+24.0009 s]*
/proc/loadavg: 3.48 2.06 1.53 9/215 19899
/proc/meminfo: memFree=473644/32770624 swapFree=67108452/67108860
[pid=19884] ppid=19881 vsize=14088900 memory=11759388 CPUtime=72.38 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 330976 0 0 0 5826 1412 0 0 20 0 15 0 274530176 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3522225 2939847 3592 1 0 3484297 0
[pid=19884/tid=19886] ppid=19881 vsize=14088900 memory=6791534058613427641 CPUtime=7.6 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) S 19881 19884 15687 0 -1 1077944384 24333 0 0 0 742 18 0 0 20 0 15 0 274530176 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497874284720 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14088900 memory=4872558044660077418 CPUtime=15.47 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) R 19881 19884 15687 0 -1 4202560 87801 0 0 0 1223 324 0 0 20 0 15 0 274530177 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497785117328 140497854748931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14088900 memory=-7028383565733675155 CPUtime=15.37 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) R 19881 19884 15687 0 -1 4202560 58810 0 0 0 1192 345 0 0 20 0 15 0 274530177 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497784064648 140497862677223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14088900 memory=279971605097920 CPUtime=15.35 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) R 19881 19884 15687 0 -1 4202560 51476 0 0 0 1170 365 0 0 20 0 15 0 274530177 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497783011536 140497862677223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14088900 memory=279971605100160 CPUtime=15.42 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) R 19881 19884 15687 0 -1 4202560 60819 0 0 0 1194 348 0 0 20 0 15 0 274530177 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497781959048 140497862677223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14088900 memory=7450451689509643881 CPUtime=0.8 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) S 19881 19884 15687 0 -1 1077944384 39513 0 0 0 78 2 0 0 20 0 15 0 274530178 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497343989200 140497870059221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14088900 memory=7450451689509643881 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497342936672 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14088900 memory=279971605312372 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497341883776 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14088900 memory=19773248 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14088900 memory=24774464 CPUtime=0.92 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 1977 0 0 0 90 2 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14088900 memory=546658112 CPUtime=0.87 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 1670 0 0 0 86 1 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14088900 memory=218150720 CPUtime=0.48 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 2420 0 0 0 47 1 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497337673840 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14088900 memory=31602496 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14088900 memory=206042950 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 15 0 274530181 14427033600 2939847 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 72.38 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759388 KiB

[startup+24.8008 s]
/proc/loadavg: 3.48 2.06 1.53 9/215 19899
/proc/meminfo: memFree=473644/32770624 swapFree=67108452/67108860
[pid=19884] ppid=19881 vsize=14088900 memory=11759432 CPUtime=75.04 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 357774 0 0 0 6089 1415 0 0 20 0 15 0 274530176 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3522225 2939858 3592 1 0 3484297 0
[pid=19884/tid=19886] ppid=19881 vsize=14088900 memory=9554372 CPUtime=7.6 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) S 19881 19884 15687 0 -1 1077944384 24334 0 0 0 742 18 0 0 20 0 15 0 274530176 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497874284720 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14088900 memory=11759376 CPUtime=16.11 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 106634 0 0 0 1285 326 0 0 20 0 15 0 274530177 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14088900 memory=6791534058613427641 CPUtime=15.99 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 63101 0 0 0 1253 346 0 0 20 0 15 0 274530177 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14088900 memory=0 CPUtime=15.98 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 52307 0 0 0 1232 366 0 0 20 0 15 0 274530177 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14088900 memory=279971604121536 CPUtime=16.04 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 62594 0 0 0 1256 348 0 0 20 0 15 0 274530177 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14088900 memory=139985802051568 CPUtime=0.95 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) R 19881 19884 15687 0 -1 4202560 40571 0 0 0 93 2 0 0 20 0 15 0 274530178 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497343989184 140497862338469 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497342936208 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14088900 memory=836 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497341883776 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14088900 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 1980 0 0 0 90 2 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497339779200 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14088900 memory=139985802051152 CPUtime=0.87 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 1672 0 0 0 86 1 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497338726688 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14088900 memory=1984 CPUtime=0.48 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 2422 0 0 0 47 1 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497337673888 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14088900 memory=920 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14088900 memory=1572 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 15 0 274530181 14427033600 2939858 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 75.04 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759432 KiB

[startup+25.2008 s]
/proc/loadavg: 3.48 2.06 1.53 9/215 19899
/proc/meminfo: memFree=472788/32770624 swapFree=67108452/67108860
[pid=19884] ppid=19881 vsize=14088900 memory=11759436 CPUtime=76.44 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 357952 0 0 0 6229 1415 0 0 20 0 15 0 274530176 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3522225 2939859 3592 1 0 3484297 0
[pid=19884/tid=19886] ppid=19881 vsize=14088900 memory=0 CPUtime=7.6 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) S 19881 19884 15687 0 -1 1077944384 24334 0 0 0 742 18 0 0 20 0 15 0 274530176 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497874284720 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14088900 memory=0 CPUtime=16.44 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 106789 0 0 0 1318 326 0 0 20 0 15 0 274530177 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14088900 memory=0 CPUtime=16.33 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 63103 0 0 0 1287 346 0 0 20 0 15 0 274530177 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14088900 memory=6656426216303648864 CPUtime=16.32 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 52307 0 0 0 1266 366 0 0 20 0 15 0 274530177 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14088900 memory=0 CPUtime=16.38 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 62615 0 0 0 1290 348 0 0 20 0 15 0 274530177 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14088900 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) R 19881 19884 15687 0 -1 4202560 40571 0 0 0 99 2 0 0 20 0 15 0 274530178 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497343989200 140497848419195 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497342936208 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497341883776 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14088900 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 1980 0 0 0 90 2 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497339779200 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14088900 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 1672 0 0 0 86 1 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497338726688 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14088900 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 2422 0 0 0 47 1 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497337673888 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14088900 memory=11759432 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14088900 memory=11759432 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 15 0 274530181 14427033600 2939859 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 76.44 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759436 KiB

[startup+25.3008 s]
/proc/loadavg: 3.48 2.06 1.53 9/215 19899
/proc/meminfo: memFree=472788/32770624 swapFree=67108452/67108860
[pid=19884] ppid=19881 vsize=14088900 memory=11759460 CPUtime=76.58 cores=0,2,4,6
/proc/19884/stat : 19884 (java) S 19881 19884 15687 0 -1 1077944320 358090 0 0 0 6243 1415 0 0 20 0 15 0 274530176 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140723842564848 140497870049015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
/proc/19884/statm: 3522225 2939865 3593 1 0 3484297 0
[pid=19884/tid=19886] ppid=19881 vsize=14088900 memory=11759432 CPUtime=7.6 cores=0,2,4,6
/proc/19884/task/19886/stat : 19886 (java) S 19881 19884 15687 0 -1 1077944384 24398 0 0 0 742 18 0 0 20 0 15 0 274530176 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497874288240 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19887] ppid=19881 vsize=14088900 memory=11759388 CPUtime=16.45 cores=0,2,4,6
/proc/19884/task/19887/stat : 19887 (java) S 19881 19884 15687 0 -1 1077944384 106821 0 0 0 1319 326 0 0 20 0 15 0 274530177 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497785117328 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19888] ppid=19881 vsize=14088900 memory=11759376 CPUtime=16.34 cores=0,2,4,6
/proc/19884/task/19888/stat : 19888 (java) S 19881 19884 15687 0 -1 1077944384 63106 0 0 0 1288 346 0 0 20 0 15 0 274530177 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497784064528 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19889] ppid=19881 vsize=14088900 memory=11759436 CPUtime=16.33 cores=0,2,4,6
/proc/19884/task/19889/stat : 19889 (java) S 19881 19884 15687 0 -1 1077944384 52340 0 0 0 1267 366 0 0 20 0 15 0 274530177 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497783011728 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19890] ppid=19881 vsize=14088900 memory=0 CPUtime=16.4 cores=0,2,4,6
/proc/19884/task/19890/stat : 19890 (java) S 19881 19884 15687 0 -1 1077944384 62620 0 0 0 1291 349 0 0 20 0 15 0 274530177 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497781958928 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19891] ppid=19881 vsize=14088900 memory=11759388 CPUtime=1.09 cores=0,2,4,6
/proc/19884/task/19891/stat : 19891 (java) R 19881 19884 15687 0 -1 4202560 40572 0 0 0 107 2 0 0 20 0 15 0 274530178 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497343989184 140497848419195 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19892] ppid=19881 vsize=14088900 memory=11759388 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19892/stat : 19892 (java) S 19881 19884 15687 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497342936672 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19893] ppid=19881 vsize=14088900 memory=279971604347360 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19893/stat : 19893 (java) S 19881 19884 15687 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274530179 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497341883776 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19894] ppid=19881 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19894/stat : 19894 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497340832080 140497870067611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19895] ppid=19881 vsize=14088900 memory=6791534058613427641 CPUtime=0.92 cores=0,2,4,6
/proc/19884/task/19895/stat : 19895 (java) S 19881 19884 15687 0 -1 1077944384 1980 0 0 0 90 2 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497339779440 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19896] ppid=19881 vsize=14088900 memory=1260 CPUtime=0.87 cores=0,2,4,6
/proc/19884/task/19896/stat : 19896 (java) S 19881 19884 15687 0 -1 1077944384 1672 0 0 0 86 1 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497338726640 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19897] ppid=19881 vsize=14088900 memory=11322820 CPUtime=0.48 cores=0,2,4,6
/proc/19884/task/19897/stat : 19897 (java) S 19881 19884 15687 0 -1 1077944384 2422 0 0 0 47 1 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497337673840 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19898] ppid=19881 vsize=14088900 memory=10506056 CPUtime=0 cores=0,2,4,6
/proc/19884/task/19898/stat : 19898 (java) S 19881 19884 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497336621280 140497870059221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
[pid=19884/tid=19899] ppid=19881 vsize=14088900 memory=11759376 CPUtime=0.01 cores=0,2,4,6
/proc/19884/task/19899/stat : 19899 (java) S 19881 19884 15687 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 15 0 274530181 14427033600 2939865 33554432000 4194304 4196468 140723842582304 140497335569584 140497870060162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24354816 140723842585678 140723842585870 140723842585870 140723842588623 0
Current children cumulated CPU time: 76.58 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759460 KiB

Child status: 1
Real time (s): 25.4082
CPU time (s): 76.6921
CPU user time (s): 62.4546
CPU system time (s): 14.2375
CPU usage (%): 301.839
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.4546
system time used= 14.2375
maximum resident set size= 11759460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358216
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= 5515
involuntary context switches= 1352


# summary of solver processes directly reported to runsolver:
#   pid: 19884
#   total CPU time (s): 76.6921
#   total CPU user time (s): 62.4546
#   total CPU system time (s): 14.2375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.197851 second user time and 0.316094 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 07:21:10
IDJOB=4312135
IDBENCH=141308
IDSOLVER=2800
FILE ID=node105/4312135-1534569670
RUNJOBID= node105-1534569173-19439
PBS_JOBID= 21038642
Free space on /tmp= 52276 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4312135-1534569670/watcher-4312135-1534569670 -o /tmp/evaluation-result-4312135-1534569670/solver-4312135-1534569670 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534569173-19439 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1227504874 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312135-1534569670.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1227504874

node105.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.32
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.32
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.32
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.32
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:        23521264 kB
MemAvailable:   31769632 kB
Buffers:          256492 kB
Cached:          8252072 kB
SwapCached:           16 kB
Active:          5652836 kB
Inactive:        2997864 kB
Active(anon):     114456 kB
Inactive(anon):    96512 kB
Active(file):    5538380 kB
Inactive(file):  2901352 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:               216 kB
Writeback:        130376 kB
AnonPages:        161616 kB
Mapped:            31204 kB
Shmem:             66132 kB
Slab:             296460 kB
SReclaimable:     237096 kB
SUnreclaim:        59364 kB
KernelStack:        3600 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1330548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 52240 MiB
End job on node105 at 2018-08-18 07:21:36