Trace number 4245944

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? 24.0996 8.05589

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-2-02_X2.xml
MD5SUM8d53249d3935e9770513e54ebdacd9a8
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.88134
Satisfiable
(Un)Satisfiability was proved
Number of variables2810
Number of constraints14493
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"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

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

pid=15898
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.65 2.20 2.41 3/262 15901
/proc/meminfo: memFree=28091124/32770624 swapFree=5788/295820
[pid=15901] ppid=15898 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (bash) S 15898 15901 7954 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 6035881 9736192 351 33554432000 4194304 5098028 140734856369856 140734856367496 139695823776768 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15212544 140734856377614 140734856377699 140734856377699 140734856380398 0
/proc/15901/statm: 2377 351 278 221 0 86 0

[startup+0.10019 s]
/proc/loadavg: 2.65 2.20 2.41 3/262 15901
/proc/meminfo: memFree=28091124/32770624 swapFree=5788/295820
[pid=15901] ppid=15898 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (bash) S 15898 15901 7954 0 -1 4202496 885 6414 0 0 0 0 0 1 20 0 1 0 6035881 9871360 378 33554432000 4194304 5098028 140734856369856 140734856363864 139695823776768 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15212544 140734856377614 140734856377699 140734856377699 140734856380398 0
/proc/15901/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200353 s]
/proc/loadavg: 2.65 2.20 2.41 3/262 15901
/proc/meminfo: memFree=28091124/32770624 swapFree=5788/295820
[pid=15901] ppid=15898 vsize=10835244 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 5580 12453 0 0 7 1 8 4 20 0 19 0 6035881 11095289856 5874 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2708811 5874 2533 1 0 2697249 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10835244

[startup+0.300287 s]
/proc/loadavg: 2.65 2.20 2.41 3/262 15901
/proc/meminfo: memFree=28091124/32770624 swapFree=5788/295820
[pid=15901] ppid=15898 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 9246 12453 0 0 22 2 8 4 20 0 20 0 6035881 11163947008 10303 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2725573 10303 2944 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700223 s]
/proc/loadavg: 2.65 2.20 2.41 3/262 15901
/proc/meminfo: memFree=28091124/32770624 swapFree=5788/295820
[pid=15901] ppid=15898 vsize=10902720 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 12956 12453 0 0 86 3 8 4 20 0 20 0 6035881 11164385280 16345 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2725680 16345 3240 1 0 2713890 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10902720

[startup+1.50102 s]
/proc/loadavg: 2.65 2.20 2.41 3/282 15974
/proc/meminfo: memFree=27983408/32770624 swapFree=5788/295816
[pid=15901] ppid=15898 vsize=10913344 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 27188 12453 0 0 208 14 8 4 20 0 20 0 6035881 11175264256 44134 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2728336 44134 3408 1 0 2716450 0
[pid=15901/tid=15956] ppid=15898 vsize=10913344 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 19682 12453 0 0 127 5 8 4 20 0 20 0 6035894 11175264256 44134 33554432000 4194304 4196468 140722430535328 140714138183936 140714133982614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 128 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 32 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 53 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 27 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 27 12453 0 0 1 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 17 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 44 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 24 12453 0 0 0 0 8 4 20 0 20 0 6035895 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1460 12453 0 0 1 0 8 4 20 0 20 0 6035897 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 0 0 8 4 20 0 20 0 6035897 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713607570592 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 0 0 8 4 20 0 20 0 6035897 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713606517488 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) S 15898 15901 7954 0 -1 1077944384 849 12453 0 0 15 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713604414192 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 683 12453 0 0 14 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) R 15898 15901 7954 0 -1 4202560 595 12453 0 0 12 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713602294656 140714115488516 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 1326 12453 0 0 27 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 6 12453 0 0 0 0 8 4 20 0 20 0 6035902 11175264256 44134 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 2.65 2.20 2.41 5/282 15974
/proc/meminfo: memFree=27917888/32770624 swapFree=5788/295816
[pid=15901] ppid=15898 vsize=10923772 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 39965 12453 0 0 691 28 8 4 20 0 20 0 6035881 11185942528 74382 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2730943 74382 3489 1 0 2718498 0
[pid=15901/tid=15956] ppid=15898 vsize=10923772 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 23679 12453 0 0 280 7 8 4 20 0 20 0 6035894 11185942528 74382 33554432000 4194304 4196468 140722430535328 140714138186896 140714119664145 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 181 12453 0 0 2 2 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 77 12453 0 0 2 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 169 12453 0 0 2 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 53 12453 0 0 1 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 69 12453 0 0 1 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 94 12453 0 0 2 2 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 91 12453 0 0 2 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 65 12453 0 0 2 1 8 4 20 0 20 0 6035895 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1517 12453 0 0 2 0 8 4 20 0 20 0 6035897 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10923772 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) R 15898 15901 7954 0 -1 4202560 2820 12453 0 0 98 0 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713604400072 140714115490752 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10923772 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 2142 12453 0 0 100 0 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10923772 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) S 15898 15901 7954 0 -1 1077944384 2456 12453 0 0 92 1 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713602308592 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10923772 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 4309 12453 0 0 97 1 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 7 12453 0 0 0 0 8 4 20 0 20 0 6035902 11185942528 74382 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 10923772

[startup+6.30116 s]
/proc/loadavg: 2.60 2.19 2.41 6/282 15974
/proc/meminfo: memFree=27724712/32770624 swapFree=5788/295816
[pid=15901] ppid=15898 vsize=10927868 CPUtime=18.28 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 52793 12453 0 0 1748 68 8 4 20 0 20 0 6035881 11190136832 107727 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2731967 107727 3509 1 0 2719522 0
[pid=15901/tid=15956] ppid=15898 vsize=10927868 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 25622 12453 0 0 565 8 8 4 20 0 20 0 6035894 11190136832 107727 33554432000 4194304 4196468 140722430535328 140714138202472 140713749695881 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 271 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 164 12453 0 0 8 5 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 251 12453 0 0 8 5 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 151 12453 0 0 6 5 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 165 12453 0 0 6 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 191 12453 0 0 8 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 199 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 150 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1603 12453 0 0 3 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10927868 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) S 15898 15901 7954 0 -1 1077944384 4566 12453 0 0 303 1 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713604414192 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10927868 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 4066 12453 0 0 307 1 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10927868 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) S 15898 15901 7954 0 -1 1077944384 6032 12453 0 0 303 3 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713602308592 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10927868 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 7116 12453 0 0 201 3 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=15901/tid=15963] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 199 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 150 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1603 12453 0 0 3 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10927868 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) S 15898 15901 7954 0 -1 1077944384 4566 12453 0 0 305 1 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713604414192 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10927868 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 4066 12453 0 0 307 1 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10927868 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) S 15898 15901 7954 0 -1 1077944384 6032 12453 0 0 305 3 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713602308592 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10927868 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 7116 12453 0 0 201 3 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 10 12453 0 0 0 0 8 4 20 0 20 0 6035902 11190136832 107727 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 18.42
Current children cumulated vsize (KiB) 10927868

[startup+7.20078 s]
/proc/loadavg: 2.60 2.19 2.41 3/282 15974
/proc/meminfo: memFree=27648104/32770624 swapFree=5788/295828
[pid=15901] ppid=15898 vsize=10927868 CPUtime=20.65 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 53893 12453 0 0 1977 76 8 4 20 0 20 0 6035881 11190136832 114269 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2731967 114269 3509 1 0 2719522 0
[pid=15901/tid=15956] ppid=15898 vsize=10927868 CPUtime=6.72 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 26337 12453 0 0 651 9 8 4 20 0 20 0 6035894 11190136832 114269 33554432000 4194304 4196468 140722430535328 140714138201064 140713748627944 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 282 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 183 12453 0 0 10 7 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 261 12453 0 0 10 6 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 172 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 173 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 194 12453 0 0 9 6 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 208 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 157 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1605 12453 0 0 3 0 8 4 20 0 20 0 6035897 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10927868 CPUtime=3.58 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) R 15898 15901 7954 0 -1 4202560 4586 12453 0 0 345 1 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713604400576 140714113187984 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10927868 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) R 15898 15901 7954 0 -1 4202560 4204 12453 0 0 343 1 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713603343216 140714117876823 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10927868 CPUtime=3.57 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) R 15898 15901 7954 0 -1 4202560 6109 12453 0 0 342 3 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713602293552 140714115514834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10927868 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 7176 12453 0 0 211 3 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 10 12453 0 0 0 0 8 4 20 0 20 0 6035902 11190136832 114269 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 24 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (KiB) 10927868

[startup+7.60111 s]
/proc/loadavg: 2.60 2.19 2.41 3/282 15974
/proc/meminfo: memFree=27648104/32770624 swapFree=5788/295828
[pid=15901] ppid=15898 vsize=10927868 CPUtime=22.19 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 54450 12453 0 0 2131 76 8 4 20 0 20 0 6035881 11190136832 132380 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2731967 132380 3509 1 0 2719522 0
[pid=15901/tid=15956] ppid=15898 vsize=10927868 CPUtime=7.11 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 26893 12453 0 0 690 9 8 4 20 0 20 0 6035894 11190136832 132380 33554432000 4194304 4196468 140722430535328 140714138202536 140713762452196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 282 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 183 12453 0 0 10 7 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 261 12453 0 0 10 6 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 172 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 173 12453 0 0 7 6 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 194 12453 0 0 9 6 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 208 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 157 12453 0 0 9 7 8 4 20 0 20 0 6035895 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 1605 12453 0 0 4 0 8 4 20 0 20 0 6035897 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10927868 CPUtime=3.95 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) S 15898 15901 7954 0 -1 1077944384 4586 12453 0 0 382 1 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713604414192 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10927868 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 4204 12453 0 0 380 1 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10927868 CPUtime=3.97 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) R 15898 15901 7954 0 -1 4202560 6110 12453 0 0 382 3 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713602295056 140714113231726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10927868 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 7176 12453 0 0 212 3 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 10 12453 0 0 0 0 8 4 20 0 20 0 6035902 11190136832 132380 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 24 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 10927868

[startup+8.00077 s]
/proc/loadavg: 2.60 2.19 2.41 7/282 15974
/proc/meminfo: memFree=27540556/32770624 swapFree=5788/295828
[pid=15901] ppid=15898 vsize=10927868 CPUtime=23.98 cores=0,2,4,6,8,10,12,14
/proc/15901/stat : 15901 (java) S 15898 15901 7954 0 -1 1077944320 56172 12453 0 0 2293 93 8 4 20 0 20 0 6035881 11190136832 149271 33554432000 4194304 4196468 140722430535328 140722430517872 140714133970679 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
/proc/15901/statm: 2731967 149271 3509 1 0 2719522 0
[pid=15901/tid=15956] ppid=15898 vsize=10927868 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15956/stat : 15956 (java) R 15898 15901 7954 0 -1 4202560 27149 12453 0 0 713 10 8 4 20 0 20 0 6035894 11190136832 149271 33554432000 4194304 4196468 140722430535328 140714138201960 140713758942768 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15957] ppid=15898 vsize=10927868 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15957/stat : 15957 (java) S 15898 15901 7954 0 -1 1077944384 326 12453 0 0 19 9 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140714070661648 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15958] ppid=15898 vsize=10927868 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15958/stat : 15958 (java) S 15898 15901 7954 0 -1 1077944384 318 12453 0 0 19 8 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140714069609104 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15959] ppid=15898 vsize=10927868 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15959/stat : 15959 (java) S 15898 15901 7954 0 -1 1077944384 281 12453 0 0 18 7 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140714068556048 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15960] ppid=15898 vsize=10927868 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15960/stat : 15960 (java) S 15898 15901 7954 0 -1 1077944384 208 12453 0 0 18 9 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713737972112 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15961] ppid=15898 vsize=10927868 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15961/stat : 15961 (java) S 15898 15901 7954 0 -1 1077944384 307 12453 0 0 17 8 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713736920080 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15962] ppid=15898 vsize=10927868 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15962/stat : 15962 (java) S 15898 15901 7954 0 -1 1077944384 244 12453 0 0 19 8 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713735867536 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15963] ppid=15898 vsize=10927868 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15963/stat : 15963 (java) S 15898 15901 7954 0 -1 1077944384 258 12453 0 0 19 9 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713734814480 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15964] ppid=15898 vsize=10927868 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15964/stat : 15964 (java) S 15898 15901 7954 0 -1 1077944384 210 12453 0 0 19 8 8 4 20 0 20 0 6035895 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713733761936 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15965] ppid=15898 vsize=10927868 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15965/stat : 15965 (java) S 15898 15901 7954 0 -1 1077944384 2348 12453 0 0 7 0 8 4 20 0 20 0 6035897 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713608624368 140714133981826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15966] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15966/stat : 15966 (java) S 15898 15901 7954 0 -1 1077944384 56 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713607570656 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15967] ppid=15898 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15967/stat : 15967 (java) S 15898 15901 7954 0 -1 1077944384 43 12453 0 0 1 0 8 4 20 0 20 0 6035897 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713606517504 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15968] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15968/stat : 15968 (java) S 15898 15901 7954 0 -1 1077944384 1 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713605466064 140714133989275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15969] ppid=15898 vsize=10927868 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15969/stat : 15969 (java) R 15898 15901 7954 0 -1 4202560 4612 12453 0 0 397 1 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713604402080 140714114670222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15970] ppid=15898 vsize=10927868 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15970/stat : 15970 (java) S 15898 15901 7954 0 -1 1077944384 4227 12453 0 0 397 1 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713603361648 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15971] ppid=15898 vsize=10927868 CPUtime=4.15 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15971/stat : 15971 (java) R 15898 15901 7954 0 -1 4202560 6150 12453 0 0 400 3 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713602291520 140714118359185 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15972] ppid=15898 vsize=10927868 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15972/stat : 15972 (java) S 15898 15901 7954 0 -1 1077944384 7288 12453 0 0 222 3 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713601256048 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15973] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15973/stat : 15973 (java) S 15898 15901 7954 0 -1 1077944384 3 12453 0 0 0 0 8 4 20 0 20 0 6035901 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713600203232 140714133980885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
[pid=15901/tid=15974] ppid=15898 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15901/task/15974/stat : 15974 (java) S 15898 15901 7954 0 -1 1077944384 10 12453 0 0 0 0 8 4 20 0 20 0 6035902 11190136832 149271 33554432000 4194304 4196468 140722430535328 140713599150768 140714133981826 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 24 0 0 6293624 6294260 29020160 140722430536385 140722430539159 140722430539159 140722430541775 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 10927868

Child status: 0
Real time (s): 8.05589
CPU time (s): 24.0996
CPU user time (s): 23.1092
CPU system time (s): 0.990405
CPU usage (%): 299.155
Max. virtual memory (cumulated for all children) (KiB): 10930004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1092
system time used= 0.990405
maximum resident set size= 598288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68733
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= 10780
involuntary context switches= 1827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084897 second user time and 0.09062 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:14:44
IDJOB=4245944
IDBENCH=123425
IDSOLVER=2630
FILE ID=node128/4245944-1500707684
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-02_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245944-1500707684/watcher-4245944-1500707684 -o /tmp/evaluation-result-4245944-1500707684/solver-4245944-1500707684 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4245944-1500707684.xml

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

MD5SUM BENCH= 8d53249d3935e9770513e54ebdacd9a8
RANDOM SEED=1443554796

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		: 1600.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		: 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		: 2668.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		: 2533.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		: 2133.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		: 2000.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		: 2533.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:        28091760 kB
MemAvailable:   28326308 kB
Buffers:          125820 kB
Cached:           390660 kB
SwapCached:            0 kB
Active:          3936748 kB
Inactive:         304492 kB
Active(anon):    3727708 kB
Inactive(anon):     8756 kB
Active(file):     209040 kB
Inactive(file):   295736 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25676 kB
Writeback:             0 kB
AnonPages:       3716436 kB
Mapped:            43716 kB
Shmem:              8844 kB
Slab:             125168 kB
SReclaimable:      91212 kB
SUnreclaim:        33956 kB
KernelStack:        4688 kB
PageTables:        12460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4152300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3454976 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:52