Trace number 4309928

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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


[startup+0.100119 s]*
/proc/loadavg: 2.86 1.98 1.69 6/217 23306
/proc/meminfo: memFree=11933516/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14082736 memory=30920 CPUtime=0.12 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 6640 0 0 0 11 1 0 0 20 0 15 0 250691319 14420721664 7730 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3520684 7730 3154 1 0 3482761 0
[pid=23291/tid=23293] ppid=23288 vsize=14082736 memory=-8773748148830376826 CPUtime=0.08 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) R 23288 23291 21822 0 -1 4202560 4677 0 0 0 8 0 0 0 20 0 15 0 250691319 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027948475216 140027944285341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027486365680 140027944274562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027485311904 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027484259312 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027480050416 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 7730 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30920 KiB

[startup+0.210924 s]*
/proc/loadavg: 2.86 1.98 1.69 7/217 23306
/proc/meminfo: memFree=11917268/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14082736 memory=46980 CPUtime=0.3 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 10347 0 0 0 28 2 0 0 20 0 15 0 250691319 14420721664 11745 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3520684 11745 3358 1 0 3482761 0
[pid=23291/tid=23293] ppid=23288 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) R 23288 23291 21822 0 -1 4202560 8067 0 0 0 18 2 0 0 20 0 15 0 250691319 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027948490320 140027928349831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14082736 memory=288370910912038528 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027486365680 140027944274562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027485311904 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027484259312 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) R 23288 23291 21822 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027482147152 140027922202400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) R 23288 23291 21822 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0.06 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) R 23288 23291 21822 0 -1 4202560 326 0 0 0 6 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027480046784 140027936500542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 11745 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46980 KiB

[startup+0.310644 s]*
/proc/loadavg: 2.86 1.98 1.69 7/217 23306
/proc/meminfo: memFree=11914104/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14082736 memory=50928 CPUtime=0.44 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 10787 0 0 0 42 2 0 0 20 0 15 0 250691319 14420721664 12732 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3520684 12732 3422 1 0 3482761 0
[pid=23291/tid=23293] ppid=23288 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) R 23288 23291 21822 0 -1 4202560 8434 0 0 0 28 2 0 0 20 0 15 0 250691319 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027948471248 140027928343902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14082736 memory=288370910912038528 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691320 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027486365680 140027944274562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027485311904 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691322 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027484259312 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 211 0 0 0 2 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0.08 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 344 0 0 0 8 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027480050416 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14082736 memory=140534760326784 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691325 14420721664 12732 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50928 KiB

[startup+0.700708 s]
/proc/loadavg: 2.86 1.98 1.69 6/217 23306
/proc/meminfo: memFree=11890076/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14084804 memory=88796 CPUtime=0.99 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 17604 0 0 0 94 5 0 0 20 0 15 0 250691319 14422839296 22199 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3521201 22199 3498 1 0 3483273 0
[pid=23291/tid=23293] ppid=23288 vsize=14084804 memory=1752 CPUtime=0.68 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) R 23288 23291 21822 0 -1 4202560 14859 0 0 0 64 4 0 0 20 0 15 0 250691319 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027948486016 140027924456242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691320 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250691320 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250691322 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027486365680 140027944274562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250691322 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027485311904 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14084804 memory=6404 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250691322 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027484259312 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14084804 memory=7525326301224851042 CPUtime=0.09 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 573 0 0 0 9 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14084804 memory=5787213844311467857 CPUtime=0.05 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 352 0 0 0 5 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 438 0 0 0 15 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027480050416 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250691325 14422839296 22199 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88796 KiB

[startup+1.50076 s]
/proc/loadavg: 2.86 1.98 1.69 9/217 23306
/proc/meminfo: memFree=11679344/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14086852 memory=396040 CPUtime=2.7 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 19419 0 0 0 248 22 0 0 20 0 15 0 250691319 14424936448 99010 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3521713 99010 3557 1 0 3483785 0
[pid=23291/tid=23293] ppid=23288 vsize=14086852 memory=6791534058613427641 CPUtime=1.41 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) R 23288 23291 21822 0 -1 4202560 15327 0 0 0 134 7 0 0 20 0 15 0 250691319 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027948497496 140027563988321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14086852 memory=-8253362762724047225 CPUtime=0.06 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 83 0 0 0 3 3 0 0 20 0 15 0 250691320 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14086852 memory=-8609294068986781045 CPUtime=0.05 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 72 0 0 0 2 3 0 0 20 0 15 0 250691320 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14086852 memory=-6517102902069810590 CPUtime=0.06 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 147 0 0 0 3 3 0 0 20 0 15 0 250691320 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14086852 memory=4134692831991786133 CPUtime=0.06 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 59 0 0 0 3 3 0 0 20 0 15 0 250691320 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250691322 14424936448 99010 33554432000 4194304 4196468 140731199605808 140027486365680 140027944274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0

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

[pid=23291/tid=23305] ppid=23288 vsize=14088900 memory=3644 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2918993 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14088900 memory=1268 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 432 0 0 0 0 1 0 0 20 0 15 0 250691325 14427033600 2918993 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 60.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11675972 KiB

[startup+24.0007 s]*
/proc/loadavg: 3.23 2.14 1.75 9/217 23382
/proc/meminfo: memFree=343488/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14088900 memory=11676040 CPUtime=66.49 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 412916 0 0 0 5381 1268 0 0 20 0 15 0 250691319 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3522225 2919010 3590 1 0 3484297 0
[pid=23291/tid=23293] ppid=23288 vsize=14088900 memory=6791534058613427641 CPUtime=9.6 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) S 23288 23291 21822 0 -1 1077944384 27105 0 0 0 939 21 0 0 20 0 15 0 250691319 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027948499120 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14088900 memory=3644 CPUtime=13.41 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) R 23288 23291 21822 0 -1 4202560 82807 0 0 0 1015 326 0 0 20 0 15 0 250691320 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027881864072 140027936891623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14088900 memory=1268 CPUtime=13.46 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) R 23288 23291 21822 0 -1 4202560 129558 0 0 0 1059 287 0 0 20 0 15 0 250691320 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027880811608 140027929252973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14088900 memory=1124 CPUtime=13.47 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) R 23288 23291 21822 0 -1 4202560 69958 0 0 0 1046 301 0 0 20 0 15 0 250691320 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027537923208 140027936891623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14088900 memory=11497320 CPUtime=13.44 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) R 23288 23291 21822 0 -1 4202560 79833 0 0 0 1019 325 0 0 20 0 15 0 250691320 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027536870664 140027936891623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14088900 memory=68008 CPUtime=0.8 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 16911 0 0 0 78 2 0 0 20 0 15 0 250691322 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027486364240 140027944273621 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14088900 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027485311968 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14088900 memory=2064 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027484259328 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14088900 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14088900 memory=856 CPUtime=0.93 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 1598 0 0 0 93 0 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027482155264 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14088900 memory=12468 CPUtime=0.78 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 1423 0 0 0 78 0 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027481103008 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14088900 memory=752 CPUtime=0.5 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 1880 0 0 0 50 0 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027480050464 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14088900 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14088900 memory=1812 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 446 0 0 0 0 1 0 0 20 0 15 0 250691325 14427033600 2919010 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 66.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11676040 KiB

[startup+24.8015 s]
/proc/loadavg: 3.23 2.14 1.75 9/217 23382
/proc/meminfo: memFree=343488/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14088900 memory=11676424 CPUtime=69.3 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 441698 0 0 0 5659 1271 0 0 20 0 15 0 250691319 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3522225 2919106 3590 1 0 3484297 0
[pid=23291/tid=23293] ppid=23288 vsize=14088900 memory=312528401 CPUtime=9.6 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) S 23288 23291 21822 0 -1 1077944384 27121 0 0 0 939 21 0 0 20 0 15 0 250691319 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027948499120 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14088900 memory=11676040 CPUtime=14.08 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) R 23288 23291 21822 0 -1 4202560 85231 0 0 0 1082 326 0 0 20 0 15 0 250691320 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027881863952 140027929259760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14088900 memory=6791534058613427641 CPUtime=14.14 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) R 23288 23291 21822 0 -1 4202560 136571 0 0 0 1127 287 0 0 20 0 15 0 250691320 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027880811408 140027936891623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14088900 memory=6404 CPUtime=14.13 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) R 23288 23291 21822 0 -1 4202560 72651 0 0 0 1112 301 0 0 20 0 15 0 250691320 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027537923288 140027929260061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14088900 memory=4632 CPUtime=14.12 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) R 23288 23291 21822 0 -1 4202560 83174 0 0 0 1086 326 0 0 20 0 15 0 250691320 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027536870744 140027925873198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14088900 memory=3644 CPUtime=0.91 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) S 23288 23291 21822 0 -1 1077944384 30195 0 0 0 88 3 0 0 20 0 15 0 250691322 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027486364224 140027944273621 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14088900 memory=1268 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027485311872 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027484259328 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14088900 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14088900 memory=6944656592455360604 CPUtime=0.93 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 1602 0 0 0 93 0 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14088900 memory=3984 CPUtime=0.78 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 1425 0 0 0 78 0 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14088900 memory=1928 CPUtime=0.5 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 1883 0 0 0 50 0 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027480050416 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14088900 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14088900 memory=14884 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 446 0 0 0 0 1 0 0 20 0 15 0 250691325 14427033600 2919106 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 69.3 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11676424 KiB

[startup+25.2015 s]
/proc/loadavg: 3.23 2.14 1.75 9/217 23382
/proc/meminfo: memFree=342992/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14088900 memory=11676432 CPUtime=70.57 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 442328 0 0 0 5786 1271 0 0 20 0 15 0 250691319 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3522225 2919108 3590 1 0 3484297 0
[pid=23291/tid=23293] ppid=23288 vsize=14088900 memory=6791534058613427641 CPUtime=9.6 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) S 23288 23291 21822 0 -1 1077944384 27121 0 0 0 939 21 0 0 20 0 15 0 250691319 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027948499120 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14088900 memory=288230596050944315 CPUtime=14.37 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 85267 0 0 0 1111 326 0 0 20 0 15 0 250691320 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14088900 memory=13851884549053780 CPUtime=14.43 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 136646 0 0 0 1156 287 0 0 20 0 15 0 250691320 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14088900 memory=4100 CPUtime=14.43 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 72823 0 0 0 1142 301 0 0 20 0 15 0 250691320 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14088900 memory=1796 CPUtime=14.4 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 83518 0 0 0 1114 326 0 0 20 0 15 0 250691320 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14088900 memory=912 CPUtime=1.01 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) R 23288 23291 21822 0 -1 4202560 30198 0 0 0 98 3 0 0 20 0 15 0 250691322 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027486364128 140027936552869 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14088900 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027485311872 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14088900 memory=2680 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027484259328 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14088900 memory=2680 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14088900 memory=1408 CPUtime=0.93 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 1602 0 0 0 93 0 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14088900 memory=2724 CPUtime=0.78 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 1425 0 0 0 78 0 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14088900 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 1883 0 0 0 50 0 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027480050416 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14088900 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14088900 memory=2672 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 446 0 0 0 0 1 0 0 20 0 15 0 250691325 14427033600 2919108 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 70.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11676432 KiB

[startup+25.3007 s]
/proc/loadavg: 3.23 2.14 1.75 9/217 23382
/proc/meminfo: memFree=342992/32770624 swapFree=67105356/67108860
[pid=23291] ppid=23288 vsize=14088900 memory=8980856 CPUtime=70.73 cores=0,2,4,6
/proc/23291/stat : 23291 (java) S 23288 23291 21822 0 -1 1077944320 442443 0 0 0 5802 1271 0 0 20 0 15 0 250691319 14427033600 2263134 33554432000 4194304 4196468 140731199605808 140731199588352 140027944263415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
/proc/23291/statm: 3522225 2252382 3591 1 0 3484297 0
[pid=23291/tid=23293] ppid=23288 vsize=14088900 memory=11676040 CPUtime=9.6 cores=0,2,4,6
/proc/23291/task/23293/stat : 23293 (java) S 23288 23291 21822 0 -1 1077944384 27198 0 0 0 939 21 0 0 20 0 15 0 250691319 14427033600 2239070 33554432000 4194304 4196468 140731199605808 140027948503184 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23294] ppid=23288 vsize=14088900 memory=11478880 CPUtime=14.39 cores=0,2,4,6
/proc/23291/task/23294/stat : 23294 (java) S 23288 23291 21822 0 -1 1077944384 85274 0 0 0 1113 326 0 0 20 0 15 0 250691320 14427033600 2239070 33554432000 4194304 4196468 140731199605808 140027881863952 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23295] ppid=23288 vsize=14088900 memory=11676432 CPUtime=14.45 cores=0,2,4,6
/proc/23291/task/23295/stat : 23295 (java) S 23288 23291 21822 0 -1 1077944384 136655 0 0 0 1158 287 0 0 20 0 15 0 250691320 14427033600 2218590 33554432000 4194304 4196468 140731199605808 140027880811408 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23296] ppid=23288 vsize=14088900 memory=11521464 CPUtime=14.45 cores=0,2,4,6
/proc/23291/task/23296/stat : 23296 (java) S 23288 23291 21822 0 -1 1077944384 72838 0 0 0 1144 301 0 0 20 0 15 0 250691320 14427033600 2218590 33554432000 4194304 4196468 140731199605808 140027537923088 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23297] ppid=23288 vsize=14088900 memory=2257 CPUtime=14.42 cores=0,2,4,6
/proc/23291/task/23297/stat : 23297 (java) S 23288 23291 21822 0 -1 1077944384 83519 0 0 0 1116 326 0 0 20 0 15 0 250691320 14427033600 2207326 33554432000 4194304 4196468 140731199605808 140027536870544 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23298] ppid=23288 vsize=14088900 memory=938 CPUtime=1.09 cores=0,2,4,6
/proc/23291/task/23298/stat : 23298 (java) R 23288 23291 21822 0 -1 4202560 30202 0 0 0 106 3 0 0 20 0 15 0 250691322 14427033600 2207326 33554432000 4194304 4196468 140731199605808 140027486364224 140027936980378 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23299] ppid=23288 vsize=14088900 memory=5533564 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23299/stat : 23299 (java) S 23288 23291 21822 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2207326 33554432000 4194304 4196468 140731199605808 140027485311968 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23300] ppid=23288 vsize=14088900 memory=752 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23300/stat : 23300 (java) S 23288 23291 21822 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250691322 14427033600 2187358 33554432000 4194304 4196468 140731199605808 140027484259328 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23301] ppid=23288 vsize=14088900 memory=11676404 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23301/stat : 23301 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2187358 33554432000 4194304 4196468 140731199605808 140027483207888 140027944282011 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23302] ppid=23288 vsize=14088900 memory=2680 CPUtime=0.93 cores=0,2,4,6
/proc/23291/task/23302/stat : 23302 (java) S 23288 23291 21822 0 -1 1077944384 1602 0 0 0 93 0 0 0 20 0 15 0 250691325 14427033600 2185822 33554432000 4194304 4196468 140731199605808 140027482155504 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23303] ppid=23288 vsize=14088900 memory=2680 CPUtime=0.78 cores=0,2,4,6
/proc/23291/task/23303/stat : 23303 (java) S 23288 23291 21822 0 -1 1077944384 1425 0 0 0 78 0 0 0 20 0 15 0 250691325 14427033600 2185822 33554432000 4194304 4196468 140731199605808 140027481102960 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23304] ppid=23288 vsize=14088900 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/23291/task/23304/stat : 23304 (java) S 23288 23291 21822 0 -1 1077944384 1884 0 0 0 50 0 0 0 20 0 15 0 250691325 14427033600 2184798 33554432000 4194304 4196468 140731199605808 140027480050176 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23305] ppid=23288 vsize=14088900 memory=4639939496134862184 CPUtime=0 cores=0,2,4,6
/proc/23291/task/23305/stat : 23305 (java) S 23288 23291 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250691325 14427033600 2184286 33554432000 4194304 4196468 140731199605808 140027478998112 140027944273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
[pid=23291/tid=23306] ppid=23288 vsize=14088900 memory=7670301315261816931 CPUtime=0.01 cores=0,2,4,6
/proc/23291/task/23306/stat : 23306 (java) S 23288 23291 21822 0 -1 1077944384 446 0 0 0 0 1 0 0 20 0 15 0 250691325 14427033600 2184286 33554432000 4194304 4196468 140731199605808 140027477944624 140027944274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33153024 140731199607887 140731199608078 140731199608078 140731199610831 0
Current children cumulated CPU time: 70.73 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 8980856 KiB

Child status: 1
Real time (s): 25.3954
CPU time (s): 70.838
CPU user time (s): 58.0311
CPU system time (s): 12.8069
CPU usage (%): 278.941
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11676432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.0311
system time used= 12.8069
maximum resident set size= 11676536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6197
involuntary context switches= 1173


# summary of solver processes directly reported to runsolver:
#   pid: 23291
#   total CPU time (s): 70.838
#   total CPU user time (s): 58.0311
#   total CPU system time (s): 12.8069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.176901 second user time and 0.314641 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 13:08:01
IDJOB=4309928
IDBENCH=141306
IDSOLVER=2795
FILE ID=node149/4309928-1534331281
RUNJOBID= node149-1534329313-21853
PBS_JOBID= 21038162
Free space on /tmp= 41636 MiB

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

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=140204777

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11951148 kB
MemAvailable:   20127496 kB
Buffers:          165140 kB
Cached:          8211356 kB
SwapCached:         1704 kB
Active:         14488804 kB
Inactive:        5684676 kB
Active(anon):   10700420 kB
Inactive(anon):  1157020 kB
Active(file):    3788384 kB
Inactive(file):  4527656 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             63464 kB
Writeback:             0 kB
AnonPages:      11802956 kB
Mapped:            68516 kB
Shmem:             57760 kB
Slab:             317144 kB
SReclaimable:     288768 kB
SUnreclaim:        28376 kB
KernelStack:        3552 kB
PageTables:        28424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12116172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9082880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41616 MiB
End job on node149 at 2018-08-15 13:08:27