Trace number 4245954

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: Concrete 3.4? 77.4613 33.1866

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-4-02_X2.xml
MD5SUM5d31e39470d1d48f33dd53d9de16f30b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark35.597
Satisfiable
(Un)Satisfiability was proved
Number of variables28161
Number of constraints167877
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":28161}]
Minimum variable degree3
Maximum variable degree551
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":12},{"degree":5,"count":532},{"degree":6,"count":3996},{"degree":7,"count":3982},{"degree":8,"count":3596},{"degree":9,"count":2312},{"degree":10,"count":1333},{"degree":11,"count":1831},{"degree":12,"count":1286},{"degree":13,"count":1464},{"degree":14,"count":1297},{"degree":15,"count":774},{"degree":16,"count":555},{"degree":17,"count":435},{"degree":18,"count":124},{"degree":19,"count":517},{"degree":20,"count":221},{"degree":21,"count":606},{"degree":22,"count":333},{"degree":23,"count":305},{"degree":24,"count":92},{"degree":25,"count":53},{"degree":26,"count":187},{"degree":27,"count":264},"...",{"degree":75,"count":21}, {"degree":76,"count":1}, {"degree":77,"count":20}, {"degree":78,"count":1}, {"degree":79,"count":20}, {"degree":85,"count":1}, {"degree":87,"count":1}, {"degree":96,"count":1}, {"degree":97,"count":19}, {"degree":100,"count":1}, {"degree":101,"count":17}, {"degree":107,"count":1}, {"degree":111,"count":3}, {"degree":112,"count":117}, {"degree":121,"count":3}, {"degree":162,"count":1}, {"degree":163,"count":16}, {"degree":223,"count":1}, {"degree":343,"count":1}, {"degree":469,"count":1}, {"degree":515,"count":1}, {"degree":537,"count":1}, {"degree":539,"count":1}, {"degree":550,"count":1}, {"degree":551,"count":16}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":28378},{"arity":2,"count":113419},{"arity":3,"count":9482},{"arity":4,"count":4277},{"arity":5,"count":4109},{"arity":6,"count":2594},{"arity":7,"count":1533},{"arity":8,"count":1225},{"arity":9,"count":794},{"arity":10,"count":476},{"arity":11,"count":680},{"arity":12,"count":318},{"arity":13,"count":164},{"arity":14,"count":67},{"arity":15,"count":24},{"arity":16,"count":24},{"arity":17,"count":48},{"arity":19,"count":24},{"arity":20,"count":48},{"arity":21,"count":48},{"arity":23,"count":48},{"arity":24,"count":48},{"arity":25,"count":48},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints28378
Distribution of constraint types[{"type":"intension","count":28378},{"type":"sum","count":139499}]
Optimization problemNO
Type of objective

Solver Data

3.61/2.12	c Concrete v3.4 running
77.37/33.15	java.lang.IllegalArgumentException: requirement failed: _1 has no bounds. Involved by TreeSet(constraint {(-??-2], [0?+?)} == 364346. 'neg({[0?1]}))
77.37/33.15		at scala.Predef$.require(Predef.scala:277)
77.37/33.15		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:111)
77.37/33.15		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:108)
77.37/33.15		at scala.PartialFunction.$anonfun$runWith$1$adapted(PartialFunction.scala:141)
77.37/33.15		at scala.collection.immutable.Stream.collect(Stream.scala:432)
77.37/33.15		at scala.collection.immutable.Stream$.$anonfun$collectedTail$1(Stream.scala:1260)
77.37/33.15		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
77.37/33.15		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
77.37/33.15		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
77.37/33.15		at scala.collection.TraversableOnce.toMap(TraversableOnce.scala:316)
77.37/33.15		at scala.collection.TraversableOnce.toMap$(TraversableOnce.scala:314)
77.37/33.15		at scala.collection.AbstractTraversable.toMap(Traversable.scala:104)
77.37/33.15		at concrete.generator.ProblemGenerator.generateVariables(ProblemGenerator.scala:115)
77.37/33.15		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:57)
77.37/33.15		at scala.util.Try$.apply(Try.scala:209)
77.37/33.15		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
77.37/33.15		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
77.37/33.15		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
77.37/33.15		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
77.37/33.15		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
77.37/33.15		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
77.37/33.15		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
77.37/33.15		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
77.37/33.15		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
77.37/33.15		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
77.37/33.15		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
77.37/33.15		at scala.util.Success.flatMap(Try.scala:247)
77.37/33.15		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
77.37/33.15		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
77.37/33.15		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
77.37/33.15		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
77.37/33.15		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
77.37/33.15		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
77.37/33.15		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
77.37/33.15		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
77.37/33.15		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
77.37/33.15		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
77.37/33.15		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
77.37/33.15		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
77.37/33.15		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
77.37/33.15		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
77.37/33.15		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
77.37/33.15		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
77.37/33.15		at scala.Function0.apply$mcV$sp(Function0.scala:34)
77.37/33.15		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
77.37/33.15		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
77.37/33.15		at scala.App.$anonfun$main$1$adapted(App.scala:76)
77.37/33.15		at scala.collection.immutable.List.foreach(List.scala:389)
77.37/33.15		at scala.App.main(App.scala:76)
77.37/33.15		at scala.App.main$(App.scala:74)
77.37/33.15		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
77.37/33.15		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
77.37/33.16	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-4245954-1500707706/watcher-4245954-1500707706 -o /tmp/evaluation-result-4245954-1500707706/solver-4245954-1500707706 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560 bin/concrete HOME/instance-4245954-1500707706.xml 

pid=16176
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: 2.55 2.20 2.41 3/261 16179
/proc/meminfo: memFree=28075208/32770624 swapFree=5788/296884
[pid=16179] ppid=16176 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (bash) S 16176 16179 7954 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 6038102 9736192 351 33554432000 4194304 5098028 140733998044624 140733998042264 139732625284096 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 37335040 140733998052622 140733998052707 140733998052707 140733998055406 0
/proc/16179/statm: 2377 351 278 221 0 86 0

[startup+0.100186 s]
/proc/loadavg: 2.55 2.20 2.41 3/261 16179
/proc/meminfo: memFree=28075208/32770624 swapFree=5788/296884
[pid=16179] ppid=16176 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (bash) S 16176 16179 7954 0 -1 4202496 885 6412 0 0 0 0 0 1 20 0 1 0 6038102 9871360 378 33554432000 4194304 5098028 140733998044624 140733998038632 139732625284096 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 37335040 140733998052622 140733998052707 140733998052707 140733998055406 0
/proc/16179/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200307 s]
/proc/loadavg: 2.55 2.20 2.41 3/261 16179
/proc/meminfo: memFree=28075208/32770624 swapFree=5788/296884
[pid=16179] ppid=16176 vsize=10768680 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 5643 12589 0 0 6 1 8 4 20 0 18 0 6038102 11027128320 5874 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2692170 5874 2471 1 0 2680608 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10768680

[startup+0.300294 s]
/proc/loadavg: 2.55 2.20 2.41 3/261 16179
/proc/meminfo: memFree=28075208/32770624 swapFree=5788/296884
[pid=16179] ppid=16176 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 9332 12589 0 0 21 3 8 4 20 0 20 0 6038102 11163947008 10390 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2725573 10390 2970 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700279 s]
/proc/loadavg: 2.55 2.20 2.41 3/261 16179
/proc/meminfo: memFree=28075208/32770624 swapFree=5788/296884
[pid=16179] ppid=16176 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 13080 12589 0 0 83 5 8 4 20 0 20 0 6038102 11164385280 16352 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2725680 16352 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50544 s]
/proc/loadavg: 2.58 2.21 2.41 5/281 16252
/proc/meminfo: memFree=27966052/32770624 swapFree=5788/296624
[pid=16179] ppid=16176 vsize=10915392 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 28358 12589 0 0 206 12 8 4 20 0 20 0 6038102 11177361408 44777 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2728848 44777 3406 1 0 2716962 0
[pid=16179/tid=16234] ppid=16176 vsize=10915392 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 19830 12589 0 0 126 6 8 4 20 0 20 0 6038115 11177361408 44777 33554432000 4194304 4196468 140737318880672 139940023586440 139940011592510 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 53 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 41 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 15 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 133 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 15 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 12 12589 0 0 0 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 24 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 26 12589 0 0 1 0 8 4 20 0 20 0 6038116 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 1603 12589 0 0 1 0 8 4 20 0 20 0 6038118 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 54 12589 0 0 0 0 8 4 20 0 20 0 6038118 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939492636064 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 44 12589 0 0 0 0 8 4 20 0 20 0 6038118 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939491583472 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10915392 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) S 16176 16179 7954 0 -1 1077944384 643 12589 0 0 14 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939489478640 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) S 16176 16179 7954 0 -1 1077944384 598 12589 0 0 11 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939488426096 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) S 16176 16179 7954 0 -1 1077944384 1687 12589 0 0 15 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939487373552 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10915392 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 1441 12589 0 0 28 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11177361408 44777 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.1011 s]
/proc/loadavg: 2.58 2.21 2.41 4/281 16252
/proc/meminfo: memFree=27899408/32770624 swapFree=5788/296624
[pid=16179] ppid=16176 vsize=10923772 CPUtime=7.13 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 39923 12589 0 0 623 78 8 4 20 0 20 0 6038102 11185942528 93912 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2730943 93912 3500 1 0 2718498 0
[pid=16179/tid=16234] ppid=16176 vsize=10923772 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 23820 12589 0 0 270 9 8 4 20 0 20 0 6038115 11185942528 93912 33554432000 4194304 4196468 140737318880672 139940023584760 139939656533775 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 145 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 125 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 93 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 196 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10923772 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 252 12589 0 0 5 8 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10923772 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 225 12589 0 0 4 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 134 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10923772 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 111 12589 0 0 5 7 8 4 20 0 20 0 6038116 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 2099 12589 0 0 1 0 8 4 20 0 20 0 6038118 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 57 12589 0 0 0 0 8 4 20 0 20 0 6038118 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 47 12589 0 0 0 0 8 4 20 0 20 0 6038118 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10923772 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) R 16176 16179 7954 0 -1 4202560 1691 12589 0 0 70 0 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939489464664 139939998611976 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10923772 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) R 16176 16179 7954 0 -1 4202560 2270 12589 0 0 73 0 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939488407296 139940004478977 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10923772 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) R 16176 16179 7954 0 -1 4202560 2812 12589 0 0 69 1 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939487366744 139939997224480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10923772 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 3704 12589 0 0 96 1 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 5 12589 0 0 0 0 8 4 20 0 20 0 6038122 11185942528 93912 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 10923772

[startup+6.30115 s]
/proc/loadavg: 2.58 2.21 2.41 5/281 16252
/proc/meminfo: memFree=27282420/32770624 swapFree=5788/296636
[pid=16179] ppid=16176 vsize=10923772 CPUtime=17.53 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 52831 12589 0 0 1464 277 8 4 20 0 20 0 6038102 11185942528 232204 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2730943 232204 3502 1 0 2718498 0
[pid=16179/tid=16234] ppid=16176 vsize=10923772 CPUtime=4.94 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 24971 12589 0 0 470 12 8 4 20 0 20 0 6038115 11185942528 232204 33554432000 4194304 4196468 140737318880672 139940023585752 139939647987614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10923772 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 376 12589 0 0 48 31 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10923772 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 436 12589 0 0 48 32 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10923772 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 455 12589 0 0 47 32 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10923772 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 478 12589 0 0 48 31 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10923772 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 522 12589 0 0 48 32 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10923772 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 542 12589 0 0 48 33 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10923772 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 371 12589 0 0 50 31 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10923772 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 367 12589 0 0 48 29 8 4 20 0 20 0 6038116 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 3705 12589 0 0 4 0 8 4 20 0 20 0 6038118 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 57 12589 0 0 0 0 8 4 20 0 20 0 6038118 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 47 12589 0 0 0 0 8 4 20 0 20 0 6038118 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10923772 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) S 16176 16179 7954 0 -1 1077944384 3914 12589 0 0 161 1 8 4 20 0 20 0 6038122 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939489478640 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10923772 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) S 16176 16179 7954 0 -1 1077944384 5135 12589 0 0 165 1 8 4 20 0 20 0 6038122 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939488426096 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10923772 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) S 16176 16179 7954 0 -1 1077944384 5290 12589 0 0 162 2 8 4 20 0 20 0 6038122 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939487373552 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10923772 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 3969 12589 0 0 111 1 8 4 20 0 20 0 6038122 11185942528 232204 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=16179/tid=16241] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 1294 12589 0 0 261 90 8 4 20 0 20 0 6038116 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 2001 12589 0 0 265 85 8 4 20 0 20 0 6038116 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 7569 12589 0 0 17 1 8 4 20 0 20 0 6038118 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 69 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 58 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10927868 CPUtime=5.61 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) S 16176 16179 7954 0 -1 1077944384 11806 12589 0 0 547 2 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939489478640 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10927868 CPUtime=5.64 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) S 16176 16179 7954 0 -1 1077944384 12992 12589 0 0 549 3 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939488426096 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10927868 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) S 16176 16179 7954 0 -1 1077944384 13082 12589 0 0 569 4 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939487373552 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10927868 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 14109 12589 0 0 226 3 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 1501 12589 0 0 0 1 8 4 20 0 20 0 6038122 11190136832 817066 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 66 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 75.14
Current children cumulated vsize (KiB) 10927868

[startup+32.8011 s]
/proc/loadavg: 3.34 2.46 2.49 3/281 16252
/proc/meminfo: memFree=24812628/32770624 swapFree=5788/296656
[pid=16179] ppid=16176 vsize=10927868 CPUtime=76.55 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 116068 12589 0 0 6883 760 8 4 20 0 20 0 6038102 11190136832 817313 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2731967 817313 3518 1 0 2719522 0
[pid=16179/tid=16234] ppid=16176 vsize=10927868 CPUtime=28.53 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 39672 12589 0 0 2809 32 8 4 20 0 20 0 6038115 11190136832 817313 33554432000 4194304 4196468 140737318880672 139940023587496 139939650402067 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10927868 CPUtime=3.59 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 1885 12589 0 0 256 91 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 1570 12589 0 0 262 88 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 1457 12589 0 0 265 86 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10927868 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 1359 12589 0 0 260 88 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10927868 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 1831 12589 0 0 263 90 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 1235 12589 0 0 264 86 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 1294 12589 0 0 261 90 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 2001 12589 0 0 265 85 8 4 20 0 20 0 6038116 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 7569 12589 0 0 17 1 8 4 20 0 20 0 6038118 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 69 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 58 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10927868 CPUtime=5.78 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) R 16176 16179 7954 0 -1 4202560 11847 12589 0 0 563 3 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939489464960 139939999048475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10927868 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) R 16176 16179 7954 0 -1 4202560 13048 12589 0 0 566 3 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939488426016 139939997378034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10927868 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) R 16176 16179 7954 0 -1 4202560 13203 12589 0 0 588 4 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939487360368 139940012452100 0 4 0 16800975 0 0 0 -1 10 0 0 65 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10927868 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 14333 12589 0 0 235 3 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 1501 12589 0 0 0 1 8 4 20 0 20 0 6038122 11190136832 817313 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 66 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 76.55
Current children cumulated vsize (KiB) 10927868

[startup+33.0012 s]
/proc/loadavg: 3.34 2.46 2.49 3/281 16252
/proc/meminfo: memFree=24810396/32770624 swapFree=5788/296656
[pid=16179] ppid=16176 vsize=10927868 CPUtime=77.27 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 116815 12589 0 0 6955 760 8 4 20 0 20 0 6038102 11190136832 817660 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2731967 817660 3518 1 0 2719522 0
[pid=16179/tid=16234] ppid=16176 vsize=10927868 CPUtime=28.74 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 39673 12589 0 0 2830 32 8 4 20 0 20 0 6038115 11190136832 817660 33554432000 4194304 4196468 140737318880672 139940023587400 139939665212066 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10927868 CPUtime=3.59 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 1885 12589 0 0 256 91 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 1570 12589 0 0 262 88 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 1457 12589 0 0 265 86 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10927868 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 1359 12589 0 0 260 88 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10927868 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 1831 12589 0 0 263 90 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 1235 12589 0 0 264 86 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 1294 12589 0 0 261 90 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 2001 12589 0 0 265 85 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 7569 12589 0 0 17 1 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 69 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 58 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10927868 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) S 16176 16179 7954 0 -1 1077944384 12298 12589 0 0 580 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939489478640 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10927868 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) S 16176 16179 7954 0 -1 1077944384 13139 12589 0 0 584 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939488426096 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10927868 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) S 16176 16179 7954 0 -1 1077944384 13406 12589 0 0 605 4 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939487373552 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 65 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10927868 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 14333 12589 0 0 235 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 1501 12589 0 0 0 1 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 66 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 77.27
Current children cumulated vsize (KiB) 10927868

[startup+33.109 s]
/proc/loadavg: 3.34 2.46 2.49 3/281 16252
/proc/meminfo: memFree=24810396/32770624 swapFree=5788/296656
[pid=16179] ppid=16176 vsize=10927868 CPUtime=77.37 cores=0,2,4,6,8,10,12,14
/proc/16179/stat : 16179 (java) S 16176 16179 7954 0 -1 1077944320 116815 12589 0 0 6965 760 8 4 20 0 20 0 6038102 11190136832 817660 33554432000 4194304 4196468 140737318880672 140737318863216 139940019355383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
/proc/16179/statm: 2731967 817660 3518 1 0 2719522 0
[pid=16179/tid=16234] ppid=16176 vsize=10927868 CPUtime=28.84 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16234/stat : 16234 (java) R 16176 16179 7954 0 -1 4202560 39673 12589 0 0 2840 32 8 4 20 0 20 0 6038115 11190136832 817660 33554432000 4194304 4196468 140737318880672 139940023587256 139939662150552 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16235] ppid=16176 vsize=10927868 CPUtime=3.59 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16235/stat : 16235 (java) S 16176 16179 7954 0 -1 1077944384 1885 12589 0 0 256 91 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939971975952 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16236] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16236/stat : 16236 (java) S 16176 16179 7954 0 -1 1077944384 1570 12589 0 0 262 88 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939970923408 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16237] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16237/stat : 16237 (java) S 16176 16179 7954 0 -1 1077944384 1457 12589 0 0 265 86 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939969870864 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16238] ppid=16176 vsize=10927868 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16238/stat : 16238 (java) S 16176 16179 7954 0 -1 1077944384 1359 12589 0 0 260 88 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939968818320 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16239] ppid=16176 vsize=10927868 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16239/stat : 16239 (java) S 16176 16179 7954 0 -1 1077944384 1831 12589 0 0 263 90 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939967764752 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16240] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16240/stat : 16240 (java) S 16176 16179 7954 0 -1 1077944384 1235 12589 0 0 264 86 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939621296528 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16241] ppid=16176 vsize=10927868 CPUtime=3.63 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16241/stat : 16241 (java) S 16176 16179 7954 0 -1 1077944384 1294 12589 0 0 261 90 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939620243984 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16242] ppid=16176 vsize=10927868 CPUtime=3.62 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16242/stat : 16242 (java) S 16176 16179 7954 0 -1 1077944384 2001 12589 0 0 265 85 8 4 20 0 20 0 6038116 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939619191440 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16243] ppid=16176 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16243/stat : 16243 (java) S 16176 16179 7954 0 -1 1077944384 7569 12589 0 0 17 1 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939493689840 139940019366530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16244] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16244/stat : 16244 (java) S 16176 16179 7954 0 -1 1077944384 69 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939492636128 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16245] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16245/stat : 16245 (java) S 16176 16179 7954 0 -1 1077944384 58 12589 0 0 0 0 8 4 20 0 20 0 6038118 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939491583488 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16246] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16246/stat : 16246 (java) S 16176 16179 7954 0 -1 1077944384 1 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939490532048 139940019373979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16247] ppid=16176 vsize=10927868 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16247/stat : 16247 (java) S 16176 16179 7954 0 -1 1077944384 12298 12589 0 0 580 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939489478640 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16248] ppid=16176 vsize=10927868 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16248/stat : 16248 (java) S 16176 16179 7954 0 -1 1077944384 13139 12589 0 0 584 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939488426096 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16249] ppid=16176 vsize=10927868 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16249/stat : 16249 (java) S 16176 16179 7954 0 -1 1077944384 13406 12589 0 0 605 4 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939487373552 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 65 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16250] ppid=16176 vsize=10927868 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16250/stat : 16250 (java) S 16176 16179 7954 0 -1 1077944384 14333 12589 0 0 235 3 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939486321008 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16251] ppid=16176 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16251/stat : 16251 (java) S 16176 16179 7954 0 -1 1077944384 3 12589 0 0 0 0 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939485268704 139940019365589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
[pid=16179/tid=16252] ppid=16176 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16179/task/16252/stat : 16252 (java) S 16176 16179 7954 0 -1 1077944384 1501 12589 0 0 0 1 8 4 20 0 20 0 6038122 11190136832 817660 33554432000 4194304 4196468 140737318880672 139939484216240 139940019366530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 66 0 0 6293624 6294260 16695296 140737318881985 140737318884759 140737318884759 140737318887375 0
Current children cumulated CPU time (s) 77.37
Current children cumulated vsize (KiB) 10927868

Child status: 0
Real time (s): 33.1866
CPU time (s): 77.4613
CPU user time (s): 69.7982
CPU system time (s): 7.66309
CPU usage (%): 233.411
Max. virtual memory (cumulated for all children) (KiB): 10927916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.7982
system time used= 7.66309
maximum resident set size= 3271396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129621
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13946
involuntary context switches= 5095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.23601 second user time and 0.324282 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:15:06
IDJOB=4245954
IDBENCH=123432
IDSOLVER=2630
FILE ID=node128/4245954-1500707706
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61980 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-4-02_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245954-1500707706/watcher-4245954-1500707706 -o /tmp/evaluation-result-4245954-1500707706/solver-4245954-1500707706 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4245954-1500707706.xml

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

MD5SUM BENCH= 5d31e39470d1d48f33dd53d9de16f30b
RANDOM SEED=1717618691

node128.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		: 2400.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	: 5333.12
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.54
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	: 5333.12
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	: 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.54
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	: 5333.12
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.54
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	: 5333.12
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.54
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	: 5333.12
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		: 2667.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.54
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	: 5333.12
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.54
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	: 5333.12
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		: 2668.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.54
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	: 5333.12
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28075740 kB
MemAvailable:   28325496 kB
Buffers:          125960 kB
Cached:           404896 kB
SwapCached:            0 kB
Active:          3950804 kB
Inactive:         305640 kB
Active(anon):    3727932 kB
Inactive(anon):     8756 kB
Active(file):     222872 kB
Inactive(file):   296884 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39108 kB
Writeback:             0 kB
AnonPages:       3730932 kB
Mapped:            43744 kB
Shmem:              8844 kB
Slab:             125668 kB
SReclaimable:      91668 kB
SUnreclaim:        34000 kB
KernelStack:        4496 kB
PageTables:        12476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4164560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3469312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61956 MiB
End job on node128 at 2017-07-22 09:15:40