Trace number 4245959

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? 36.6453 12.9188

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-02_X2.xml
MD5SUM69e4f2d1840ee6c3ffd4a60a6361deb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.70718
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16103
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.90 5.14 4.20 3/261 16106
/proc/meminfo: memFree=30706388/32770624 swapFree=5780/384984
[pid=16106] ppid=16103 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (bash) S 16103 16106 7912 0 -1 4202496 688 1533 0 0 0 0 0 0 20 0 1 0 6038408 9736192 351 33554432000 4194304 5098028 140724475668784 140724475666424 139976947039232 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 32759808 140724475675918 140724475676003 140724475676003 140724475678702 0
/proc/16106/statm: 2377 351 278 221 0 86 0

[startup+0.100122 s]
/proc/loadavg: 2.90 5.14 4.20 3/261 16106
/proc/meminfo: memFree=30706388/32770624 swapFree=5780/384984
[pid=16106] ppid=16103 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (bash) S 16103 16106 7912 0 -1 4202496 885 6418 0 0 0 0 0 1 20 0 1 0 6038408 9871360 378 33554432000 4194304 5098028 140724475668784 140724475662792 139976947039232 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 32759808 140724475675918 140724475676003 140724475676003 140724475678702 0
/proc/16106/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200426 s]
/proc/loadavg: 2.90 5.14 4.20 3/261 16106
/proc/meminfo: memFree=30706388/32770624 swapFree=5780/384984
[pid=16106] ppid=16103 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 4843 12588 0 0 5 2 8 3 20 0 13 0 6038408 10686320640 5209 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2608965 5209 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.30034 s]
/proc/loadavg: 2.90 5.14 4.20 3/261 16106
/proc/meminfo: memFree=30706388/32770624 swapFree=5780/384984
[pid=16106] ppid=16103 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 7680 12588 0 0 22 3 8 3 20 0 20 0 6038408 11163947008 9420 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2725573 9420 2969 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700265 s]
/proc/loadavg: 2.90 5.14 4.20 3/261 16106
/proc/meminfo: memFree=30706388/32770624 swapFree=5780/384984
[pid=16106] ppid=16103 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 12593 12588 0 0 78 5 8 3 20 0 20 0 6038408 11164385280 15911 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2725680 15911 3204 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50116 s]
/proc/loadavg: 2.90 5.14 4.20 3/281 16179
/proc/meminfo: memFree=30600140/32770624 swapFree=5780/385188
[pid=16106] ppid=16103 vsize=10915392 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 27682 12588 0 0 207 13 8 3 20 0 20 0 6038408 11177361408 44586 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2728848 44586 3407 1 0 2716962 0
[pid=16106/tid=16161] ppid=16103 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) R 16103 16106 7912 0 -1 4202560 19557 12588 0 0 125 7 8 3 20 0 20 0 6038420 11177361408 44586 33554432000 4194304 4196468 140735390173776 139651063118376 139651043024534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) S 16103 16106 7912 0 -1 1077944384 48 12588 0 0 1 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139651000892304 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) S 16103 16106 7912 0 -1 1077944384 18 12588 0 0 0 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650999839504 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) S 16103 16106 7912 0 -1 1077944384 14 12588 0 0 1 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650998787216 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) S 16103 16106 7912 0 -1 1077944384 48 12588 0 0 1 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650997734416 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) S 16103 16106 7912 0 -1 1077944384 35 12588 0 0 0 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650661144976 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) S 16103 16106 7912 0 -1 1077944384 30 12588 0 0 0 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650660092176 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) S 16103 16106 7912 0 -1 1077944384 12 12588 0 0 0 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650659039888 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) S 16103 16106 7912 0 -1 1077944384 145 12588 0 0 0 0 8 3 20 0 20 0 6038421 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650657987088 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 1641 12588 0 0 1 0 8 3 20 0 20 0 6038424 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650600696432 139651058899586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 56 12588 0 0 0 0 8 3 20 0 20 0 6038424 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650599642400 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 43 12588 0 0 0 0 8 3 20 0 20 0 6038425 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650598590064 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 1 12588 0 0 0 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650597538384 139651058907035 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) S 16103 16106 7912 0 -1 1077944384 813 12588 0 0 12 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650596485232 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) S 16103 16106 7912 0 -1 1077944384 481 12588 0 0 13 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650595432432 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10915392 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) S 16103 16106 7912 0 -1 1077944384 1496 12588 0 0 18 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650594380144 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) S 16103 16106 7912 0 -1 1077944384 1103 12588 0 0 27 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650526079216 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16179] ppid=16103 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16179/stat : 16179 (java) S 16103 16106 7912 0 -1 1077944384 7 12588 0 0 0 0 8 3 20 0 20 0 6038429 11177361408 44586 33554432000 4194304 4196468 140735390173776 139650523974448 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10119 s]
/proc/loadavg: 2.90 5.14 4.20 6/281 16179
/proc/meminfo: memFree=30527476/32770624 swapFree=5780/385188
[pid=16106] ppid=16103 vsize=10923772 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 41540 12588 0 0 703 40 8 3 20 0 20 0 6038408 11185942528 78549 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2730943 78549 3498 1 0 2718498 0
[pid=16106/tid=16161] ppid=16103 vsize=10923772 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) S 16103 16106 7912 0 -1 1077944384 23630 12588 0 0 276 10 8 3 20 0 20 0 6038420 11185942528 78549 33554432000 4194304 4196468 140735390173776 139651063120496 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10923772 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) R 16103 16106 7912 0 -1 4202560 102 12588 0 0 3 3 8 3 20 0 20 0 6038421 11185942528 78549 33554432000 4194304 4196468 140735390173776 139651000892504 139651043916322 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10923772 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) R 16103 16106 7912 0 -1 4202560 142 12588 0 0 2 3 8 3 20 0 20 0 6038421 11185942528 78549 33554432000 4194304 4196468 140735390173776 139650999839704 139651043916322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10923772 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) R 16103 16106 7912 0 -1 4202560 73 12588 0 0 4 2 8 3 20 0 20 0 6038421 11185942528 78549 33554432000 4194304 4196468 140735390173776 139650998787416 139651043916313 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10923772 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) R 16103 16106 7912 0 -1 4202560 106 12588 0 0 3 3 8 3 20 0 20 0 6038421 11185942528 78549 33554432000 4194304 4196468 140735390173776 139650997734616 139651043916286 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10923772 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) R 16103 16106 7912 0 -1 4202560 135 12588 0 0 2 3 8 3 20 0 20 0 6038421 11185942528 78549 33554432000 4194304 4196468 140735390173776 139650661145176 139651043915858 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10923772 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) R 16103 16106 7912 0 -1 4202560 74 12588 0 0 3 3 8 3 20 0 20 0 6038421 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650660092376 139651043916016 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) R 16103 16106 7912 0 -1 4202560 25 12588 0 0 1 2 8 3 20 0 20 0 6038421 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650659040088 139651043916322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) R 16103 16106 7912 0 -1 4202560 195 12588 0 0 2 2 8 3 20 0 20 0 6038421 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650657986976 139651043916313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 1658 12588 0 0 1 0 8 3 20 0 20 0 6038424 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650600694944 139651058898645 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 56 12588 0 0 0 0 8 3 20 0 20 0 6038424 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650599642400 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 43 12588 0 0 0 0 8 3 20 0 20 0 6038425 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650598590064 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 1 12588 0 0 0 0 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650597538384 139651058907035 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10923772 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) S 16103 16106 7912 0 -1 1077944384 2018 12588 0 0 85 1 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650596477264 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10923772 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) S 16103 16106 7912 0 -1 1077944384 2023 12588 0 0 96 0 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650595412240 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10923772 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) S 16103 16106 7912 0 -1 1077944384 5086 12588 0 0 116 1 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650594371424 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10923772 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) S 16103 16106 7912 0 -1 1077944384 4032 12588 0 0 102 1 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650526079216 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16179] ppid=16103 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16179/stat : 16179 (java) S 16103 16106 7912 0 -1 1077944384 8 12588 0 0 0 0 8 3 20 0 20 0 6038429 11185942528 79061 33554432000 4194304 4196468 140735390173776 139650523974448 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 10923772

[startup+6.30118 s]
/proc/loadavg: 3.07 5.14 4.20 3/281 16179
/proc/meminfo: memFree=30178164/32770624 swapFree=5780/385188
[pid=16106] ppid=16103 vsize=10925820 CPUtime=18.48 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 65740 12588 0 0 1731 106 8 3 20 0 20 0 6038408 11188039680 166899 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2731455 166899 3509 1 0 2719010 0
[pid=16106/tid=16161] ppid=16103 vsize=10925820 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) R 16103 16106 7912 0 -1 4202560 28088 12588 0 0 568 13 8 3 20 0 20 0 6038420 11188039680 166899 33554432000 4194304 4196468 140735390173776 139651063121368 139650692854740 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10925820 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) S 16103 16106 7912 0 -1 1077944384 587 12588 0 0 13 11 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139651000892304 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10925820 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) S 16103 16106 7912 0 -1 1077944384 261 12588 0 0 12 9 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650999839504 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10925820 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) S 16103 16106 7912 0 -1 1077944384 205 12588 0 0 15 9 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650998787216 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10925820 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) S 16103 16106 7912 0 -1 1077944384 317 12588 0 0 14 10 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650997734416 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10925820 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) S 16103 16106 7912 0 -1 1077944384 284 12588 0 0 14 12 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650661144976 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10925820 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) S 16103 16106 7912 0 -1 1077944384 285 12588 0 0 14 10 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650660092176 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10925820 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) S 16103 16106 7912 0 -1 1077944384 193 12588 0 0 12 9 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650659039888 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10925820 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) S 16103 16106 7912 0 -1 1077944384 357 12588 0 0 14 9 8 3 20 0 20 0 6038421 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650657987088 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 1933 12588 0 0 2 0 8 3 20 0 20 0 6038424 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650600696432 139651058899586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 56 12588 0 0 0 0 8 3 20 0 20 0 6038424 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650599642464 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 43 12588 0 0 0 0 8 3 20 0 20 0 6038425 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650598590080 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 1 12588 0 0 0 0 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650597538384 139651058907035 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10925820 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) S 16103 16106 7912 0 -1 1077944384 6821 12588 0 0 282 2 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650596485232 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10925820 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) D 16103 16106 7912 0 -1 4202560 5516 12588 0 0 280 1 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650595421376 139651039077034 0 4 0 16800975 18446744071582151416 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10925820 CPUtime=3.31 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) R 16103 16106 7912 0 -1 4202560 8873 12588 0 0 318 2 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650594380440 139651044011988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10925820 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) D 16103 16106 7912 0 -1 4202560 9605 12588 0 0 163 2 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650526076024 139651051605591 0 4 0 16800975 18446744071582151463 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16179] ppid=16103 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16179/stat : 16179 (java) S 16103 16106 7912 0 -1 1077944384 180 12588 0 0 0 0 8 3 20 0 20 0 6038429 11188039680 166899 33554432000 4194304 4196468 140735390173776 139650523974448 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 10925820

[startup+12.7011 s]
/proc/loadavg: 3.14 5.12 4.20 4/282 16180
/proc/meminfo: memFree=29367500/32770624 swapFree=5780/385176
[pid=16106] ppid=16103 vsize=10927868 CPUtime=36.08 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 89206 12588 0 0 3369 228 8 3 20 0 20 0 6038408 11190136832 379149 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2731967 379149 3510 1 0 2719522 0
[pid=16106/tid=16161] ppid=16103 vsize=10927868 CPUtime=11.77 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) R 16103 16106 7912 0 -1 4202560 32272 12588 0 0 1144 22 8 3 20 0 20 0 6038420 11190136832 379149 33554432000 4194304 4196468 140735390173776 139651063118408 139650680589540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) S 16103 16106 7912 0 -1 1077944384 727 12588 0 0 46 24 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139651000892304 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10927868 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) S 16103 16106 7912 0 -1 1077944384 484 12588 0 0 46 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650999839504 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10927868 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 50 22 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650998787216 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) S 16103 16106 7912 0 -1 1077944384 487 12588 0 0 47 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650997734416 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10927868 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) S 16103 16106 7912 0 -1 1077944384 512 12588 0 0 48 25 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650661144976 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10927868 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 48 24 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650660092176 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) S 16103 16106 7912 0 -1 1077944384 373 12588 0 0 48 22 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650659039888 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10927868 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) S 16103 16106 7912 0 -1 1077944384 630 12588 0 0 48 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650657987088 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 5666 12588 0 0 6 1 8 3 20 0 20 0 6038424 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650600696432 139651058899586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 62 12588 0 0 0 0 8 3 20 0 20 0 6038424 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650599642464 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 49 12588 0 0 0 0 8 3 20 0 20 0 6038425 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650598590080 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 1 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650597538384 139651058907035 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10927868 CPUtime=5.52 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) S 16103 16106 7912 0 -1 1077944384 10769 12588 0 0 538 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650596485232 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10927868 CPUtime=5.21 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) S 16103 16106 7912 0 -1 1077944384 10094 12588 0 0 507 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650595432432 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10927868 CPUtime=5.59 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) R 16103 16106 7912 0 -1 4202560 12068 12588 0 0 545 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650594361744 139651042875921 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10927868 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) S 16103 16106 7912 0 -1 1077944384 11814 12588 0 0 240 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650526079216 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16179] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16179/stat : 16179 (java) S 16103 16106 7912 0 -1 1077944384 189 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650523974448 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 36.08
Current children cumulated vsize (KiB) 10927868

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

[startup+12.8016 s]
/proc/loadavg: 3.14 5.12 4.20 4/282 16180
/proc/meminfo: memFree=29367500/32770624 swapFree=5780/385176
[pid=16106] ppid=16103 vsize=10927868 CPUtime=36.27 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 89206 12588 0 0 3388 228 8 3 20 0 20 0 6038408 11190136832 379149 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2731967 379149 3510 1 0 2719522 0
[pid=16106/tid=16161] ppid=16103 vsize=10927868 CPUtime=11.87 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) R 16103 16106 7912 0 -1 4202560 32272 12588 0 0 1154 22 8 3 20 0 20 0 6038420 11190136832 379149 33554432000 4194304 4196468 140735390173776 139651063119672 139650685232168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) S 16103 16106 7912 0 -1 1077944384 727 12588 0 0 46 24 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139651000892304 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10927868 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) S 16103 16106 7912 0 -1 1077944384 484 12588 0 0 46 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650999839504 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10927868 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 50 22 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650998787216 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) S 16103 16106 7912 0 -1 1077944384 487 12588 0 0 47 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650997734416 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10927868 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) S 16103 16106 7912 0 -1 1077944384 512 12588 0 0 48 25 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650661144976 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10927868 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 48 24 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650660092176 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10927868 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) S 16103 16106 7912 0 -1 1077944384 373 12588 0 0 48 22 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650659039888 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10927868 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) S 16103 16106 7912 0 -1 1077944384 630 12588 0 0 48 23 8 3 20 0 20 0 6038421 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650657987088 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 5666 12588 0 0 6 1 8 3 20 0 20 0 6038424 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650600696432 139651058899586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 62 12588 0 0 0 0 8 3 20 0 20 0 6038424 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650599642464 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 49 12588 0 0 0 0 8 3 20 0 20 0 6038425 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650598590080 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 1 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650597538384 139651058907035 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10927868 CPUtime=5.54 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) R 16103 16106 7912 0 -1 4202560 10769 12588 0 0 540 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650596485528 139651039640750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10927868 CPUtime=5.26 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) S 16103 16106 7912 0 -1 1077944384 10094 12588 0 0 512 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650595432432 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10927868 CPUtime=5.62 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) S 16103 16106 7912 0 -1 1077944384 12068 12588 0 0 548 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650594380144 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10927868 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) S 16103 16106 7912 0 -1 1077944384 11814 12588 0 0 240 3 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650526079216 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16179] ppid=16103 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16179/stat : 16179 (java) S 16103 16106 7912 0 -1 1077944384 189 12588 0 0 0 0 8 3 20 0 20 0 6038429 11190136832 379149 33554432000 4194304 4196468 140735390173776 139650523974448 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 36.27
Current children cumulated vsize (KiB) 10927868

[startup+12.9008 s]
/proc/loadavg: 3.14 5.12 4.20 4/282 16180
/proc/meminfo: memFree=29367500/32770624 swapFree=5780/385176
[pid=16106] ppid=16103 vsize=10996480 CPUtime=36.61 cores=1,3,5,7,9,11,13,15
/proc/16106/stat : 16106 (java) S 16103 16106 7912 0 -1 1077944320 89316 12588 0 0 3422 228 8 3 20 0 19 0 6038408 11260395520 379189 33554432000 4194304 4196468 140735390173776 140735390156320 139651058888439 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
/proc/16106/statm: 2749120 379189 3512 1 0 2736675 0
[pid=16106/tid=16161] ppid=16103 vsize=10996480 CPUtime=11.96 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16161/stat : 16161 (java) S 16103 16106 7912 0 -1 1077944384 32328 12588 0 0 1163 22 8 3 20 0 19 0 6038420 11260395520 379189 33554432000 4194304 4196468 140735390173776 139651063131280 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16162] ppid=16103 vsize=10996480 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16162/stat : 16162 (java) S 16103 16106 7912 0 -1 1077944384 727 12588 0 0 46 24 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139651000892304 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16163] ppid=16103 vsize=10996480 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16163/stat : 16163 (java) S 16103 16106 7912 0 -1 1077944384 484 12588 0 0 46 23 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650999839504 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16164] ppid=16103 vsize=10996480 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16164/stat : 16164 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 50 22 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650998787216 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16165] ppid=16103 vsize=10996480 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16165/stat : 16165 (java) S 16103 16106 7912 0 -1 1077944384 487 12588 0 0 47 23 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650997734416 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16166] ppid=16103 vsize=10996480 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16166/stat : 16166 (java) S 16103 16106 7912 0 -1 1077944384 512 12588 0 0 48 25 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650661144976 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16167] ppid=16103 vsize=10996480 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16167/stat : 16167 (java) S 16103 16106 7912 0 -1 1077944384 437 12588 0 0 48 24 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650660092176 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16168] ppid=16103 vsize=10996480 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16168/stat : 16168 (java) S 16103 16106 7912 0 -1 1077944384 373 12588 0 0 48 22 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650659039888 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16169] ppid=16103 vsize=10996480 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16169/stat : 16169 (java) S 16103 16106 7912 0 -1 1077944384 630 12588 0 0 48 23 8 3 20 0 19 0 6038421 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650657987088 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16170] ppid=16103 vsize=10996480 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16170/stat : 16170 (java) S 16103 16106 7912 0 -1 1077944384 5666 12588 0 0 6 1 8 3 20 0 19 0 6038424 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650600696640 139651058899586 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16171] ppid=16103 vsize=10996480 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16171/stat : 16171 (java) S 16103 16106 7912 0 -1 1077944384 62 12588 0 0 0 0 8 3 20 0 19 0 6038424 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650599642464 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16172] ppid=16103 vsize=10996480 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16172/stat : 16172 (java) S 16103 16106 7912 0 -1 1077944384 49 12588 0 0 0 0 8 3 20 0 19 0 6038425 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650598590080 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16173] ppid=16103 vsize=10996480 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16173/stat : 16173 (java) S 16103 16106 7912 0 -1 1077944384 24 12588 0 0 0 0 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650597537152 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16174] ppid=16103 vsize=10996480 CPUtime=5.62 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16174/stat : 16174 (java) S 16103 16106 7912 0 -1 1077944384 10770 12588 0 0 548 3 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650596464272 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16175] ppid=16103 vsize=10996480 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16175/stat : 16175 (java) S 16103 16106 7912 0 -1 1077944384 10094 12588 0 0 520 3 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650595417488 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16176] ppid=16103 vsize=10996480 CPUtime=5.69 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16176/stat : 16176 (java) S 16103 16106 7912 0 -1 1077944384 12068 12588 0 0 555 3 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650594359696 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16177] ppid=16103 vsize=10996480 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16177/stat : 16177 (java) S 16103 16106 7912 0 -1 1077944384 11814 12588 0 0 240 3 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650526079216 139651058899586 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
[pid=16106/tid=16178] ppid=16103 vsize=10996480 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16106/task/16178/stat : 16178 (java) S 16103 16106 7912 0 -1 1077944384 3 12588 0 0 0 0 8 3 20 0 19 0 6038429 11260395520 379189 33554432000 4194304 4196468 140735390173776 139650525027168 139651058898645 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15536128 140735390177985 140735390180759 140735390180759 140735390183375 0
Current children cumulated CPU time (s) 36.61
Current children cumulated vsize (KiB) 10996480

Child status: 0
Real time (s): 12.9188
CPU time (s): 36.6453
CPU user time (s): 34.3079
CPU system time (s): 2.33743
CPU usage (%): 283.659
Max. virtual memory (cumulated for all children) (KiB): 10996480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3079
system time used= 2.33743
maximum resident set size= 1517600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101927
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= 11964
involuntary context switches= 2628

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

The end

Launcher Data

Begin job on node125 at 2017-07-22 09:15:07
IDJOB=4245959
IDBENCH=123440
IDSOLVER=2630
FILE ID=node125/4245959-1500707707
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-7-02_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245959-1500707707/watcher-4245959-1500707707 -o /tmp/evaluation-result-4245959-1500707707/solver-4245959-1500707707 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8969 --watchdog 2560  bin/concrete HOME/instance-4245959-1500707707.xml

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

MD5SUM BENCH= 69e4f2d1840ee6c3ffd4a60a6361deb1
RANDOM SEED=2051321106

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 1733.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		: 2533.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		: 1733.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		: 1733.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:        30706900 kB
MemAvailable:   31153076 kB
Buffers:          180856 kB
Cached:           541776 kB
SwapCached:            0 kB
Active:          1225264 kB
Inactive:         393748 kB
Active(anon):     899132 kB
Inactive(anon):     8764 kB
Active(file):     326132 kB
Inactive(file):   384984 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28128 kB
Writeback:             8 kB
AnonPages:        902740 kB
Mapped:            43720 kB
Shmem:              8840 kB
Slab:             135372 kB
SReclaimable:     101788 kB
SUnreclaim:        33584 kB
KernelStack:        4592 kB
PageTables:         8788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1468096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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:21