Trace number 4245939

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? 23.9798 7.79803

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-2-04_X2.xml
MD5SUMbd2389f2aa3956d19494f0c0fb85b82c
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 benchmark3.8319499
Satisfiable
(Un)Satisfiability was proved
Number of variables2810
Number of constraints14493
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":2810}]
Minimum variable degree1
Maximum variable degree180
Distribution of variable degrees[{"degree":1,"count":16},{"degree":3,"count":64},{"degree":4,"count":18},{"degree":5,"count":70},{"degree":6,"count":562},{"degree":7,"count":368},{"degree":8,"count":493},{"degree":9,"count":253},{"degree":10,"count":199},{"degree":11,"count":149},{"degree":12,"count":181},{"degree":13,"count":13},{"degree":14,"count":41},{"degree":15,"count":2},{"degree":16,"count":25},{"degree":17,"count":24},{"degree":18,"count":16},{"degree":19,"count":16},{"degree":20,"count":37},{"degree":21,"count":23},{"degree":22,"count":19},{"degree":23,"count":4},{"degree":24,"count":24},{"degree":27,"count":4},{"degree":28,"count":24},{"degree":29,"count":32},{"degree":31,"count":4},{"degree":32,"count":21},{"degree":33,"count":18},{"degree":38,"count":12},{"degree":40,"count":3},{"degree":41,"count":29},{"degree":42,"count":16},{"degree":57,"count":2},{"degree":59,"count":3},{"degree":70,"count":2},{"degree":72,"count":3},{"degree":102,"count":5},{"degree":105,"count":1},{"degree":113,"count":1},{"degree":115,"count":3},{"degree":146,"count":5},{"degree":171,"count":2},{"degree":179,"count":1},{"degree":180,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":2910},{"arity":2,"count":9350},{"arity":3,"count":792},{"arity":4,"count":373},{"arity":5,"count":446},{"arity":6,"count":429},{"arity":7,"count":93},{"arity":8,"count":5},{"arity":9,"count":80},{"arity":17,"count":15}]
Number of extensional constraints0
Number of intensional constraints2910
Distribution of constraint types[{"type":"intension","count":2910},{"type":"sum","count":11583}]
Optimization problemNO
Type of objective

Solver Data

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

pid=15759
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.69 2.19 2.41 3/262 15762
/proc/meminfo: memFree=28091688/32770624 swapFree=5788/295276
[pid=15762] ppid=15759 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (bash) S 15759 15762 7954 0 -1 4202496 686 1535 0 0 0 0 0 0 20 0 1 0 6035048 9736192 350 33554432000 4194304 5098028 140731019688720 140731019686360 139644694653952 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 19636224 140731019691278 140731019691363 140731019691363 140731019694062 0
/proc/15762/statm: 2377 350 278 221 0 86 0

[startup+0.100105 s]
/proc/loadavg: 2.69 2.19 2.41 3/262 15762
/proc/meminfo: memFree=28091688/32770624 swapFree=5788/295276
[pid=15762] ppid=15759 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (bash) S 15759 15762 7954 0 -1 4202496 878 6424 0 0 0 0 0 1 20 0 1 0 6035048 9871360 377 33554432000 4194304 5098028 140731019688720 140731019682728 139644694653952 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 19636224 140731019691278 140731019691363 140731019691363 140731019694062 0
/proc/15762/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200322 s]
/proc/loadavg: 2.69 2.19 2.41 3/262 15762
/proc/meminfo: memFree=28091688/32770624 swapFree=5788/295276
[pid=15762] ppid=15759 vsize=10768680 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 5554 12271 0 0 8 1 6 3 20 0 18 0 6035048 11027128320 5809 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2692170 5809 2470 1 0 2680608 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10768680

[startup+0.300291 s]
/proc/loadavg: 2.69 2.19 2.41 3/262 15762
/proc/meminfo: memFree=28091688/32770624 swapFree=5788/295276
[pid=15762] ppid=15759 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 9504 12271 0 0 25 2 6 3 20 0 20 0 6035048 11164049408 10670 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2725598 10670 3008 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700199 s]
/proc/loadavg: 2.69 2.19 2.41 3/262 15762
/proc/meminfo: memFree=28091688/32770624 swapFree=5788/295276
[pid=15762] ppid=15759 vsize=10902720 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 12847 12271 0 0 83 4 6 3 20 0 20 0 6035048 11164385280 16162 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2725680 16162 3216 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 2.69 2.19 2.41 3/282 15835
/proc/meminfo: memFree=27987820/32770624 swapFree=5788/295676
[pid=15762] ppid=15759 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 27458 12271 0 0 208 15 6 3 20 0 20 0 6035048 11175264256 44022 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2728336 44022 3413 1 0 2716450 0
[pid=15762/tid=15817] ppid=15759 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) R 15759 15762 7954 0 -1 4202560 19556 12271 0 0 128 5 6 3 20 0 20 0 6035059 11175264256 44022 33554432000 4194304 4196468 140728176999408 139665028314352 139665024097686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 35 12271 0 0 0 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 12 12271 0 0 0 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 24 12271 0 0 0 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 34 12271 0 0 1 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 128 12271 0 0 0 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 37 12271 0 0 1 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 15 12271 0 0 1 0 6 3 20 0 20 0 6035060 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1423 12271 0 0 1 0 6 3 20 0 20 0 6035062 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) S 15759 15762 7954 0 -1 1077944384 676 12271 0 0 13 0 6 3 20 0 20 0 6035067 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664494479472 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) R 15759 15762 7954 0 -1 4202560 1082 12271 0 0 16 0 6 3 20 0 20 0 6035067 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664493413216 139665016322878 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) S 15759 15762 7954 0 -1 1077944384 879 12271 0 0 12 0 6 3 20 0 20 0 6035067 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664492374384 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) R 15759 15762 7954 0 -1 4202560 1279 12271 0 0 26 1 6 3 20 0 20 0 6035067 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664491317312 139665024107098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 6 12271 0 0 0 0 6 3 20 0 20 0 6035068 11175264256 44022 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 2.71 2.20 2.41 6/282 15835
/proc/meminfo: memFree=27914352/32770624 swapFree=5788/295680
[pid=15762] ppid=15759 vsize=10923772 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 42297 12271 0 0 732 26 6 3 20 0 20 0 6035048 11185942528 75284 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2730943 75284 3494 1 0 2718498 0
[pid=15762/tid=15817] ppid=15759 vsize=10923772 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) R 15759 15762 7954 0 -1 4202560 24332 12271 0 0 281 7 6 3 20 0 20 0 6035059 11185942528 75284 33554432000 4194304 4196468 140728176999408 139665028297584 139665002349409 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 125 12271 0 0 2 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 122 12271 0 0 2 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 65 12271 0 0 2 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 71 12271 0 0 1 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 84 12271 0 0 1 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 167 12271 0 0 1 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 37 12271 0 0 1 0 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 64 12271 0 0 2 1 6 3 20 0 20 0 6035060 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1477 12271 0 0 2 0 6 3 20 0 20 0 6035062 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10923772 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) S 15759 15762 7954 0 -1 1077944384 2603 12271 0 0 103 1 6 3 20 0 20 0 6035067 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664494479472 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10923772 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) R 15759 15762 7954 0 -1 4202560 2600 12271 0 0 105 1 6 3 20 0 20 0 6035067 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664493413808 139665010114537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10923772 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) S 15759 15762 7954 0 -1 1077944384 4597 12271 0 0 117 1 6 3 20 0 20 0 6035067 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664492374384 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10923772 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 3715 12271 0 0 105 2 6 3 20 0 20 0 6035067 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 7 12271 0 0 0 0 6 3 20 0 20 0 6035068 11185942528 75284 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 10923772

[startup+6.30082 s]
/proc/loadavg: 2.71 2.20 2.41 5/282 15835
/proc/meminfo: memFree=27711684/32770624 swapFree=5788/295692
[pid=15762] ppid=15759 vsize=10927868 CPUtime=18.72 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 54352 12271 0 0 1797 66 6 3 20 0 20 0 6035048 11190136832 109130 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2731967 109130 3516 1 0 2719522 0
[pid=15762/tid=15817] ppid=15759 vsize=10927868 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) R 15759 15762 7954 0 -1 4202560 26264 12271 0 0 587 9 6 3 20 0 20 0 6035059 11190136832 109130 33554432000 4194304 4196468 140728176999408 139665028316600 139664639431828 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 157 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 180 12271 0 0 8 6 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 130 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 154 12271 0 0 6 6 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10927868 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 126 12271 0 0 6 4 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 229 12271 0 0 8 5 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 103 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 124 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1566 12271 0 0 2 0 6 3 20 0 20 0 6035062 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10927868 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) S 15759 15762 7954 0 -1 1077944384 5355 12271 0 0 302 2 6 3 20 0 20 0 6035067 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664494479472 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10927868 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) S 15759 15762 7954 0 -1 1077944384 4737 12271 0 0 322 1 6 3 20 0 20 0 6035067 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664493426672 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10927868 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) S 15759 15762 7954 0 -1 1077944384 7073 12271 0 0 312 2 6 3 20 0 20 0 6035067 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664492374384 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10927868 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 5915 12271 0 0 209 2 6 3 20 0 20 0 6035067 11190136832 109130 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14

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

[pid=15762/tid=15824] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 103 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 124 12271 0 0 7 5 6 3 20 0 20 0 6035060 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1566 12271 0 0 2 0 6 3 20 0 20 0 6035062 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10927868 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) S 15759 15762 7954 0 -1 1077944384 5355 12271 0 0 303 2 6 3 20 0 20 0 6035067 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664494479472 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10927868 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) S 15759 15762 7954 0 -1 1077944384 4737 12271 0 0 323 1 6 3 20 0 20 0 6035067 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664493426672 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10927868 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) S 15759 15762 7954 0 -1 1077944384 7073 12271 0 0 314 2 6 3 20 0 20 0 6035067 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664492374384 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10927868 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 5915 12271 0 0 209 2 6 3 20 0 20 0 6035067 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 8 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 109131 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 10927868

[startup+7.20112 s]
/proc/loadavg: 2.65 2.20 2.41 3/282 15835
/proc/meminfo: memFree=27644184/32770624 swapFree=5788/295692
[pid=15762] ppid=15759 vsize=10927868 CPUtime=21.63 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 55570 12271 0 0 2075 79 6 3 20 0 20 0 6035048 11190136832 115349 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2731967 115349 3516 1 0 2719522 0
[pid=15762/tid=15817] ppid=15759 vsize=10927868 CPUtime=6.92 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) R 15759 15762 7954 0 -1 4202560 27002 12271 0 0 674 9 6 3 20 0 20 0 6035059 11190136832 115349 33554432000 4194304 4196468 140728176999408 139665028317600 139664636844349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 167 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 197 12271 0 0 10 8 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 141 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 165 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 138 12271 0 0 8 6 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 240 12271 0 0 9 7 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 114 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 135 12271 0 0 8 6 6 3 20 0 20 0 6035060 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1566 12271 0 0 3 0 6 3 20 0 20 0 6035062 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10927868 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) R 15759 15762 7954 0 -1 4202560 5448 12271 0 0 354 2 6 3 20 0 20 0 6035067 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664494458352 139665004787376 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10927868 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) R 15759 15762 7954 0 -1 4202560 4807 12271 0 0 381 2 6 3 20 0 20 0 6035067 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664493407312 139665024099605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10927868 CPUtime=3.76 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) R 15759 15762 7954 0 -1 4202560 7142 12271 0 0 365 2 6 3 20 0 20 0 6035067 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664492354096 139665008485422 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10927868 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 6069 12271 0 0 224 3 6 3 20 0 20 0 6035067 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 8 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 115349 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 21.63
Current children cumulated vsize (KiB) 10927868

[startup+7.60108 s]
/proc/loadavg: 2.65 2.20 2.41 3/282 15835
/proc/meminfo: memFree=27644184/32770624 swapFree=5788/295692
[pid=15762] ppid=15759 vsize=10927868 CPUtime=23.05 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 59175 12271 0 0 2215 81 6 3 20 0 20 0 6035048 11190136832 117715 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2731967 117715 3516 1 0 2719522 0
[pid=15762/tid=15817] ppid=15759 vsize=10927868 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) R 15759 15762 7954 0 -1 4202560 27916 12271 0 0 713 9 6 3 20 0 20 0 6035059 11190136832 117715 33554432000 4194304 4196468 140728176999408 139665028315520 139664647499847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 167 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 197 12271 0 0 10 8 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 141 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 165 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 138 12271 0 0 8 6 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 240 12271 0 0 9 7 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 114 12271 0 0 8 7 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 135 12271 0 0 8 6 6 3 20 0 20 0 6035060 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) S 15759 15762 7954 0 -1 1077944384 1573 12271 0 0 3 0 6 3 20 0 20 0 6035062 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664498690672 139665024096898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10927868 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) R 15759 15762 7954 0 -1 4202560 6099 12271 0 0 382 2 6 3 20 0 20 0 6035067 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664494479472 139665007582539 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10927868 CPUtime=4.23 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) R 15759 15762 7954 0 -1 4202560 5547 12271 0 0 412 2 6 3 20 0 20 0 6035067 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664493407024 139665007992483 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10927868 CPUtime=4.06 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) R 15759 15762 7954 0 -1 4202560 8154 12271 0 0 395 2 6 3 20 0 20 0 6035067 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664492361200 139665005629474 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10927868 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 6351 12271 0 0 235 3 6 3 20 0 20 0 6035067 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 8 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 117715 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 10927868

[startup+7.70109 s]
/proc/loadavg: 2.65 2.20 2.41 3/282 15835
/proc/meminfo: memFree=27594044/32770624 swapFree=5788/295696
[pid=15762] ppid=15759 vsize=10927868 CPUtime=23.55 cores=0,2,4,6,8,10,12,14
/proc/15762/stat : 15762 (java) S 15759 15762 7954 0 -1 1077944320 61106 12271 0 0 2256 90 6 3 20 0 20 0 6035048 11190136832 127729 33554432000 4194304 4196468 140728176999408 140728176981952 139665024085751 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
/proc/15762/statm: 2731967 127729 3516 1 0 2719522 0
[pid=15762/tid=15817] ppid=15759 vsize=10927868 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15817/stat : 15817 (java) S 15759 15762 7954 0 -1 1077944384 28007 12271 0 0 716 10 6 3 20 0 20 0 6035059 11190136832 127729 33554432000 4194304 4196468 140728176999408 139665028304576 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15818] ppid=15759 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15818/stat : 15818 (java) S 15759 15762 7954 0 -1 1077944384 219 12271 0 0 12 7 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664960777104 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15819] ppid=15759 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15819/stat : 15819 (java) S 15759 15762 7954 0 -1 1077944384 604 12271 0 0 13 9 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664959724304 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15820] ppid=15759 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15820/stat : 15820 (java) S 15759 15762 7954 0 -1 1077944384 186 12271 0 0 10 8 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664958672016 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15821] ppid=15759 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15821/stat : 15821 (java) S 15759 15762 7954 0 -1 1077944384 240 12271 0 0 11 8 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664957619216 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15822] ppid=15759 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15822/stat : 15822 (java) S 15759 15762 7954 0 -1 1077944384 335 12271 0 0 11 7 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664956565904 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15823] ppid=15759 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15823/stat : 15823 (java) S 15759 15762 7954 0 -1 1077944384 344 12271 0 0 13 8 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664625101072 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15824] ppid=15759 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15824/stat : 15824 (java) S 15759 15762 7954 0 -1 1077944384 183 12271 0 0 10 8 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664624048784 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15825] ppid=15759 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15825/stat : 15825 (java) S 15759 15762 7954 0 -1 1077944384 301 12271 0 0 12 8 6 3 20 0 20 0 6035060 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664622995984 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15826] ppid=15759 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15826/stat : 15826 (java) R 15759 15762 7954 0 -1 4202560 2075 12271 0 0 5 0 6 3 20 0 20 0 6035062 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664498688848 139665009081697 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15827] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15827/stat : 15827 (java) S 15759 15762 7954 0 -1 1077944384 57 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664497636704 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15828] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15828/stat : 15828 (java) S 15759 15762 7954 0 -1 1077944384 43 12271 0 0 0 0 6 3 20 0 20 0 6035063 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664496584320 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15829] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15829/stat : 15829 (java) S 15759 15762 7954 0 -1 1077944384 1 12271 0 0 0 0 6 3 20 0 20 0 6035067 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664495532624 139665024104347 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15830] ppid=15759 vsize=10927868 CPUtime=3.95 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15830/stat : 15830 (java) S 15759 15762 7954 0 -1 1077944384 6110 12271 0 0 384 2 6 3 20 0 20 0 6035067 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664494479472 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15831] ppid=15759 vsize=10927868 CPUtime=4.3 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15831/stat : 15831 (java) S 15759 15762 7954 0 -1 1077944384 5727 12271 0 0 419 2 6 3 20 0 20 0 6035067 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664493411664 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15832] ppid=15759 vsize=10927868 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15832/stat : 15832 (java) S 15759 15762 7954 0 -1 1077944384 8186 12271 0 0 397 2 6 3 20 0 20 0 6035067 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664492374384 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15833] ppid=15759 vsize=10927868 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15833/stat : 15833 (java) S 15759 15762 7954 0 -1 1077944384 6351 12271 0 0 235 3 6 3 20 0 20 0 6035067 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664491321584 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15834] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15834/stat : 15834 (java) S 15759 15762 7954 0 -1 1077944384 3 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664490269536 139665024095957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
[pid=15762/tid=15835] ppid=15759 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15762/task/15835/stat : 15835 (java) S 15759 15762 7954 0 -1 1077944384 8 12271 0 0 0 0 6 3 20 0 20 0 6035068 11190136832 127729 33554432000 4194304 4196468 140728176999408 139664489216816 139665024096898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33456128 140728177007297 140728177010071 140728177010071 140728177012687 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 10927868

Child status: 0
Real time (s): 7.79803
CPU time (s): 23.9798
CPU user time (s): 23.0265
CPU system time (s): 0.953225
CPU usage (%): 307.51
Max. virtual memory (cumulated for all children) (KiB): 10929904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0265
system time used= 0.953225
maximum resident set size= 512496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73758
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= 10680
involuntary context switches= 1703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074248 second user time and 0.092556 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:14:36
IDJOB=4245939
IDBENCH=123422
IDSOLVER=2630
FILE ID=node128/4245939-1500707676
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

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

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

MD5SUM BENCH= bd2389f2aa3956d19494f0c0fb85b82c
RANDOM SEED=26884756

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		: 1733.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		: 1600.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		: 2668.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		: 2668.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		: 2000.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		: 2133.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		: 2668.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		: 2000.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		: 1733.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:        28091688 kB
MemAvailable:   28326024 kB
Buffers:          125748 kB
Cached:           390656 kB
SwapCached:            0 kB
Active:          3936916 kB
Inactive:         304032 kB
Active(anon):    3727640 kB
Inactive(anon):     8756 kB
Active(file):     209276 kB
Inactive(file):   295276 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25532 kB
Writeback:             0 kB
AnonPages:       3900340 kB
Mapped:            43700 kB
Shmem:              8844 kB
Slab:             125036 kB
SReclaimable:      91240 kB
SUnreclaim:        33796 kB
KernelStack:        4880 kB
PageTables:        12932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4154800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3639296 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= 61972 MiB
End job on node128 at 2017-07-22 09:14:44