Trace number 4245949

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.3667 12.8186

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-16_X2.xml
MD5SUM8fc892d8cd45aeefd26f51f7c42b85f4
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 benchmark8.0211802
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"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

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

pid=16037
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.47 2.17 2.40 3/262 16040
/proc/meminfo: memFree=28088872/32770624 swapFree=5788/295260
[pid=16040] ppid=16037 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (bash) S 16037 16040 7954 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 6036746 9736192 350 33554432000 4194304 5098028 140727328956448 140727328954088 140266025331712 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 14049280 140727328961806 140727328961891 140727328961891 140727328964590 0
/proc/16040/statm: 2377 350 277 221 0 86 0

[startup+0.100166 s]
/proc/loadavg: 2.47 2.17 2.40 3/262 16040
/proc/meminfo: memFree=28088872/32770624 swapFree=5788/295260
[pid=16040] ppid=16037 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (bash) S 16037 16040 7954 0 -1 4202496 879 6426 0 0 0 0 0 1 20 0 1 0 6036746 9871360 378 33554432000 4194304 5098028 140727328956448 140727328950456 140266025331712 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 14049280 140727328961806 140727328961891 140727328961891 140727328964590 0
/proc/16040/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200282 s]
/proc/loadavg: 2.47 2.17 2.40 3/262 16040
/proc/meminfo: memFree=28088872/32770624 swapFree=5788/295260
[pid=16040] ppid=16037 vsize=10768680 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 5617 12375 0 0 7 1 8 3 20 0 18 0 6036746 11027128320 5930 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2692170 5930 2530 1 0 2680608 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10768680

[startup+0.300369 s]
/proc/loadavg: 2.47 2.17 2.40 3/262 16040
/proc/meminfo: memFree=28088872/32770624 swapFree=5788/295260
[pid=16040] ppid=16037 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 9288 12375 0 0 22 3 8 3 20 0 20 0 6036746 11163947008 10367 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2725573 10367 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700298 s]
/proc/loadavg: 2.47 2.17 2.40 3/262 16040
/proc/meminfo: memFree=28088872/32770624 swapFree=5788/295260
[pid=16040] ppid=16037 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 13035 12375 0 0 85 4 8 3 20 0 20 0 6036746 11164385280 16365 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2725680 16365 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50111 s]
/proc/loadavg: 2.47 2.17 2.40 3/282 16113
/proc/meminfo: memFree=27978348/32770624 swapFree=5788/295996
[pid=16040] ppid=16037 vsize=10915392 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 28054 12375 0 0 204 14 8 3 20 0 20 0 6036746 11177361408 44783 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2728848 44783 3409 1 0 2716962 0
[pid=16040/tid=16095] ppid=16037 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16095/stat : 16095 (java) R 16037 16040 7954 0 -1 4202560 19812 12375 0 0 125 6 8 3 20 0 20 0 6036758 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883994228792 139883990007190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16096] ppid=16037 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16096/stat : 16096 (java) S 16037 16040 7954 0 -1 1077944384 17 12375 0 0 1 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883931999376 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16097] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16097/stat : 16097 (java) S 16037 16040 7954 0 -1 1077944384 27 12375 0 0 0 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883596012560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16098] ppid=16037 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16098/stat : 16098 (java) S 16037 16040 7954 0 -1 1077944384 49 12375 0 0 1 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883594959760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16099] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16099/stat : 16099 (java) S 16037 16040 7954 0 -1 1077944384 29 12375 0 0 0 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883593906960 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16100] ppid=16037 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16100/stat : 16100 (java) S 16037 16040 7954 0 -1 1077944384 22 12375 0 0 1 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883592854160 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16101] ppid=16037 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16101/stat : 16101 (java) S 16037 16040 7954 0 -1 1077944384 128 12375 0 0 1 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883591801360 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16102] ppid=16037 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16102/stat : 16102 (java) S 16037 16040 7954 0 -1 1077944384 19 12375 0 0 1 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883590748560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16103] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16103/stat : 16103 (java) S 16037 16040 7954 0 -1 1077944384 25 12375 0 0 0 0 8 3 20 0 20 0 6036759 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883589695760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16104] ppid=16037 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16104/stat : 16104 (java) S 16037 16040 7954 0 -1 1077944384 1428 12375 0 0 2 0 8 3 20 0 20 0 6036761 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883531709296 139883990006402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16105] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16105/stat : 16105 (java) S 16037 16040 7954 0 -1 1077944384 56 12375 0 0 0 0 8 3 20 0 20 0 6036762 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883530655328 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16106] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16106/stat : 16106 (java) S 16037 16040 7954 0 -1 1077944384 44 12375 0 0 0 0 8 3 20 0 20 0 6036762 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883529602432 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16107] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16107/stat : 16107 (java) S 16037 16040 7954 0 -1 1077944384 1 12375 0 0 0 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883460946256 139883990013851 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16108] ppid=16037 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16108/stat : 16108 (java) S 16037 16040 7954 0 -1 1077944384 859 12375 0 0 12 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883459893616 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16109] ppid=16037 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16109/stat : 16109 (java) S 16037 16040 7954 0 -1 1077944384 1276 12375 0 0 16 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883458840816 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16110] ppid=16037 vsize=10915392 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16110/stat : 16110 (java) S 16037 16040 7954 0 -1 1077944384 735 12375 0 0 11 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883457788016 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16111] ppid=16037 vsize=10915392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16111/stat : 16111 (java) R 16037 16040 7954 0 -1 4202560 1393 12375 0 0 27 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883456735136 139883974075742 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16112] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16112/stat : 16112 (java) S 16037 16040 7954 0 -1 1077944384 3 12375 0 0 0 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883455683680 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16113] ppid=16037 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16113/stat : 16113 (java) S 16037 16040 7954 0 -1 1077944384 3 12375 0 0 0 0 8 3 20 0 20 0 6036766 11177361408 44783 33554432000 4194304 4196468 140731662906576 139883454630960 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10117 s]
/proc/loadavg: 2.47 2.17 2.40 6/282 16113
/proc/meminfo: memFree=27905592/32770624 swapFree=5788/295996
[pid=16040] ppid=16037 vsize=10923772 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 43478 12375 0 0 747 39 8 3 20 0 20 0 6036746 11185942528 80483 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2730943 80483 3498 1 0 2718498 0
[pid=16040/tid=16095] ppid=16037 vsize=10923772 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16095/stat : 16095 (java) R 16037 16040 7954 0 -1 4202560 24502 12375 0 0 276 9 8 3 20 0 20 0 6036758 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883994228008 139883612285760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16096] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16096/stat : 16096 (java) S 16037 16040 7954 0 -1 1077944384 211 12375 0 0 3 3 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883931999376 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16097] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16097/stat : 16097 (java) S 16037 16040 7954 0 -1 1077944384 85 12375 0 0 3 3 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883596012560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16098] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16098/stat : 16098 (java) S 16037 16040 7954 0 -1 1077944384 105 12375 0 0 3 3 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883594959760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16099] ppid=16037 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16099/stat : 16099 (java) S 16037 16040 7954 0 -1 1077944384 119 12375 0 0 1 2 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883593906960 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16100] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16100/stat : 16100 (java) S 16037 16040 7954 0 -1 1077944384 87 12375 0 0 3 3 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883592854160 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16101] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16101/stat : 16101 (java) S 16037 16040 7954 0 -1 1077944384 187 12375 0 0 4 2 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883591801360 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16102] ppid=16037 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16102/stat : 16102 (java) S 16037 16040 7954 0 -1 1077944384 34 12375 0 0 2 2 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883590748560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16103] ppid=16037 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16103/stat : 16103 (java) S 16037 16040 7954 0 -1 1077944384 138 12375 0 0 3 3 8 3 20 0 20 0 6036759 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883589695760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16104] ppid=16037 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16104/stat : 16104 (java) S 16037 16040 7954 0 -1 1077944384 1979 12375 0 0 2 0 8 3 20 0 20 0 6036761 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883531709296 139883990006402 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16105] ppid=16037 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16105/stat : 16105 (java) S 16037 16040 7954 0 -1 1077944384 57 12375 0 0 0 0 8 3 20 0 20 0 6036762 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883530655328 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16106] ppid=16037 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16106/stat : 16106 (java) S 16037 16040 7954 0 -1 1077944384 44 12375 0 0 0 0 8 3 20 0 20 0 6036762 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883529602432 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16107] ppid=16037 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16107/stat : 16107 (java) S 16037 16040 7954 0 -1 1077944384 1 12375 0 0 0 0 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883460946256 139883990013851 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16108] ppid=16037 vsize=10923772 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16108/stat : 16108 (java) S 16037 16040 7954 0 -1 1077944384 4879 12375 0 0 125 0 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883459893616 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16109] ppid=16037 vsize=10923772 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16109/stat : 16109 (java) R 16037 16040 7954 0 -1 4202560 3133 12375 0 0 106 1 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883458828144 139883974891076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16110] ppid=16037 vsize=10923772 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16110/stat : 16110 (java) R 16037 16040 7954 0 -1 4202560 2322 12375 0 0 111 0 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883457776048 139883969838863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16111] ppid=16037 vsize=10923772 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16111/stat : 16111 (java) S 16037 16040 7954 0 -1 1077944384 3458 12375 0 0 98 1 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883456735216 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16112] ppid=16037 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16112/stat : 16112 (java) S 16037 16040 7954 0 -1 1077944384 3 12375 0 0 0 0 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883455683680 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16113] ppid=16037 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16113/stat : 16113 (java) S 16037 16040 7954 0 -1 1077944384 5 12375 0 0 0 0 8 3 20 0 20 0 6036766 11185942528 80483 33554432000 4194304 4196468 140731662906576 139883454630960 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 10923772

[startup+6.30077 s]
/proc/loadavg: 2.60 2.20 2.41 4/282 16113
/proc/meminfo: memFree=27565768/32770624 swapFree=5788/296008
[pid=16040] ppid=16037 vsize=10925820 CPUtime=18.99 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 59134 12375 0 0 1740 148 8 3 20 0 20 0 6036746 11188039680 191842 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2731455 191842 3509 1 0 2719010 0
[pid=16040/tid=16095] ppid=16037 vsize=10925820 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16095/stat : 16095 (java) R 16037 16040 7954 0 -1 4202560 26152 12375 0 0 559 12 8 3 20 0 20 0 6036758 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883994227384 139883615582528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16096] ppid=16037 vsize=10925820 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16096/stat : 16096 (java) S 16037 16040 7954 0 -1 1077944384 371 12375 0 0 19 16 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883931999376 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16097] ppid=16037 vsize=10925820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16097/stat : 16097 (java) S 16037 16040 7954 0 -1 1077944384 201 12375 0 0 20 16 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883596012560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16098] ppid=16037 vsize=10925820 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16098/stat : 16098 (java) S 16037 16040 7954 0 -1 1077944384 542 12375 0 0 17 14 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883594959760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16099] ppid=16037 vsize=10925820 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16099/stat : 16099 (java) S 16037 16040 7954 0 -1 1077944384 291 12375 0 0 19 15 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883593906960 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16100] ppid=16037 vsize=10925820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16100/stat : 16100 (java) S 16037 16040 7954 0 -1 1077944384 244 12375 0 0 20 16 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883592854160 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16101] ppid=16037 vsize=10925820 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16101/stat : 16101 (java) S 16037 16040 7954 0 -1 1077944384 354 12375 0 0 19 15 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883591801360 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16102] ppid=16037 vsize=10925820 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16102/stat : 16102 (java) S 16037 16040 7954 0 -1 1077944384 271 12375 0 0 18 13 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883590748560 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16103] ppid=16037 vsize=10925820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16103/stat : 16103 (java) S 16037 16040 7954 0 -1 1077944384 278 12375 0 0 19 17 8 3 20 0 20 0 6036759 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883589695760 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16104] ppid=16037 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16104/stat : 16104 (java) S 16037 16040 7954 0 -1 1077944384 2313 12375 0 0 3 0 8 3 20 0 20 0 6036761 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883531709296 139883990006402 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16105] ppid=16037 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16105/stat : 16105 (java) S 16037 16040 7954 0 -1 1077944384 57 12375 0 0 0 0 8 3 20 0 20 0 6036762 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883530655328 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16106] ppid=16037 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16106/stat : 16106 (java) S 16037 16040 7954 0 -1 1077944384 44 12375 0 0 0 0 8 3 20 0 20 0 6036762 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883529602432 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16107] ppid=16037 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16107/stat : 16107 (java) S 16037 16040 7954 0 -1 1077944384 1 12375 0 0 0 0 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883460946256 139883990013851 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16108] ppid=16037 vsize=10925820 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16108/stat : 16108 (java) S 16037 16040 7954 0 -1 1077944384 7909 12375 0 0 310 1 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883459893616 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16109] ppid=16037 vsize=10925820 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16109/stat : 16109 (java) S 16037 16040 7954 0 -1 1077944384 5536 12375 0 0 272 2 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883458840816 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16110] ppid=16037 vsize=10925820 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16110/stat : 16110 (java) S 16037 16040 7954 0 -1 1077944384 5442 12375 0 0 278 0 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883457788016 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16111] ppid=16037 vsize=10925820 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16111/stat : 16111 (java) S 16037 16040 7954 0 -1 1077944384 6862 12375 0 0 160 3 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883456735216 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16112] ppid=16037 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16112/stat : 16112 (java) S 16037 16040 7954 0 -1 1077944384 3 12375 0 0 0 0 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883455683680 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16113] ppid=16037 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16113/stat : 16113 (java) S 16037 16040 7954 0 -1 1077944384 134 12375 0 0 0 0 8 3 20 0 20 0 6036766 11188039680 191842 33554432000 4194304 4196468 140731662906576 139883454630960 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 10925820

[startup+12.7011 s]
/proc/loadavg: 2.55 2.20 2.41 4/281 16113
/proc/meminfo: memFree=26614388/32770624 swapFree=5788/296016
[pid=16040] ppid=16037 vsize=10927868 CPUtime=36.68 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) S 16037 16040 7954 0 -1 1077944320 88127 12375 0 0 3417 240 8 3 20 0 20 0 6036746 11190136832 378524 33554432000 4194304 4196468 140731662906576 140731662889120 139883989995255 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
/proc/16040/statm: 2731967 378524 3509 1 0 2719522 0
[pid=16040/tid=16095] ppid=16037 vsize=10927868 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16095/stat : 16095 (java) S 16037 16040 7954 0 -1 1077944384 31900 12375 0 0 1151 21 8 3 20 0 20 0 6036758 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883994227520 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16096] ppid=16037 vsize=10927868 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16096/stat : 16096 (java) R 16037 16040 7954 0 -1 4202560 547 12375 0 0 42 25 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883931999576 139883974695880 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16097] ppid=16037 vsize=10927868 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16097/stat : 16097 (java) R 16037 16040 7954 0 -1 4202560 463 12375 0 0 44 26 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883596012760 139883974695866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16098] ppid=16037 vsize=10927868 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16098/stat : 16098 (java) R 16037 16040 7954 0 -1 4202560 722 12375 0 0 41 23 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883594959960 139883974984969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16099] ppid=16037 vsize=10927868 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16099/stat : 16099 (java) R 16037 16040 7954 0 -1 4202560 438 12375 0 0 41 24 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883593906848 139883974695899 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16100] ppid=16037 vsize=10927868 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16100/stat : 16100 (java) R 16037 16040 7954 0 -1 4202560 446 12375 0 0 42 27 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883592854360 139883983098882 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16101] ppid=16037 vsize=10927868 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16101/stat : 16101 (java) R 16037 16040 7954 0 -1 4202560 659 12375 0 0 44 25 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883591801560 139883974695859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16102] ppid=16037 vsize=10927868 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16102/stat : 16102 (java) R 16037 16040 7954 0 -1 4202560 420 12375 0 0 39 23 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883590748760 139883974695870 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16103] ppid=16037 vsize=10927868 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16103/stat : 16103 (java) R 16037 16040 7954 0 -1 4202560 446 12375 0 0 42 27 8 3 20 0 20 0 6036759 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883589695960 139883974991733 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16104] ppid=16037 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16104/stat : 16104 (java) S 16037 16040 7954 0 -1 1077944384 5523 12375 0 0 7 0 8 3 20 0 20 0 6036761 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883531707808 139883990005461 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16105] ppid=16037 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16105/stat : 16105 (java) S 16037 16040 7954 0 -1 1077944384 61 12375 0 0 0 0 8 3 20 0 20 0 6036762 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883530655328 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16106] ppid=16037 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16106/stat : 16106 (java) S 16037 16040 7954 0 -1 1077944384 50 12375 0 0 0 0 8 3 20 0 20 0 6036762 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883529602432 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16107] ppid=16037 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16107/stat : 16107 (java) S 16037 16040 7954 0 -1 1077944384 1 12375 0 0 0 0 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883460946256 139883990013851 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16108] ppid=16037 vsize=10927868 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16108/stat : 16108 (java) S 16037 16040 7954 0 -1 1077944384 11547 12375 0 0 566 2 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883459893616 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16109] ppid=16037 vsize=10927868 CPUtime=5.74 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16109/stat : 16109 (java) S 16037 16040 7954 0 -1 1077944384 9927 12375 0 0 560 3 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883458820624 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16110] ppid=16037 vsize=10927868 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16110/stat : 16110 (java) S 16037 16040 7954 0 -1 1077944384 10799 12375 0 0 546 2 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883457773856 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16111] ppid=16037 vsize=10927868 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16111/stat : 16111 (java) S 16037 16040 7954 0 -1 1077944384 11890 12375 0 0 244 4 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883456729984 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16112] ppid=16037 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16112/stat : 16112 (java) S 16037 16040 7954 0 -1 1077944384 3 12375 0 0 0 0 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883455683680 139883990005461 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
[pid=16040/tid=16113] ppid=16037 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16113/stat : 16113 (java) S 16037 16040 7954 0 -1 1077944384 156 12375 0 0 0 0 8 3 20 0 20 0 6036766 11190136832 378524 33554432000 4194304 4196468 140731662906576 139883454630960 139883990006402 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27803648 140731662908097 140731662910871 140731662910871 140731662913487 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 10927868

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

[startup+12.8013 s]
/proc/loadavg: 2.55 2.20 2.41 4/281 16113
/proc/meminfo: memFree=26614388/32770624 swapFree=5788/296016
[pid=16040] ppid=16037 vsize=0 CPUtime=37.33 cores=0,2,4,6,8,10,12,14
/proc/16040/stat : 16040 (java) Z 16037 16040 7954 0 -1 4227084 88674 12375 0 0 3482 240 8 3 20 0 2 0 6036746 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/16040/statm: 0 0 0 0 0 0 0
[pid=16040/tid=16097] ppid=16037 vsize=0 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/16040/task/16097/stat : 16097 (java) R 16037 16040 7954 0 -1 4203588 463 12375 0 0 52 26 8 3 20 0 2 0 6036759 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.33
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 12.8186
CPU time (s): 37.3667
CPU user time (s): 34.9095
CPU system time (s): 2.45723
CPU usage (%): 291.505
Max. virtual memory (cumulated for all children) (KiB): 10927868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9095
system time used= 2.45723
maximum resident set size= 1516600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101049
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= 11807
involuntary context switches= 2573

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

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:14:53
IDJOB=4245949
IDBENCH=123430
IDSOLVER=2630
FILE ID=node128/4245949-1500707693
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61992 MiB

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

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

MD5SUM BENCH= 8fc892d8cd45aeefd26f51f7c42b85f4
RANDOM SEED=1080317751

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28090028 kB
MemAvailable:   28327456 kB
Buffers:          125868 kB
Cached:           393424 kB
SwapCached:            0 kB
Active:          3939536 kB
Inactive:         304340 kB
Active(anon):    3727512 kB
Inactive(anon):     8756 kB
Active(file):     212024 kB
Inactive(file):   295584 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28764 kB
Writeback:             0 kB
AnonPages:       3939304 kB
Mapped:            43592 kB
Shmem:              8844 kB
Slab:             125184 kB
SReclaimable:      91308 kB
SUnreclaim:        33876 kB
KernelStack:        4880 kB
PageTables:        12644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4150756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3678208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

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