Trace number 4248463

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? (TO) 2401.24 2318.96

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0081.xml
MD5SUMe46647acbda97830867cbaf6bce42852
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

3.79/2.12	c Concrete v3.4 running
2401.09/2318.94	java.util.concurrent.TimeoutException
2401.09/2318.94		at concrete.MAC.mac(MAC.scala:74)
2401.09/2318.94		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.09/2318.94		at scala.util.Try$.apply(Try.scala:209)
2401.09/2318.94		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.09/2318.94		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.09/2318.94		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.09/2318.94		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.09/2318.94		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.09/2318.94		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.09/2318.94		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.09/2318.94		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.09/2318.94		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.09/2318.94		at concrete.MAC.oneRun(MAC.scala:146)
2401.09/2318.94		at concrete.MAC.nextSolution(MAC.scala:166)
2401.09/2318.94		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.09/2318.94		at concrete.ProblemState.map(ProblemState.scala:203)
2401.09/2318.94		at concrete.ProblemState.map(ProblemState.scala:188)
2401.09/2318.94		at concrete.MAC.nextSolution(MAC.scala:195)
2401.09/2318.94		at concrete.Solver.hasNext(Solver.scala:202)
2401.09/2318.94		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.09/2318.94		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.09/2318.94		at concrete.Solver.toStream(Solver.scala:73)
2401.09/2318.94		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.09/2318.94		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.09/2318.94		at concrete.Solver.toIterable(Solver.scala:73)
2401.09/2318.94		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2401.09/2318.94		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.09/2318.94		at scala.util.Success.map(Try.scala:209)
2401.09/2318.94		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.09/2318.94		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.09/2318.94		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.09/2318.94		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.09/2318.94		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.09/2318.94		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.09/2318.94		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.09/2318.94		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.09/2318.94		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.09/2318.94		at scala.collection.immutable.List.foreach(List.scala:389)
2401.09/2318.94		at scala.App.main(App.scala:76)
2401.09/2318.94		at scala.App.main$(App.scala:74)
2401.09/2318.94		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.09/2318.94		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.09/2318.95	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-4248463-1500746268/watcher-4248463-1500746268 -o /tmp/evaluation-result-4248463-1500746268/solver-4248463-1500746268 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500745995-28333 --watchdog 2560 bin/concrete HOME/instance-4248463-1500746268.xml 

pid=28577
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: 1.55 1.31 1.07 2/263 28580
/proc/meminfo: memFree=30789776/32770624 swapFree=5920/166064
[pid=28580] ppid=28577 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (bash) S 28577 28580 19746 0 -1 4202496 687 1534 0 0 0 0 0 0 20 0 1 0 9896526 9736192 351 33554432000 4194304 5098028 140720596576592 140720596574232 140602805337088 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 24985600 140720596579598 140720596579683 140720596579683 140720596582382 0
/proc/28580/statm: 2377 351 278 221 0 86 0

[startup+0.100129 s]
/proc/loadavg: 1.55 1.31 1.07 2/263 28580
/proc/meminfo: memFree=30789776/32770624 swapFree=5920/166064
[pid=28580] ppid=28577 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (bash) S 28577 28580 19746 0 -1 4202496 884 6423 0 0 0 0 0 1 20 0 1 0 9896526 9871360 378 33554432000 4194304 5098028 140720596576592 140720596570600 140602805337088 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 24985600 140720596579598 140720596579683 140720596579683 140720596582382 0
/proc/28580/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20038 s]
/proc/loadavg: 1.55 1.31 1.07 2/263 28580
/proc/meminfo: memFree=30789776/32770624 swapFree=5920/166064
[pid=28580] ppid=28577 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 4856 12611 0 0 6 1 7 4 20 0 13 0 9896526 10686320640 5231 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2608965 5231 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300348 s]
/proc/loadavg: 1.55 1.31 1.07 2/263 28580
/proc/meminfo: memFree=30789776/32770624 swapFree=5920/166064
[pid=28580] ppid=28577 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 7160 12611 0 0 24 1 7 4 20 0 20 0 9896526 11164049408 8813 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2725598 8813 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700216 s]
/proc/loadavg: 1.55 1.31 1.07 2/263 28580
/proc/meminfo: memFree=30789776/32770624 swapFree=5920/166064
[pid=28580] ppid=28577 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 12644 12611 0 0 79 3 7 4 20 0 20 0 9896526 11164385280 15891 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2725680 15891 3208 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 1.55 1.31 1.07 3/272 28678
/proc/meminfo: memFree=31656704/32770624 swapFree=5920/166088
[pid=28580] ppid=28577 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 27395 12611 0 0 204 13 7 4 20 0 20 0 9896526 11175264256 44642 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2728336 44642 3406 1 0 2716450 0
[pid=28580/tid=28635] ppid=28577 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) R 28577 28580 19746 0 -1 4202560 19275 12611 0 0 125 6 7 4 20 0 20 0 9896539 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622654735928 139622631146675 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) S 28577 28580 19746 0 -1 1077944384 34 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622257339024 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) S 28577 28580 19746 0 -1 1077944384 143 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622256286224 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) S 28577 28580 19746 0 -1 1077944384 17 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622255233424 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) S 28577 28580 19746 0 -1 1077944384 42 12611 0 0 1 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622254180624 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) S 28577 28580 19746 0 -1 1077944384 23 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622253128848 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) S 28577 28580 19746 0 -1 1077944384 15 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622252076048 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) S 28577 28580 19746 0 -1 1077944384 23 12611 0 0 1 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622251023248 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) S 28577 28580 19746 0 -1 1077944384 16 12611 0 0 0 0 7 4 20 0 20 0 9896540 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622249970448 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 1390 12611 0 0 1 0 7 4 20 0 20 0 9896542 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622125074800 139622650518146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 55 12611 0 0 0 0 7 4 20 0 20 0 9896543 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622124020832 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 44 12611 0 0 0 0 7 4 20 0 20 0 9896543 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 1 12611 0 0 0 0 7 4 20 0 20 0 9896547 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 1576 12611 0 0 16 1 7 4 20 0 20 0 9896547 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) S 28577 28580 19746 0 -1 1077944384 604 12611 0 0 13 0 7 4 20 0 20 0 9896547 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622119811824 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) S 28577 28580 19746 0 -1 1077944384 611 12611 0 0 10 0 7 4 20 0 20 0 9896547 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622118759024 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 1389 12611 0 0 27 0 7 4 20 0 20 0 9896547 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28652/stat : 28652 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 20 0 9896548 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622116653664 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28653] ppid=28577 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 20 0 9896548 11175264256 44642 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10076 s]
/proc/loadavg: 1.55 1.31 1.07 6/283 28792
/proc/meminfo: memFree=31546368/32770624 swapFree=5920/166060
[pid=28580] ppid=28577 vsize=10925820 CPUtime=6.49 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 41856 12611 0 0 615 23 7 4 20 0 20 0 9896526 11188039680 72055 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2731455 72055 3482 1 0 2719010 0
[pid=28580/tid=28635] ppid=28577 vsize=10925820 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) R 28577 28580 19746 0 -1 4202560 25710 12611 0 0 279 9 7 4 20 0 20 0 9896539 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622654736440 139622297097581 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) S 28577 28580 19746 0 -1 1077944384 41 12611 0 0 1 0 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622257339024 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) S 28577 28580 19746 0 -1 1077944384 149 12611 0 0 1 1 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622256286224 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) S 28577 28580 19746 0 -1 1077944384 76 12611 0 0 1 1 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622255233424 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) S 28577 28580 19746 0 -1 1077944384 50 12611 0 0 1 0 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622254180624 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) S 28577 28580 19746 0 -1 1077944384 27 12611 0 0 1 1 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622253128848 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) S 28577 28580 19746 0 -1 1077944384 35 12611 0 0 1 0 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622252076048 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) S 28577 28580 19746 0 -1 1077944384 136 12611 0 0 1 0 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622251023248 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) S 28577 28580 19746 0 -1 1077944384 21 12611 0 0 1 0 7 4 20 0 20 0 9896540 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622249970448 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 1459 12611 0 0 1 0 7 4 20 0 20 0 9896542 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622125074800 139622650518146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 59 12611 0 0 0 0 7 4 20 0 20 0 9896543 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622124020832 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 0 0 7 4 20 0 20 0 9896543 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 1 12611 0 0 0 0 7 4 20 0 20 0 9896547 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=10925820 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 2571 12611 0 0 70 2 7 4 20 0 20 0 9896547 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=10925820 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) R 28577 28580 19746 0 -1 4202560 1442 12611 0 0 56 1 7 4 20 0 20 0 9896547 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622119812120 139622632028245 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=10925820 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) R 28577 28580 19746 0 -1 4202560 4299 12611 0 0 92 0 7 4 20 0 20 0 9896547 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622118759320 139622635633214 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=10925820 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 3594 12611 0 0 102 1 7 4 20 0 20 0 9896547 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28652/stat : 28652 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 20 0 9896548 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622116653664 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28653] ppid=28577 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 5 12611 0 0 0 0 7 4 20 0 20 0 9896548 11188039680 72055 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 10925820

[startup+6.30089 s]
/proc/loadavg: 1.99 1.40 1.10 5/261 28827
/proc/meminfo: memFree=31352236/32770624 swapFree=5920/166116
[pid=28580] ppid=28577 vsize=10995452 CPUtime=15.4 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 68313 12611 0 0 1489 40 7 4 20 0 20 0 9896526 11259342848 128320 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2748863 128320 3496 1 0 2736418 0
[pid=28580/tid=28635] ppid=28577 vsize=10995452 CPUtime=6.12 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) R 28577 28580 19746 0 -1 4202560 39662 12611 0 0 587 14 7 4 20 0 20 0 9896539 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622654740232 139622650518934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) S 28577 28580 19746 0 -1 1077944384 62 12611 0 0 4 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622257339024 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) S 28577 28580 19746 0 -1 1077944384 165 12611 0 0 3 2 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622256286224 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) S 28577 28580 19746 0 -1 1077944384 87 12611 0 0 3 2 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622255233424 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) S 28577 28580 19746 0 -1 1077944384 66 12611 0 0 3 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622254180624 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) S 28577 28580 19746 0 -1 1077944384 41 12611 0 0 4 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622253128848 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 3 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622252076048 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) S 28577 28580 19746 0 -1 1077944384 163 12611 0 0 4 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622251023248 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) S 28577 28580 19746 0 -1 1077944384 36 12611 0 0 3 1 7 4 20 0 20 0 9896540 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622249970448 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 2415 12611 0 0 5 0 7 4 20 0 20 0 9896542 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622125074800 139622650518146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 59 12611 0 0 0 0 7 4 20 0 20 0 9896543 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622124020896 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 0 0 7 4 20 0 20 0 9896543 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 1 12611 0 0 0 0 7 4 20 0 20 0 9896547 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=10995452 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 8139 12611 0 0 246 2 7 4 20 0 20 0 9896547 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=10995452 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) S 28577 28580 19746 0 -1 1077944384 4719 12611 0 0 215 2 7 4 20 0 20 0 9896547 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622119811824 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=10995452 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) S 28577 28580 19746 0 -1 1077944384 5874 12611 0 0 247 1 7 4 20 0 20 0 9896547 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622118759024 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 4587 12611 0 0 155 2 7 4 20 0 20 0 9896547 11259342848 128320 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=28580/tid=28653] ppid=28577 vsize=10995452 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 1274 12611 0 0 59 66 7 4 20 0 20 0 9896548 11259342848 342897 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 2342.19
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.7 s]
/proc/loadavg: 1.31 1.34 1.37 4/281 29164
/proc/meminfo: memFree=29870340/32770624 swapFree=5920/167608
[pid=28580] ppid=28577 vsize=10995452 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 211719 12611 0 0 239504 490 7 4 20 0 20 0 9896526 11259342848 342903 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2748863 342903 3510 1 0 2736418 0
[pid=28580/tid=28635] ppid=28577 vsize=10995452 CPUtime=2297.57 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) R 28577 28580 19746 0 -1 4202560 85321 12611 0 0 229697 49 7 4 20 0 20 0 9896539 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622654740960 139622301222043 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=10995452 CPUtime=9.21 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) S 28577 28580 19746 0 -1 1077944384 5428 12611 0 0 867 43 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622257339024 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=10995452 CPUtime=9.08 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) S 28577 28580 19746 0 -1 1077944384 7131 12611 0 0 848 49 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622256286224 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=10995452 CPUtime=9.18 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) S 28577 28580 19746 0 -1 1077944384 6916 12611 0 0 864 43 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622255233424 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=10995452 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) S 28577 28580 19746 0 -1 1077944384 8534 12611 0 0 857 43 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622254180624 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=10995452 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) S 28577 28580 19746 0 -1 1077944384 6916 12611 0 0 858 44 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622253128848 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=10995452 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) S 28577 28580 19746 0 -1 1077944384 6991 12611 0 0 865 46 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622252076048 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=10995452 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) S 28577 28580 19746 0 -1 1077944384 7971 12611 0 0 861 42 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622251023248 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=10995452 CPUtime=9.21 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) S 28577 28580 19746 0 -1 1077944384 5479 12611 0 0 867 43 7 4 20 0 20 0 9896540 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622249970448 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=10995452 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 15591 12611 0 0 712 43 7 4 20 0 20 0 9896542 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622125074800 139622650518146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 59 12611 0 0 0 0 7 4 20 0 20 0 9896543 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622124020896 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 0 0 7 4 20 0 20 0 9896543 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 1 12611 0 0 0 0 7 4 20 0 20 0 9896547 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=10995452 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 16036 12611 0 0 617 6 7 4 20 0 20 0 9896547 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=10995452 CPUtime=5.85 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) S 28577 28580 19746 0 -1 1077944384 9474 12611 0 0 569 5 7 4 20 0 20 0 9896547 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622119811824 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=10995452 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) S 28577 28580 19746 0 -1 1077944384 9744 12611 0 0 595 4 7 4 20 0 20 0 9896547 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622118759024 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=10995452 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 16655 12611 0 0 306 5 7 4 20 0 20 0 9896547 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28652/stat : 28652 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 20 0 9896548 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622116653664 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28653] ppid=28577 vsize=10995452 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 1291 12611 0 0 60 68 7 4 20 0 20 0 9896548 11259342848 342903 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10995452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2318.81 s]
/proc/loadavg: 1.31 1.34 1.37 13/283 29166
/proc/meminfo: memFree=29806664/32770624 swapFree=5920/167608
[pid=28580] ppid=28577 vsize=11128580 CPUtime=2400.7 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 217684 12611 0 0 239567 492 7 4 20 0 22 0 9896526 11395665920 344047 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2782145 344047 3510 1 0 2769700 0
[pid=28580/tid=28635] ppid=28577 vsize=11128580 CPUtime=2297.58 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) S 28577 28580 19746 0 -1 1077944384 85723 12611 0 0 229698 49 7 4 20 0 22 0 9896539 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622654744544 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=11128580 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) R 28577 28580 19746 0 -1 4202560 5438 12611 0 0 875 44 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622257339144 139622643135207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=11128580 CPUtime=9.16 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) R 28577 28580 19746 0 -1 4202560 7160 12611 0 0 856 49 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622256286344 139622643135207 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=11128580 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) R 28577 28580 19746 0 -1 4202560 6918 12611 0 0 872 44 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622255233544 139622643135207 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=11128580 CPUtime=9.19 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) R 28577 28580 19746 0 -1 4202560 8544 12611 0 0 864 44 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622254180824 139622635208003 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=11128580 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) R 28577 28580 19746 0 -1 4202560 6923 12611 0 0 865 44 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622253128968 139622643135207 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=11128580 CPUtime=9.29 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) R 28577 28580 19746 0 -1 4202560 7020 12611 0 0 872 46 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622252076168 139622633890034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=11128580 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) R 28577 28580 19746 0 -1 4202560 7983 12611 0 0 868 43 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622251023368 139622643135207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=11128580 CPUtime=9.28 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) R 28577 28580 19746 0 -1 4202560 5497 12611 0 0 874 43 7 4 20 0 22 0 9896540 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622249970568 139622636265808 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=11128580 CPUtime=7.68 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 20822 12611 0 0 714 43 7 4 20 0 22 0 9896542 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622125073424 139622650517205 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 59 12611 0 0 0 0 7 4 20 0 22 0 9896543 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622124020896 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 0 0 7 4 20 0 22 0 9896543 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 102 12611 0 0 0 0 7 4 20 0 22 0 9896547 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=11128580 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 16036 12611 0 0 617 6 7 4 20 0 22 0 9896547 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=11128580 CPUtime=5.85 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) S 28577 28580 19746 0 -1 1077944384 9474 12611 0 0 569 5 7 4 20 0 22 0 9896547 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622119811824 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=11128580 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) S 28577 28580 19746 0 -1 1077944384 9744 12611 0 0 595 4 7 4 20 0 22 0 9896547 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622118759024 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=11128580 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 16655 12611 0 0 306 5 7 4 20 0 22 0 9896547 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28652/stat : 28652 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 22 0 9896548 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622116653664 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28653] ppid=28577 vsize=11128580 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 1291 12611 0 0 60 68 7 4 20 0 22 0 9896548 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=29165] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/29165/stat : 29165 (java) S 28577 28580 19746 0 -1 1077944384 88 12611 0 0 0 0 7 4 20 0 22 0 10128397 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622086094960 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=29166] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/29166/stat : 29166 (java) S 28577 28580 19746 0 -1 1077944384 25 12611 0 0 0 0 7 4 20 0 22 0 10128397 11395665920 344047 33554432000 4194304 4196468 140730320679360 139622085042880 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 2400.7
Current children cumulated vsize (KiB) 11128580

[startup+2318.91 s]
/proc/loadavg: 1.31 1.34 1.37 13/283 29166
/proc/meminfo: memFree=29806664/32770624 swapFree=5920/167608
[pid=28580] ppid=28577 vsize=11128580 CPUtime=2401.09 cores=1,3,5,7,9,11,13,15
/proc/28580/stat : 28580 (java) S 28577 28580 19746 0 -1 1077944320 217988 12611 0 0 239606 492 7 4 20 0 22 0 9896526 11395665920 344159 33554432000 4194304 4196468 140730320679360 140730320661904 139622650506999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
/proc/28580/statm: 2782145 344159 3510 1 0 2769700 0
[pid=28580/tid=28635] ppid=28577 vsize=11128580 CPUtime=2297.58 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28635/stat : 28635 (java) S 28577 28580 19746 0 -1 1077944384 85725 12611 0 0 229698 49 7 4 20 0 22 0 9896539 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622654744544 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28636] ppid=28577 vsize=11128580 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28636/stat : 28636 (java) R 28577 28580 19746 0 -1 4202560 5438 12611 0 0 879 44 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622257339024 139622628875608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28637] ppid=28577 vsize=11128580 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28637/stat : 28637 (java) R 28577 28580 19746 0 -1 4202560 7160 12611 0 0 860 49 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622256286224 139622643135207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28638] ppid=28577 vsize=11128580 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28638/stat : 28638 (java) R 28577 28580 19746 0 -1 4202560 6918 12611 0 0 876 44 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622255233424 139622643135207 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28639] ppid=28577 vsize=11128580 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28639/stat : 28639 (java) R 28577 28580 19746 0 -1 1077944384 8547 12611 0 0 868 44 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622254180624 139622650517205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28640] ppid=28577 vsize=11128580 CPUtime=9.24 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28640/stat : 28640 (java) S 28577 28580 19746 0 -1 1077944384 6926 12611 0 0 869 44 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622253128848 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28641] ppid=28577 vsize=11128580 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28641/stat : 28641 (java) S 28577 28580 19746 0 -1 1077944384 7021 12611 0 0 877 46 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622252076048 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28642] ppid=28577 vsize=11128580 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28642/stat : 28642 (java) R 28577 28580 19746 0 -1 4202560 7983 12611 0 0 872 43 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622251023248 139622634539489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28643] ppid=28577 vsize=11128580 CPUtime=9.32 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28643/stat : 28643 (java) R 28577 28580 19746 0 -1 4202560 5497 12611 0 0 878 43 7 4 20 0 22 0 9896540 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622249970648 139622629701415 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28644] ppid=28577 vsize=11128580 CPUtime=7.73 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28644/stat : 28644 (java) S 28577 28580 19746 0 -1 1077944384 21114 12611 0 0 719 43 7 4 20 0 22 0 9896542 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622125073392 139622650517205 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28645] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28645/stat : 28645 (java) S 28577 28580 19746 0 -1 1077944384 61 12611 0 0 0 0 7 4 20 0 22 0 9896543 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622124020976 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28646] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28646/stat : 28646 (java) S 28577 28580 19746 0 -1 1077944384 47 12611 0 0 0 0 7 4 20 0 22 0 9896543 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622122967936 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28647] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28647/stat : 28647 (java) S 28577 28580 19746 0 -1 1077944384 102 12611 0 0 0 0 7 4 20 0 22 0 9896547 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622121916240 139622650525595 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28648] ppid=28577 vsize=11128580 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28648/stat : 28648 (java) S 28577 28580 19746 0 -1 1077944384 16036 12611 0 0 617 6 7 4 20 0 22 0 9896547 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622120864624 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28649] ppid=28577 vsize=11128580 CPUtime=5.85 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28649/stat : 28649 (java) S 28577 28580 19746 0 -1 1077944384 9474 12611 0 0 569 5 7 4 20 0 22 0 9896547 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622119811824 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28650] ppid=28577 vsize=11128580 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28650/stat : 28650 (java) S 28577 28580 19746 0 -1 1077944384 9744 12611 0 0 595 4 7 4 20 0 22 0 9896547 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622118759024 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28651] ppid=28577 vsize=11128580 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28651/stat : 28651 (java) S 28577 28580 19746 0 -1 1077944384 16655 12611 0 0 306 5 7 4 20 0 22 0 9896547 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622117706224 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28652] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28652/stat : 28652 (java) S 28577 28580 19746 0 -1 1077944384 3 12611 0 0 0 0 7 4 20 0 22 0 9896548 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622116653664 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=28653] ppid=28577 vsize=11128580 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/28580/task/28653/stat : 28653 (java) S 28577 28580 19746 0 -1 1077944384 1291 12611 0 0 60 68 7 4 20 0 22 0 9896548 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622115600944 139622650518146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=29165] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/29165/stat : 29165 (java) S 28577 28580 19746 0 -1 1077944384 88 12611 0 0 0 0 7 4 20 0 22 0 10128397 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622086094960 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
[pid=28580/tid=29166] ppid=28577 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28580/task/29166/stat : 29166 (java) S 28577 28580 19746 0 -1 1077944384 26 12611 0 0 0 0 7 4 20 0 22 0 10128397 11395665920 344159 33554432000 4194304 4196468 140730320679360 139622085042880 139622650517205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140730320681665 140730320684439 140730320684439 140730320687055 0
Current children cumulated CPU time (s) 2401.09
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2318.96
CPU time (s): 2401.24
CPU user time (s): 2396.26
CPU system time (s): 4.97952
CPU usage (%): 103.548
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.26
system time used= 4.97952
maximum resident set size= 1438644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339566
involuntary context switches= 183470

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

The end

Launcher Data

Begin job on node106 at 2017-07-22 19:57:48
IDJOB=4248463
IDBENCH=133547
IDSOLVER=2630
FILE ID=node106/4248463-1500746268
RUNJOBID= node106-1500745995-28333
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0081.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248463-1500746268/watcher-4248463-1500746268 -o /tmp/evaluation-result-4248463-1500746268/solver-4248463-1500746268 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500745995-28333 --watchdog 2560  bin/concrete HOME/instance-4248463-1500746268.xml

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

MD5SUM BENCH= e46647acbda97830867cbaf6bce42852
RANDOM SEED=1656416700

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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		: 1600.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.15
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		: 2000.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:        30790212 kB
MemAvailable:   31018328 kB
Buffers:          170312 kB
Cached:           329240 kB
SwapCached:            0 kB
Active:          1306568 kB
Inactive:         220168 kB
Active(anon):     984144 kB
Inactive(anon):    54104 kB
Active(file):     322424 kB
Inactive(file):   166064 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24364 kB
Writeback:             0 kB
AnonPages:       1042768 kB
Mapped:            44808 kB
Shmem:              8852 kB
Slab:             145460 kB
SReclaimable:     110924 kB
SUnreclaim:        34536 kB
KernelStack:        4880 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1890808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 61912 MiB
End job on node106 at 2017-07-22 20:36:28