Trace number 4246879

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 NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30? 853.123 194.434

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
Bench CategoryCSP (decision 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 variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.43/0.30	c version: 2017-06-30
0.43/0.30	c seed: 992886201
0.43/0.30	c timeout: 2400
0.43/0.30	c memlimit: 15500
0.43/0.30	c nbcore: 8
0.43/0.32	c Parsing instance...
852.99/194.32	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
852.99/194.33		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
852.99/194.33		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
852.99/194.33		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
852.99/194.33		at scala.Array$.fill(Array.scala:264)
852.99/194.33		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:70)
852.99/194.33		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1$$anonfun$apply$mcVI$sp$1.apply$mcVI$sp(TableCT.scala:272)
852.99/194.33		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
852.99/194.33		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1.apply$mcVI$sp(TableCT.scala:269)
852.99/194.33		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
852.99/194.33		at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:268)
852.99/194.33		at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82)
852.99/194.33		at oscar.cp.core.CPStore.post(CPStore.scala:282)
852.99/194.33		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
852.99/194.33		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
852.99/194.33		at oscar.cp.package$.isInconsistent(package.scala:54)
852.99/194.33		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
852.99/194.33		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:212)
852.99/194.33		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:269)
852.99/194.33		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
852.99/194.33		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
852.99/194.33		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
852.99/194.33		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
852.99/194.33		at scala.collection.immutable.List.foreach(List.scala:383)
852.99/194.33		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
852.99/194.33		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:191)
852.99/194.33		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
852.99/194.33		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:28)
852.99/194.33		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
852.99/194.33		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
852.99/194.33		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
852.99/194.33		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
852.99/194.33		at scala.App$$anonfun$main$1.apply(App.scala:76)
852.99/194.33	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246879-1500715748/watcher-4246879-1500715748 -o /tmp/evaluation-result-4246879-1500715748/solver-4246879-1500715748 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500710999-18715 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 992886201 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246879-1500715748.xml 

pid=19629
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.59 1.43 1.53 2/261 19632
/proc/meminfo: memFree=28453676/32770624 swapFree=5948/272592
[pid=19632] ppid=19629 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 6841662 369864704 1413 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 90299 1413 1072 1 0 79210 0
[pid=19632/tid=19633] ppid=19629 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 402 0 0 0 0 0 0 0 20 0 2 0 6841663 369864704 1413 33554432000 4194304 4196468 140725508683264 139846391667104 139846373779600 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0

[startup+0.100062 s]
/proc/loadavg: 1.59 1.43 1.53 2/261 19632
/proc/meminfo: memFree=28453676/32770624 swapFree=5948/272592
[pid=19632] ppid=19629 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 6674 0 0 0 8 2 0 0 20 0 20 0 6841662 13582245888 6904 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3315978 6904 3374 1 0 3303698 0
[pid=19632/tid=19633] ppid=19629 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 4682 0 0 0 7 1 0 0 20 0 20 0 6841663 13582245888 6904 33554432000 4194304 4196468 140725508683264 139846391654768 139846373493134 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200324 s]
/proc/loadavg: 1.59 1.43 1.53 2/261 19632
/proc/meminfo: memFree=28453676/32770624 swapFree=5948/272592
[pid=19632] ppid=19629 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 8870 0 0 0 23 3 0 0 20 0 20 0 6841662 13582245888 8918 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3315978 8918 3563 1 0 3303698 0
[pid=19632/tid=19633] ppid=19629 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 6552 0 0 0 15 2 0 0 20 0 20 0 6841663 13582245888 8918 33554432000 4194304 4196468 140725508683264 139846391652208 139846387446941 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300467 s]
/proc/loadavg: 1.59 1.43 1.53 2/261 19632
/proc/meminfo: memFree=28453676/32770624 swapFree=5948/272592
[pid=19632] ppid=19629 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 9885 0 0 0 39 4 0 0 20 0 20 0 6841662 13582245888 11076 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3315978 11076 3628 1 0 3303698 0
[pid=19632/tid=19633] ppid=19629 vsize=13263912 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 7283 0 0 0 25 3 0 0 20 0 20 0 6841663 13582245888 11076 33554432000 4194304 4196468 140725508683264 139846391635696 139846371505502 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.70028 s]
/proc/loadavg: 1.59 1.43 1.53 2/261 19632
/proc/meminfo: memFree=28453676/32770624 swapFree=5948/272592
[pid=19632] ppid=19629 vsize=13263932 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 11838 0 0 0 108 50 0 0 20 0 20 0 6841662 13582266368 59346 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3315983 59346 3741 1 0 3303698 0
[pid=19632/tid=19633] ppid=19629 vsize=13263932 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) S 19629 19632 18684 0 -1 1077944384 8205 0 0 0 53 7 0 0 20 0 20 0 6841663 13582266368 59346 33554432000 4194304 4196468 140725508683264 139846391662736 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 13263932

[startup+1.5011 s]
/proc/loadavg: 1.59 1.43 1.53 3/281 19652
/proc/meminfo: memFree=27756728/32770624 swapFree=5948/272456
[pid=19632] ppid=19629 vsize=13265980 CPUtime=4.48 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 16961 0 0 0 353 95 0 0 20 0 20 0 6841662 13584363520 219354 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3316495 219354 3812 1 0 3304210 0
[pid=19632/tid=19633] ppid=19629 vsize=13265980 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 9082 0 0 0 105 15 0 0 20 0 20 0 6841663 13584363520 219354 33554432000 4194304 4196468 140725508683264 139846391661448 139846027961663 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) S 19629 19632 18684 0 -1 1077944384 118 0 0 0 15 9 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845986352272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) S 19629 19632 18684 0 -1 1077944384 69 0 0 0 17 7 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845985299472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13265980 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) S 19629 19632 18684 0 -1 1077944384 84 0 0 0 14 8 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845984246672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) S 19629 19632 18684 0 -1 1077944384 86 0 0 0 15 9 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845983193872 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) S 19629 19632 18684 0 -1 1077944384 119 0 0 0 16 9 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845982141072 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13265980 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) S 19629 19632 18684 0 -1 1077944384 133 0 0 0 16 8 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845981088272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13265980 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) S 19629 19632 18684 0 -1 1077944384 289 0 0 0 16 9 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845980035472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13265980 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) S 19629 19632 18684 0 -1 1077944384 60 0 0 0 10 12 0 0 20 0 20 0 6841664 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845978982672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) S 19629 19632 18684 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 20 0 6841665 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845850676080 139846387436162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13265980 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 1363 0 0 0 31 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845846464880 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 1308 0 0 0 27 1 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845845412080 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13265980 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 1440 0 0 0 37 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845844359280 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 1113 0 0 0 27 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845843306480 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 219354 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 13265980

[startup+3.10075 s]
/proc/loadavg: 1.62 1.44 1.53 3/281 19652
/proc/meminfo: memFree=27470696/32770624 swapFree=5948/272460
[pid=19632] ppid=19629 vsize=13265980 CPUtime=7.07 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 22027 0 0 0 563 144 0 0 20 0 20 0 6841662 13584363520 295552 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3316495 295552 3820 1 0 3304210 0
[pid=19632/tid=19633] ppid=19629 vsize=13265980 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 9455 0 0 0 246 18 0 0 20 0 20 0 6841663 13584363520 295552 33554432000 4194304 4196468 140725508683264 139846391661712 139846027901964 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) S 19629 19632 18684 0 -1 1077944384 520 0 0 0 24 15 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845986352272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13265980 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) S 19629 19632 18684 0 -1 1077944384 838 0 0 0 26 12 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845985299472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13265980 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) S 19629 19632 18684 0 -1 1077944384 509 0 0 0 23 15 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845984246672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) S 19629 19632 18684 0 -1 1077944384 777 0 0 0 25 14 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845983193872 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) S 19629 19632 18684 0 -1 1077944384 657 0 0 0 24 15 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845982141072 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13265980 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) S 19629 19632 18684 0 -1 1077944384 578 0 0 0 24 14 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845981088272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13265980 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) S 19629 19632 18684 0 -1 1077944384 692 0 0 0 25 15 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845980035472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13265980 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) S 19629 19632 18684 0 -1 1077944384 588 0 0 0 18 17 0 0 20 0 20 0 6841664 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845978982672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) S 19629 19632 18684 0 -1 1077944384 790 0 0 0 1 0 0 0 20 0 20 0 6841665 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845850676080 139846387436162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13265980 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 1363 0 0 0 31 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845846464880 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 1308 0 0 0 27 1 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845845412080 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13265980 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 1440 0 0 0 37 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845844359280 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13265980 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 1113 0 0 0 27 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845843306480 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6841669 13584363520 295552 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 13265980

[startup+6.30078 s]
/proc/loadavg: 1.62 1.44 1.53 5/280 19688
/proc/meminfo: memFree=30037296/32770624 swapFree=5948/272460
[pid=19632] ppid=19629 vsize=13265980 CPUtime=12.55 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 25690 0 0 0 986 269 0 0 20 0 20 0 6841662 13584363520 408759 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3316495 408759 3820 1 0 3304210 0
[pid=19632/tid=19633] ppid=19629 vsize=13265980 CPUtime=5.48 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) R 19629 19632 18684 0 -1 4202560 9817 0 0 0 528 20 0 0 20 0 20 0 6841663 13584363520 408759 33554432000 4194304 4196468 140725508683264 139846391661760 139846027525176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13265980 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) S 19629 19632 18684 0 -1 1077944384 882 0 0 0 42 31 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845986352272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13265980 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) S 19629 19632 18684 0 -1 1077944384 1153 0 0 0 42 26 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845985299472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13265980 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) S 19629 19632 18684 0 -1 1077944384 827 0 0 0 41 30 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845984246672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13265980 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) S 19629 19632 18684 0 -1 1077944384 1107 0 0 0 42 31 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845983193872 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13265980 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) S 19629 19632 18684 0 -1 1077944384 973 0 0 0 42 31 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845982141072 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13265980 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) S 19629 19632 18684 0 -1 1077944384 904 0 0 0 41 31 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845981088272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13265980 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) S 19629 19632 18684 0 -1 1077944384 1047 0 0 0 45 28 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845980035472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13265980 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) S 19629 19632 18684 0 -1 1077944384 907 0 0 0 33 32 0 0 20 0 20 0 6841664 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845978982672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) S 19629 19632 18684 0 -1 1077944384 1028 0 0 0 1 0 0 0 20 0 20 0 6841665 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845850676080 139846387436162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6841666 13584363520 408759 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13268028 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 2437 0 0 0 56 1 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845846464640 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 2705 0 0 0 48 2 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845845412128 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 3032 0 0 0 65 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845844359328 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13268028 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 3679 0 0 0 43 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845843306528 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13268028 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 831 0 0 0 5 4 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 823.19
Current children cumulated vsize (KiB) 13268028

[startup+192.001 s]
/proc/loadavg: 6.20 3.18 2.15 10/282 19750
/proc/meminfo: memFree=14740356/32770624 swapFree=5948/272924
[pid=19632] ppid=19629 vsize=13268028 CPUtime=848.11 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 534883 0 0 0 81683 3128 0 0 20 0 20 0 6841662 13586460672 2704232 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3317007 2704232 3833 1 0 3304722 0
[pid=19632/tid=19633] ppid=19629 vsize=13268028 CPUtime=63.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) S 19629 19632 18684 0 -1 1077944384 27668 0 0 0 6332 25 0 0 20 0 20 0 6841663 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139846391659344 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13268028 CPUtime=93.56 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) R 19629 19632 18684 0 -1 4202560 32801 0 0 0 8971 385 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845986352392 139846380053223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13268028 CPUtime=93.67 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) R 19629 19632 18684 0 -1 4202560 38079 0 0 0 8981 386 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845985299592 139846373183832 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13268028 CPUtime=93.53 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) R 19629 19632 18684 0 -1 4202560 31377 0 0 0 8973 380 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845984246792 139846380053223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13268028 CPUtime=93.68 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) R 19629 19632 18684 0 -1 4202560 83309 0 0 0 8989 379 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845983193680 139846380053223 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13268028 CPUtime=93.39 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) R 19629 19632 18684 0 -1 4202560 42544 0 0 0 8949 390 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845982141192 139846380053223 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13268028 CPUtime=93.53 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) R 19629 19632 18684 0 -1 4202560 77025 0 0 0 8968 385 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845981088392 139846380053223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13268028 CPUtime=93.67 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) R 19629 19632 18684 0 -1 4202560 92473 0 0 0 8976 391 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845980035672 139846372414493 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13268028 CPUtime=93.52 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) R 19629 19632 18684 0 -1 4202560 54802 0 0 0 8963 389 0 0 20 0 20 0 6841664 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845978982792 139846380053223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13268028 CPUtime=33.6 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) S 19629 19632 18684 0 -1 1077944384 40699 0 0 0 3357 3 0 0 20 0 20 0 6841665 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845850674640 139846387435221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13268028 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 2437 0 0 0 56 1 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845846464640 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 2705 0 0 0 48 2 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845845412128 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 3032 0 0 0 65 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845844359328 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13268028 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 3679 0 0 0 43 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845843306528 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13268028 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 831 0 0 0 5 4 0 0 20 0 20 0 6841669 13586460672 2704232 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 848.11
Current children cumulated vsize (KiB) 13268028

[startup+193.601 s]
/proc/loadavg: 6.43 3.28 2.19 3/282 19750
/proc/meminfo: memFree=14740368/32770624 swapFree=5948/272928
[pid=19632] ppid=19629 vsize=13268028 CPUtime=852.3 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 535139 0 0 0 82101 3129 0 0 20 0 20 0 6841662 13586460672 2704239 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3317007 2704239 3833 1 0 3304722 0
[pid=19632/tid=19633] ppid=19629 vsize=13268028 CPUtime=63.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) S 19629 19632 18684 0 -1 1077944384 27668 0 0 0 6332 25 0 0 20 0 20 0 6841663 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139846391659344 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13268028 CPUtime=93.93 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) S 19629 19632 18684 0 -1 1077944384 32801 0 0 0 9008 385 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845986352272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13268028 CPUtime=94.04 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) S 19629 19632 18684 0 -1 1077944384 38079 0 0 0 9017 387 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845985299472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13268028 CPUtime=93.9 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) S 19629 19632 18684 0 -1 1077944384 31377 0 0 0 9010 380 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845984246672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13268028 CPUtime=94.05 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) S 19629 19632 18684 0 -1 1077944384 83309 0 0 0 9025 380 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845983193872 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13268028 CPUtime=93.76 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) S 19629 19632 18684 0 -1 1077944384 42544 0 0 0 8986 390 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845982141072 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13268028 CPUtime=93.91 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) S 19629 19632 18684 0 -1 1077944384 77025 0 0 0 9005 386 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845981088272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13268028 CPUtime=94.05 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) S 19629 19632 18684 0 -1 1077944384 92473 0 0 0 9014 391 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845980035472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13268028 CPUtime=93.88 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) S 19629 19632 18684 0 -1 1077944384 54802 0 0 0 8999 389 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845978982672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13268028 CPUtime=34.83 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) R 19629 19632 18684 0 -1 4202560 40955 0 0 0 3480 3 0 0 20 0 20 0 6841665 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845850674528 139846372421524 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13268028 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 2437 0 0 0 56 1 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845846464640 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 2705 0 0 0 48 2 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845845412128 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 3032 0 0 0 65 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845844359328 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13268028 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 3679 0 0 0 43 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845843306528 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13268028 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 831 0 0 0 5 4 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 852.3
Current children cumulated vsize (KiB) 13268028

[startup+194.001 s]
/proc/loadavg: 6.43 3.28 2.19 3/282 19750
/proc/meminfo: memFree=14740368/32770624 swapFree=5948/272928
[pid=19632] ppid=19629 vsize=13268028 CPUtime=852.69 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) S 19629 19632 18684 0 -1 1077944320 535139 0 0 0 82140 3129 0 0 20 0 20 0 6841662 13586460672 2704239 33554432000 4194304 4196468 140725508683264 140725508665808 139846387425015 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
/proc/19632/statm: 3317007 2704239 3833 1 0 3304722 0
[pid=19632/tid=19633] ppid=19629 vsize=13268028 CPUtime=63.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19633/stat : 19633 (java) S 19629 19632 18684 0 -1 1077944384 27668 0 0 0 6332 25 0 0 20 0 20 0 6841663 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139846391659344 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19635] ppid=19629 vsize=13268028 CPUtime=93.93 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19635/stat : 19635 (java) S 19629 19632 18684 0 -1 1077944384 32801 0 0 0 9008 385 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845986352272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19636] ppid=19629 vsize=13268028 CPUtime=94.04 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19636/stat : 19636 (java) S 19629 19632 18684 0 -1 1077944384 38079 0 0 0 9017 387 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845985299472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19637] ppid=19629 vsize=13268028 CPUtime=93.9 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19637/stat : 19637 (java) S 19629 19632 18684 0 -1 1077944384 31377 0 0 0 9010 380 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845984246672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19638] ppid=19629 vsize=13268028 CPUtime=94.05 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19638/stat : 19638 (java) S 19629 19632 18684 0 -1 1077944384 83309 0 0 0 9025 380 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845983193872 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19639] ppid=19629 vsize=13268028 CPUtime=93.76 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) S 19629 19632 18684 0 -1 1077944384 42544 0 0 0 8986 390 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845982141072 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19640] ppid=19629 vsize=13268028 CPUtime=93.91 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19640/stat : 19640 (java) S 19629 19632 18684 0 -1 1077944384 77025 0 0 0 9005 386 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845981088272 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19641] ppid=19629 vsize=13268028 CPUtime=94.05 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19641/stat : 19641 (java) S 19629 19632 18684 0 -1 1077944384 92473 0 0 0 9014 391 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845980035472 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19642] ppid=19629 vsize=13268028 CPUtime=93.88 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19642/stat : 19642 (java) S 19629 19632 18684 0 -1 1077944384 54802 0 0 0 8999 389 0 0 20 0 20 0 6841664 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845978982672 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19643] ppid=19629 vsize=13268028 CPUtime=35.22 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19643/stat : 19643 (java) R 19629 19632 18684 0 -1 4202560 40955 0 0 0 3519 3 0 0 20 0 20 0 6841665 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845850674528 139846371882618 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19644] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19644/stat : 19644 (java) S 19629 19632 18684 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845849622112 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19645] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19645/stat : 19645 (java) S 19629 19632 18684 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6841666 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845848569216 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19646] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19646/stat : 19646 (java) S 19629 19632 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845847517520 139846387443611 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19647] ppid=19629 vsize=13268028 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19647/stat : 19647 (java) S 19629 19632 18684 0 -1 1077944384 2437 0 0 0 56 1 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845846464640 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19648] ppid=19629 vsize=13268028 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19648/stat : 19648 (java) S 19629 19632 18684 0 -1 1077944384 2705 0 0 0 48 2 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845845412128 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19649] ppid=19629 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19649/stat : 19649 (java) S 19629 19632 18684 0 -1 1077944384 3032 0 0 0 65 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845844359328 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19650] ppid=19629 vsize=13268028 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19650/stat : 19650 (java) S 19629 19632 18684 0 -1 1077944384 3679 0 0 0 43 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845843306528 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19651] ppid=19629 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19651/stat : 19651 (java) S 19629 19632 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845842254944 139846387435221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
[pid=19632/tid=19652] ppid=19629 vsize=13268028 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19652/stat : 19652 (java) S 19629 19632 18684 0 -1 1077944384 831 0 0 0 5 4 0 0 20 0 20 0 6841669 13586460672 2704239 33554432000 4194304 4196468 140725508683264 139845841202224 139846387436162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140725508691082 140725508691268 140725508691268 140725508693967 0
Current children cumulated CPU time (s) 852.69
Current children cumulated vsize (KiB) 13268028

[startup+194.401 s]
/proc/loadavg: 6.43 3.28 2.19 3/282 19750
/proc/meminfo: memFree=14740368/32770624 swapFree=5948/272928
[pid=19632] ppid=19629 vsize=0 CPUtime=853.08 cores=0,2,4,6,8,10,12,14
/proc/19632/stat : 19632 (java) Z 19629 19632 18684 0 -1 4227084 535421 0 0 0 82173 3135 0 0 20 0 2 0 6841662 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/19632/statm: 0 0 0 0 0 0 0
[pid=19632/tid=19639] ppid=19629 vsize=0 CPUtime=93.82 cores=0,2,4,6,8,10,12,14
/proc/19632/task/19639/stat : 19639 (java) R 19629 19632 18684 0 -1 4203588 42544 0 0 0 8986 396 0 0 20 0 2 0 6841664 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 853.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 194.434
CPU time (s): 853.123
CPU user time (s): 821.735
CPU system time (s): 31.3882
CPU usage (%): 438.773
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 821.735
system time used= 31.3882
maximum resident set size= 10817576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18424
involuntary context switches= 54608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58023 second user time and 1.94264 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 11:29:09
IDJOB=4246879
IDBENCH=126259
IDSOLVER=2628
FILE ID=node139/4246879-1500715748
RUNJOBID= node139-1500710999-18715
PBS_JOBID= 20623349
Free space on /tmp= 61884 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246879-1500715748/watcher-4246879-1500715748 -o /tmp/evaluation-result-4246879-1500715748/solver-4246879-1500715748 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500710999-18715 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 992886201 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246879-1500715748.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=992886201

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

/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	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.08
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28454440 kB
MemAvailable:   28885912 kB
Buffers:          127196 kB
Cached:           583568 kB
SwapCached:            0 kB
Active:          3593492 kB
Inactive:         281192 kB
Active(anon):    3166672 kB
Inactive(anon):     8600 kB
Active(file):     426820 kB
Inactive(file):   272592 kB
Unevictable:        5948 kB
Mlocked:            5948 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            105888 kB
Writeback:             0 kB
AnonPages:       3175540 kB
Mapped:            45856 kB
Shmem:              8852 kB
Slab:             129580 kB
SReclaimable:      95792 kB
SUnreclaim:        33788 kB
KernelStack:        4496 kB
PageTables:        11400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4013508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3096576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61840 MiB
End job on node139 at 2017-07-22 11:32:24