Trace number 4245964

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? 37.631 13.0552

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-5-04_X2.xml
MD5SUM26a86d4eadaf22523e3bbd76de14311a
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 benchmark10.1054
Satisfiable
(Un)Satisfiability was proved
Number of variables9396
Number of constraints50603
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":9396}]
Minimum variable degree1
Maximum variable degree940
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":223},{"degree":5,"count":128},{"degree":6,"count":2531},{"degree":7,"count":1514},{"degree":8,"count":814},{"degree":9,"count":1114},{"degree":10,"count":556},{"degree":11,"count":264},{"degree":12,"count":300},{"degree":13,"count":148},{"degree":14,"count":188},{"degree":15,"count":170},{"degree":16,"count":133},{"degree":17,"count":132},{"degree":18,"count":143},{"degree":19,"count":78},{"degree":20,"count":64},{"degree":21,"count":26},{"degree":22,"count":47},{"degree":23,"count":98},{"degree":24,"count":65},{"degree":25,"count":41},{"degree":26,"count":88},{"degree":27,"count":32},"...",{"degree":39,"count":10}, {"degree":40,"count":22}, {"degree":41,"count":29}, {"degree":42,"count":13}, {"degree":43,"count":16}, {"degree":44,"count":41}, {"degree":45,"count":11}, {"degree":47,"count":21}, {"degree":48,"count":1}, {"degree":53,"count":17}, {"degree":54,"count":9}, {"degree":55,"count":1}, {"degree":60,"count":1}, {"degree":64,"count":1}, {"degree":65,"count":8}, {"degree":66,"count":1}, {"degree":67,"count":8}, {"degree":76,"count":60}, {"degree":78,"count":1}, {"degree":79,"count":9}, {"degree":231,"count":1}, {"degree":451,"count":1}, {"degree":826,"count":1}, {"degree":939,"count":1}, {"degree":940,"count":7}]
Minimum constraint arity1
Maximum constraint arity53
Distribution of constraint arities[{"arity":1,"count":9469},{"arity":2,"count":32988},{"arity":3,"count":3932},{"arity":4,"count":1778},{"arity":5,"count":833},{"arity":6,"count":422},{"arity":7,"count":385},{"arity":8,"count":278},{"arity":9,"count":115},{"arity":10,"count":125},{"arity":11,"count":24},{"arity":12,"count":23},{"arity":13,"count":20},{"arity":14,"count":36},{"arity":15,"count":12},{"arity":17,"count":12},{"arity":18,"count":36},{"arity":19,"count":24},{"arity":20,"count":33},{"arity":21,"count":57},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints9469
Distribution of constraint types[{"type":"intension","count":9469},{"type":"sum","count":41134}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16243
running on 8 cores: 1,3,5,7,9,11,13,15

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.97 5.05 4.19 3/262 16246
/proc/meminfo: memFree=30715188/32770624 swapFree=5780/385124
[pid=16246] ppid=16243 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (bash) S 16243 16246 7912 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 6039766 9736192 350 33554432000 4194304 5098028 140721732570752 140721732568392 139683831573504 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 37240832 140721732572430 140721732572515 140721732572515 140721732575214 0
/proc/16246/statm: 2377 350 278 221 0 86 0

[startup+0.100073 s]
/proc/loadavg: 2.97 5.05 4.19 3/262 16246
/proc/meminfo: memFree=30715188/32770624 swapFree=5780/385124
[pid=16246] ppid=16243 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (bash) S 16243 16246 7912 0 -1 4202496 878 6422 0 0 0 0 0 1 20 0 1 0 6039766 9871360 377 33554432000 4194304 5098028 140721732570752 140721732564760 139683831573504 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 37240832 140721732572430 140721732572515 140721732572515 140721732575214 0
/proc/16246/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200455 s]
/proc/loadavg: 2.97 5.05 4.19 3/262 16246
/proc/meminfo: memFree=30715188/32770624 swapFree=5780/385124
[pid=16246] ppid=16243 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 4864 12430 0 0 6 1 8 4 20 0 13 0 6039766 10686320640 5232 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2608965 5232 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300302 s]
/proc/loadavg: 2.97 5.05 4.19 3/262 16246
/proc/meminfo: memFree=30715188/32770624 swapFree=5780/385124
[pid=16246] ppid=16243 vsize=10902392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 7149 12430 0 0 23 2 8 4 20 0 20 0 6039766 11164049408 8876 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2725598 8876 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700204 s]
/proc/loadavg: 2.97 5.05 4.19 3/262 16246
/proc/meminfo: memFree=30715188/32770624 swapFree=5780/385124
[pid=16246] ppid=16243 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 12624 12430 0 0 78 4 8 4 20 0 20 0 6039766 11164385280 15954 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2725680 15954 3206 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 2.97 5.05 4.19 3/282 16319
/proc/meminfo: memFree=30613036/32770624 swapFree=5780/385032
[pid=16246] ppid=16243 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 25429 12430 0 0 206 13 8 4 20 0 20 0 6039766 11175264256 45091 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2728336 45091 3412 1 0 2716450 0
[pid=16246/tid=16301] ppid=16243 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) R 16243 16246 7912 0 -1 4202560 18244 12430 0 0 126 5 8 4 20 0 20 0 6039779 11175264256 45091 33554432000 4194304 4196468 140720833107136 140003363773512 140003359554966 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) S 16243 16246 7912 0 -1 1077944384 15 12430 0 0 0 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002965924240 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) S 16243 16246 7912 0 -1 1077944384 22 12430 0 0 0 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002964871440 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) S 16243 16246 7912 0 -1 1077944384 24 12430 0 0 0 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002963819152 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) S 16243 16246 7912 0 -1 1077944384 16 12430 0 0 1 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002962766352 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) S 16243 16246 7912 0 -1 1077944384 31 12430 0 0 0 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002961714064 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) S 16243 16246 7912 0 -1 1077944384 15 12430 0 0 1 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002960661264 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) S 16243 16246 7912 0 -1 1077944384 123 12430 0 0 0 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002959608976 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) S 16243 16246 7912 0 -1 1077944384 35 12430 0 0 1 0 8 4 20 0 20 0 6039780 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002958556176 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 635 12430 0 0 1 0 8 4 20 0 20 0 6039782 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002108364912 140003359554178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 54 12430 0 0 0 0 8 4 20 0 20 0 6039783 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 44 12430 0 0 0 0 8 4 20 0 20 0 6039783 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002106258544 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) S 16243 16246 7912 0 -1 1077944384 1063 12430 0 0 14 0 8 4 20 0 20 0 6039787 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002104154736 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) S 16243 16246 7912 0 -1 1077944384 418 12430 0 0 11 0 8 4 20 0 20 0 6039787 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002103101936 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) S 16243 16246 7912 0 -1 1077944384 1257 12430 0 0 16 0 8 4 20 0 20 0 6039787 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002102049648 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 1298 12430 0 0 27 0 8 4 20 0 20 0 6039787 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002100996848 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11175264256 45091 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10126 s]
/proc/loadavg: 2.97 5.05 4.19 4/282 16319
/proc/meminfo: memFree=30535968/32770624 swapFree=5780/385032
[pid=16246] ppid=16243 vsize=10923772 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 36850 12430 0 0 737 37 8 4 20 0 20 0 6039766 11185942528 81576 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2730943 81576 3503 1 0 2718498 0
[pid=16246/tid=16301] ppid=16243 vsize=10923772 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) R 16243 16246 7912 0 -1 4202560 22640 12430 0 0 277 8 8 4 20 0 20 0 6039779 11185942528 81576 33554432000 4194304 4196468 140720833107136 140003363772232 140003006029538 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10923772 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) S 16243 16246 7912 0 -1 1077944384 105 12430 0 0 2 2 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002965924240 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10923772 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) S 16243 16246 7912 0 -1 1077944384 112 12430 0 0 3 3 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002964871440 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10923772 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) S 16243 16246 7912 0 -1 1077944384 83 12430 0 0 4 2 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002963819152 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) S 16243 16246 7912 0 -1 1077944384 34 12430 0 0 1 2 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002962766352 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10923772 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) S 16243 16246 7912 0 -1 1077944384 107 12430 0 0 3 3 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002961714064 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10923772 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) S 16243 16246 7912 0 -1 1077944384 87 12430 0 0 3 3 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002960661264 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) S 16243 16246 7912 0 -1 1077944384 197 12430 0 0 1 2 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002959608976 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10923772 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) S 16243 16246 7912 0 -1 1077944384 141 12430 0 0 3 2 8 4 20 0 20 0 6039780 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002958556176 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 1086 12430 0 0 1 0 8 4 20 0 20 0 6039782 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002108364912 140003359554178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 55 12430 0 0 0 0 8 4 20 0 20 0 6039783 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 45 12430 0 0 0 0 8 4 20 0 20 0 6039783 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002106258560 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10923772 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) R 16243 16246 7912 0 -1 4202560 1982 12430 0 0 107 1 8 4 20 0 20 0 6039787 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002104147224 140003343037112 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10923772 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) R 16243 16246 7912 0 -1 4202560 2424 12430 0 0 122 1 8 4 20 0 20 0 6039787 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002103087456 140003343037267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10923772 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) R 16243 16246 7912 0 -1 4202560 2515 12430 0 0 106 1 8 4 20 0 20 0 6039787 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002102035528 140003341062716 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10923772 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 3101 12430 0 0 97 1 8 4 20 0 20 0 6039787 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002100996848 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 4 12430 0 0 0 0 8 4 20 0 20 0 6039788 11185942528 81576 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 10923772

[startup+6.30113 s]
/proc/loadavg: 3.06 5.03 4.18 3/282 16319
/proc/meminfo: memFree=30186564/32770624 swapFree=5780/385032
[pid=16246] ppid=16243 vsize=10925820 CPUtime=19.23 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 51383 12430 0 0 1763 148 8 4 20 0 20 0 6039766 11188039680 193466 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2731455 193978 3509 1 0 2719010 0
[pid=16246/tid=16301] ppid=16243 vsize=10925820 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) S 16243 16246 7912 0 -1 1077944384 24985 12430 0 0 562 12 8 4 20 0 20 0 6039779 11188039680 193978 33554432000 4194304 4196468 140720833107136 140003363776896 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10925820 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) R 16243 16246 7912 0 -1 4202560 471 12430 0 0 17 14 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002965924440 140003344570905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) R 16243 16246 7912 0 -1 4202560 272 12430 0 0 18 16 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002964871640 140003344570905 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) R 16243 16246 7912 0 -1 4202560 250 12430 0 0 20 14 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002963819040 140003344570905 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10925820 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) R 16243 16246 7912 0 -1 4202560 186 12430 0 0 16 14 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002962766552 140003344570896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) R 16243 16246 7912 0 -1 4202560 249 12430 0 0 17 17 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002961714264 140003344570905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10925820 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) R 16243 16246 7912 0 -1 4202560 259 12430 0 0 18 17 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002960661464 140003344570905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10925820 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) R 16243 16246 7912 0 -1 4202560 365 12430 0 0 17 15 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002959609176 140003344570905 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10925820 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) R 16243 16246 7912 0 -1 4202560 284 12430 0 0 18 15 8 4 20 0 20 0 6039780 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002958556376 140003344570905 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 1405 12430 0 0 2 0 8 4 20 0 20 0 6039782 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002108363424 140003359553237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 55 12430 0 0 0 0 8 4 20 0 20 0 6039783 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 45 12430 0 0 0 0 8 4 20 0 20 0 6039783 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002106258560 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10925820 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) S 16243 16246 7912 0 -1 1077944384 4086 12430 0 0 293 1 8 4 20 0 20 0 6039787 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002104154736 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10925820 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) S 16243 16246 7912 0 -1 1077944384 6361 12430 0 0 312 1 8 4 20 0 20 0 6039787 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002103101936 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) S 16243 16246 7912 0 -1 1077944384 4442 12430 0 0 287 2 8 4 20 0 20 0 6039787 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002102049648 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10925820 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 5450 12430 0 0 157 3 8 4 20 0 20 0 6039787 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002100991168 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 89 12430 0 0 0 0 8 4 20 0 20 0 6039788 11188039680 193978 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 10925820

[startup+12.7012 s]
/proc/loadavg: 2.97 4.98 4.17 3/282 16319
/proc/meminfo: memFree=29194992/32770624 swapFree=5780/385040
[pid=16246] ppid=16243 vsize=10927868 CPUtime=35.64 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 70651 12430 0 0 3307 245 8 4 20 0 20 0 6039766 11190136832 402985 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2731967 402985 3509 1 0 2719522 0
[pid=16246/tid=16301] ppid=16243 vsize=10927868 CPUtime=11.97 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) R 16243 16246 7912 0 -1 4202560 27971 12430 0 0 1165 20 8 4 20 0 20 0 6039779 11190136832 402985 33554432000 4194304 4196468 140720833107136 140003363773256 140003002829604 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10927868 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) S 16243 16246 7912 0 -1 1077944384 560 12430 0 0 32 25 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002965924240 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10927868 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) S 16243 16246 7912 0 -1 1077944384 391 12430 0 0 32 26 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002964871440 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10927868 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) S 16243 16246 7912 0 -1 1077944384 353 12430 0 0 35 24 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002963819152 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10927868 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) S 16243 16246 7912 0 -1 1077944384 320 12430 0 0 30 25 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002962766352 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) S 16243 16246 7912 0 -1 1077944384 363 12430 0 0 32 28 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002961714064 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) S 16243 16246 7912 0 -1 1077944384 360 12430 0 0 33 27 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002960661264 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10927868 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) S 16243 16246 7912 0 -1 1077944384 468 12430 0 0 31 25 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002959608976 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10927868 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) S 16243 16246 7912 0 -1 1077944384 382 12430 0 0 33 25 8 4 20 0 20 0 6039780 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002958556176 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 2095 12430 0 0 3 0 8 4 20 0 20 0 6039782 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002108364912 140003359554178 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 55 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 45 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002106258560 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10927868 CPUtime=5.76 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) S 16243 16246 7912 0 -1 1077944384 9359 12430 0 0 561 3 8 4 20 0 20 0 6039787 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002104154736 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10927868 CPUtime=5.58 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) S 16243 16246 7912 0 -1 1077944384 10617 12430 0 0 544 2 8 4 20 0 20 0 6039787 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002103101936 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10927868 CPUtime=5.48 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) R 16243 16246 7912 0 -1 4202560 7993 12430 0 0 533 3 8 4 20 0 20 0 6039787 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002102049944 140003343443496 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10927868 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 7098 12430 0 0 235 4 8 4 20 0 20 0 6039787 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002100996848 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 89 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 402985 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 35.64
Current children cumulated vsize (KiB) 10927868

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16246 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8016 s]
/proc/loadavg: 2.97 4.98 4.17 3/282 16319
/proc/meminfo: memFree=29194992/32770624 swapFree=5780/385040
[pid=16246] ppid=16243 vsize=10927868 CPUtime=36.09 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 70759 12430 0 0 3346 251 8 4 20 0 20 0 6039766 11190136832 406594 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2731967 406594 3509 1 0 2719522 0
[pid=16246/tid=16301] ppid=16243 vsize=10927868 CPUtime=12.06 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) S 16243 16246 7912 0 -1 1077944384 28009 12430 0 0 1174 20 8 4 20 0 20 0 6039779 11190136832 406594 33554432000 4194304 4196468 140720833107136 140003363760784 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10927868 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) R 16243 16246 7912 0 -1 4202560 565 12430 0 0 32 26 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002965924128 140003344570887 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) R 16243 16246 7912 0 -1 4202560 406 12430 0 0 33 27 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002964871640 140003344570905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) R 16243 16246 7912 0 -1 4202560 359 12430 0 0 35 25 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002963819352 140003352647689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10927868 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) R 16243 16246 7912 0 -1 4202560 328 12430 0 0 31 26 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002962766552 140003343991246 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10927868 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) R 16243 16246 7912 0 -1 4202560 372 12430 0 0 33 29 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002961714264 140003341168857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10927868 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) R 16243 16246 7912 0 -1 4202560 370 12430 0 0 34 27 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002960661464 140003338737706 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10927868 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) R 16243 16246 7912 0 -1 4202560 477 12430 0 0 32 26 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002959609176 140003344567352 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) R 16243 16246 7912 0 -1 4202560 390 12430 0 0 34 26 8 4 20 0 20 0 6039780 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002958556376 140003344570878 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 2095 12430 0 0 3 0 8 4 20 0 20 0 6039782 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002108363392 140003359553237 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 55 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 45 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002106258560 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10927868 CPUtime=5.84 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) S 16243 16246 7912 0 -1 1077944384 9359 12430 0 0 569 3 8 4 20 0 20 0 6039787 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002104134800 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10927868 CPUtime=5.66 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) S 16243 16246 7912 0 -1 1077944384 10617 12430 0 0 552 2 8 4 20 0 20 0 6039787 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002103088848 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10927868 CPUtime=5.56 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) S 16243 16246 7912 0 -1 1077944384 7993 12430 0 0 541 3 8 4 20 0 20 0 6039787 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002102037392 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10927868 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 7098 12430 0 0 236 4 8 4 20 0 20 0 6039787 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002100996848 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 89 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 406594 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 10927868

[startup+13.0009 s]
/proc/loadavg: 2.97 4.98 4.17 3/282 16319
/proc/meminfo: memFree=29194992/32770624 swapFree=5780/385040
[pid=16246] ppid=16243 vsize=10927868 CPUtime=37.5 cores=1,3,5,7,9,11,13,15
/proc/16246/stat : 16246 (java) S 16243 16246 7912 0 -1 1077944320 71632 12430 0 0 3483 255 8 4 20 0 20 0 6039766 11190136832 410241 33554432000 4194304 4196468 140720833107136 140720833089680 140003359543031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
/proc/16246/statm: 2731967 410241 3510 1 0 2719522 0
[pid=16246/tid=16301] ppid=16243 vsize=10927868 CPUtime=12.06 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16301/stat : 16301 (java) S 16243 16246 7912 0 -1 1077944384 28009 12430 0 0 1174 20 8 4 20 0 20 0 6039779 11190136832 410241 33554432000 4194304 4196468 140720833107136 140003363760784 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16302] ppid=16243 vsize=10927868 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16302/stat : 16302 (java) R 16243 16246 7912 0 -1 4202560 593 12430 0 0 49 26 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002965924440 140003344243766 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16303] ppid=16243 vsize=10927868 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16303/stat : 16303 (java) R 16243 16246 7912 0 -1 4202560 419 12430 0 0 50 27 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002964871640 140003344243664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16304] ppid=16243 vsize=10927868 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16304/stat : 16304 (java) R 16243 16246 7912 0 -1 4202560 370 12430 0 0 52 26 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002963819352 140003344242959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16305] ppid=16243 vsize=10927868 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16305/stat : 16305 (java) R 16243 16246 7912 0 -1 4202560 343 12430 0 0 48 26 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002962766552 140003344532645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16306] ppid=16243 vsize=10927868 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16306/stat : 16306 (java) R 16243 16246 7912 0 -1 4202560 384 12430 0 0 49 29 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002961714264 140003344242914 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16307] ppid=16243 vsize=10927868 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16307/stat : 16307 (java) R 16243 16246 7912 0 -1 4202560 382 12430 0 0 51 28 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002960661464 140003344243646 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16308] ppid=16243 vsize=10927868 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16308/stat : 16308 (java) R 16243 16246 7912 0 -1 4202560 501 12430 0 0 48 26 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002959608864 140003344243280 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16309] ppid=16243 vsize=10927868 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16309/stat : 16309 (java) R 16243 16246 7912 0 -1 4202560 417 12430 0 0 51 27 8 4 20 0 20 0 6039780 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002958556376 140003344243675 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16310] ppid=16243 vsize=10927868 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16310/stat : 16310 (java) S 16243 16246 7912 0 -1 1077944384 2826 12430 0 0 5 0 8 4 20 0 20 0 6039782 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002108363424 140003359553237 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16311] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16311/stat : 16311 (java) S 16243 16246 7912 0 -1 1077944384 55 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002107310944 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16312] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16312/stat : 16312 (java) S 16243 16246 7912 0 -1 1077944384 45 12430 0 0 0 0 8 4 20 0 20 0 6039783 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002106258560 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16313] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16313/stat : 16313 (java) S 16243 16246 7912 0 -1 1077944384 1 12430 0 0 0 0 8 4 20 0 20 0 6039787 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002105206864 140003359561627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16314] ppid=16243 vsize=10927868 CPUtime=5.84 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16314/stat : 16314 (java) S 16243 16246 7912 0 -1 1077944384 9359 12430 0 0 569 3 8 4 20 0 20 0 6039787 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002104134800 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16315] ppid=16243 vsize=10927868 CPUtime=5.66 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16315/stat : 16315 (java) S 16243 16246 7912 0 -1 1077944384 10617 12430 0 0 552 2 8 4 20 0 20 0 6039787 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002103088848 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16316] ppid=16243 vsize=10927868 CPUtime=5.56 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16316/stat : 16316 (java) S 16243 16246 7912 0 -1 1077944384 7993 12430 0 0 541 3 8 4 20 0 20 0 6039787 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002102037392 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16317] ppid=16243 vsize=10927868 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16317/stat : 16317 (java) S 16243 16246 7912 0 -1 1077944384 7098 12430 0 0 236 4 8 4 20 0 20 0 6039787 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002100996848 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16318] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16318/stat : 16318 (java) S 16243 16246 7912 0 -1 1077944384 3 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002099943776 140003359553237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
[pid=16246/tid=16319] ppid=16243 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16246/task/16319/stat : 16319 (java) S 16243 16246 7912 0 -1 1077944384 89 12430 0 0 0 0 8 4 20 0 20 0 6039788 11190136832 410241 33554432000 4194304 4196468 140720833107136 140002098891056 140003359554178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36335616 140720833108673 140720833111447 140720833111447 140720833114063 0
Current children cumulated CPU time (s) 37.5
Current children cumulated vsize (KiB) 10927868

Child status: 0
Real time (s): 13.0552
CPU time (s): 37.631
CPU user time (s): 35.0156
CPU system time (s): 2.61537
CPU usage (%): 288.245
Max. virtual memory (cumulated for all children) (KiB): 10930092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0156
system time used= 2.61537
maximum resident set size= 1642660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84361
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= 11062
involuntary context switches= 2542

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

The end

Launcher Data

Begin job on node125 at 2017-07-22 09:15:21
IDJOB=4245964
IDBENCH=123444
IDSOLVER=2630
FILE ID=node125/4245964-1500707721
RUNJOBID= node125-1500682887-8969
PBS_JOBID= 20623328
Free space on /tmp= 61948 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-5-04_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245964-1500707721/watcher-4245964-1500707721 -o /tmp/evaluation-result-4245964-1500707721/solver-4245964-1500707721 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8969 --watchdog 2560  bin/concrete HOME/instance-4245964-1500707721.xml

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

MD5SUM BENCH= 26a86d4eadaf22523e3bbd76de14311a
RANDOM SEED=154000119

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30715336 kB
MemAvailable:   31162116 kB
Buffers:          180904 kB
Cached:           542276 kB
SwapCached:            0 kB
Active:          1215048 kB
Inactive:         393940 kB
Active(anon):     888576 kB
Inactive(anon):     8764 kB
Active(file):     326472 kB
Inactive(file):   385176 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28916 kB
Writeback:             0 kB
AnonPages:        997188 kB
Mapped:            43620 kB
Shmem:              8840 kB
Slab:             135928 kB
SReclaimable:     101932 kB
SUnreclaim:        33996 kB
KernelStack:        4880 kB
PageTables:         9240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1454796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61924 MiB
End job on node125 at 2017-07-22 09:15:34