Trace number 4248458

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.37 2301.58

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-m186.xml
MD5SUM2292861bb3d975c21318ff2a994feaed
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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"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":63}]
Optimization problemNO
Type of objective

Solver Data

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

pid=19076
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.39 1.52 1.65 3/262 19079
/proc/meminfo: memFree=30709956/32770624 swapFree=6384/346240
[pid=19079] ppid=19076 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (bash) S 19076 19079 11993 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 9891717 9736192 350 33554432000 4194304 5098028 140723927671568 140723927669208 139716851653632 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 23838720 140723927676174 140723927676259 140723927676259 140723927678958 0
/proc/19079/statm: 2377 350 277 221 0 86 0

[startup+0.10012 s]
/proc/loadavg: 1.39 1.52 1.65 3/262 19079
/proc/meminfo: memFree=30709956/32770624 swapFree=6384/346240
[pid=19079] ppid=19076 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (bash) S 19076 19079 11993 0 -1 4202496 885 6419 0 0 0 0 0 1 20 0 1 0 9891717 9871360 378 33554432000 4194304 5098028 140723927671568 140723927665576 139716851653632 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 23838720 140723927676174 140723927676259 140723927676259 140723927678958 0
/proc/19079/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200369 s]
/proc/loadavg: 1.39 1.52 1.65 3/262 19079
/proc/meminfo: memFree=30709956/32770624 swapFree=6384/346240
[pid=19079] ppid=19076 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 5026 12848 0 0 5 1 9 3 20 0 13 0 9891717 10686320640 5369 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2608965 5369 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300329 s]
/proc/loadavg: 1.39 1.52 1.65 3/262 19079
/proc/meminfo: memFree=30709956/32770624 swapFree=6384/346240
[pid=19079] ppid=19076 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 6938 12848 0 0 22 2 9 3 20 0 20 0 9891717 11164049408 8652 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2725598 8652 2981 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700303 s]
/proc/loadavg: 1.39 1.52 1.65 3/262 19079
/proc/meminfo: memFree=30709956/32770624 swapFree=6384/346240
[pid=19079] ppid=19076 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 12002 12848 0 0 72 5 9 3 20 0 20 0 9891717 11164385280 14857 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2725680 14857 3143 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50081 s]
/proc/loadavg: 1.39 1.52 1.65 3/282 19152
/proc/meminfo: memFree=30613740/32770624 swapFree=6384/346260
[pid=19079] ppid=19076 vsize=10913344 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 25089 12848 0 0 190 8 9 3 20 0 20 0 9891717 11175264256 34626 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2728336 34626 3369 1 0 2716450 0
[pid=19079/tid=19134] ppid=19076 vsize=10913344 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) R 19076 19079 11993 0 -1 4202560 19223 12848 0 0 128 5 9 3 20 0 20 0 9891731 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857608431088 139857604220061 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) S 19076 19079 11993 0 -1 1077944384 2 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857560750352 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857559697808 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857558645264 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) S 19076 19079 11993 0 -1 1077944384 2 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857207679632 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857206627088 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857205574544 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) S 19076 19079 11993 0 -1 1077944384 2 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857204522000 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) S 19076 19079 11993 0 -1 1077944384 2 12848 0 0 0 0 9 3 20 0 20 0 9891732 11175264256 34626 33554432000 4194304 4196468 140723749647136 139857203469456 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) S 19076 19079 11993 0 -1 1077944384 6 12848 0 0 0 0 9 3 20 0 20 0 9891734 11175264256 34626 33554432000 4194304 4196468 140723749647136 139856944523248 139857604209282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 33 12848 0 0 0 0 9 3 20 0 20 0 9891735 11175264256 34626 33554432000 4194304 4196468 140723749647136 139856943469472 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 21 12848 0 0 0 0 9 3 20 0 20 0 9891735 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856942416880 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 901 12848 0 0 11 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 283 12848 0 0 9 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 1457 12848 0 0 16 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 1007 12848 0 0 24 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856937155440 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 6 12848 0 0 0 0 9 3 20 0 20 0 9891739 11175264256 34648 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10913344

[startup+3.10083 s]
/proc/loadavg: 1.39 1.52 1.65 4/282 19152
/proc/meminfo: memFree=30535464/32770624 swapFree=6384/346260
[pid=19079] ppid=19076 vsize=10925820 CPUtime=6.35 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 40817 12848 0 0 603 20 9 3 20 0 20 0 9891717 11188039680 64778 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2731455 64778 3476 1 0 2719010 0
[pid=19079/tid=19134] ppid=19076 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) R 19076 19079 11993 0 -1 4202560 25307 12848 0 0 280 9 9 3 20 0 20 0 9891731 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857608429880 139857246961044 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) S 19076 19079 11993 0 -1 1077944384 49 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857560750352 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) S 19076 19079 11993 0 -1 1077944384 11 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857559697808 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) S 19076 19079 11993 0 -1 1077944384 9 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857558645264 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) S 19076 19079 11993 0 -1 1077944384 35 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857207679632 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) S 19076 19079 11993 0 -1 1077944384 57 12848 0 0 1 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857206627088 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) S 19076 19079 11993 0 -1 1077944384 14 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857205574544 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) S 19076 19079 11993 0 -1 1077944384 126 12848 0 0 0 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857204522000 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) S 19076 19079 11993 0 -1 1077944384 31 12848 0 0 1 0 9 3 20 0 20 0 9891732 11188039680 64778 33554432000 4194304 4196468 140723749647136 139857203469456 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) S 19076 19079 11993 0 -1 1077944384 1558 12848 0 0 1 0 9 3 20 0 20 0 9891734 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856944523248 139857604209282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 55 12848 0 0 0 0 9 3 20 0 20 0 9891735 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856943469536 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 45 12848 0 0 0 0 9 3 20 0 20 0 9891735 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856942416896 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=10925820 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 1496 12848 0 0 53 1 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) R 19076 19079 11993 0 -1 4202560 3952 12848 0 0 87 1 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856939260824 139857585762766 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=10925820 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 2237 12848 0 0 63 1 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=10925820 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 3690 12848 0 0 108 1 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856937155440 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 7 12848 0 0 0 0 9 3 20 0 20 0 9891739 11188039680 64778 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 10925820

[startup+6.30087 s]
/proc/loadavg: 1.44 1.52 1.65 3/282 19152
/proc/meminfo: memFree=30432036/32770624 swapFree=6384/346264
[pid=19079] ppid=19076 vsize=10925820 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 41530 12848 0 0 914 25 9 3 20 0 20 0 9891717 11188039680 72640 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2731455 72640 3481 1 0 2719010 0
[pid=19079/tid=19134] ppid=19076 vsize=10925820 CPUtime=5.76 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) R 19076 19079 11993 0 -1 4202560 25418 12848 0 0 555 9 9 3 20 0 20 0 9891731 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857608427488 139857246961706 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) S 19076 19079 11993 0 -1 1077944384 58 12848 0 0 1 0 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857560750352 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) S 19076 19079 11993 0 -1 1077944384 49 12848 0 0 1 0 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857559697808 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) S 19076 19079 11993 0 -1 1077944384 18 12848 0 0 1 1 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857558645264 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) S 19076 19079 11993 0 -1 1077944384 45 12848 0 0 2 1 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857207679632 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) S 19076 19079 11993 0 -1 1077944384 71 12848 0 0 2 1 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857206627088 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) S 19076 19079 11993 0 -1 1077944384 22 12848 0 0 1 0 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857205574544 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) S 19076 19079 11993 0 -1 1077944384 131 12848 0 0 2 0 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857204522000 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) S 19076 19079 11993 0 -1 1077944384 40 12848 0 0 1 1 9 3 20 0 20 0 9891732 11188039680 72640 33554432000 4194304 4196468 140723749647136 139857203469456 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) S 19076 19079 11993 0 -1 1077944384 1604 12848 0 0 2 0 9 3 20 0 20 0 9891734 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856944523248 139857604209282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 55 12848 0 0 0 0 9 3 20 0 20 0 9891735 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856943469536 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 45 12848 0 0 0 0 9 3 20 0 20 0 9891735 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856942416896 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891739 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=10925820 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 1650 12848 0 0 62 1 9 3 20 0 20 0 9891739 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=10925820 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 3983 12848 0 0 94 1 9 3 20 0 20 0 9891739 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=10925820 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 2268 12848 0 0 69 1 9 3 20 0 20 0 9891739 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=10925820 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 3726 12848 0 0 111 1 9 3 20 0 20 0 9891739 11188039680 72640 33554432000 4194304 4196468 140723749647136 139856937155440 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=19079/tid=19148] ppid=19076 vsize=10995452 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 21949 12848 0 0 1030 6 9 3 20 0 20 0 9891739 11259342848 189421 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=10995452 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 12587 12848 0 0 995 5 9 3 20 0 20 0 9891739 11259342848 189421 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=10995452 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 26813 12848 0 0 460 7 9 3 20 0 20 0 9891739 11259342848 189421 33554432000 4194304 4196468 140723749647136 139856937155440 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 20 0 9891739 11259342848 189421 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=10995452 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 2470 12848 0 0 71 69 9 3 20 0 20 0 9891739 11259342848 189421 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 2359.84
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2301.31 s]
/proc/loadavg: 1.47 1.44 1.46 3/281 19384
/proc/meminfo: memFree=28071208/32770624 swapFree=6368/348136
[pid=19079] ppid=19076 vsize=10995452 CPUtime=2400.12 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 284495 12848 0 0 239278 722 9 3 20 0 20 0 9891717 11259342848 198548 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2748863 198548 3511 1 0 2736418 0
[pid=19079/tid=19134] ppid=19076 vsize=10995452 CPUtime=2279.65 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) R 19076 19079 11993 0 -1 4202560 116360 12848 0 0 227875 78 9 3 20 0 20 0 9891731 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857608431296 139857251907645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=10995452 CPUtime=9.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) S 19076 19079 11993 0 -1 1077944384 6343 12848 0 0 881 62 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857560750352 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=10995452 CPUtime=9.53 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) S 19076 19079 11993 0 -1 1077944384 11148 12848 0 0 879 62 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857559697808 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=10995452 CPUtime=9.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) S 19076 19079 11993 0 -1 1077944384 6410 12848 0 0 880 63 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857558645264 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=10995452 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) S 19076 19079 11993 0 -1 1077944384 11136 12848 0 0 894 66 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857207679632 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=10995452 CPUtime=9.45 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) S 19076 19079 11993 0 -1 1077944384 8473 12848 0 0 871 62 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857206627088 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=10995452 CPUtime=9.43 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) S 19076 19079 11993 0 -1 1077944384 6525 12848 0 0 867 64 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857205574544 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=10995452 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) S 19076 19079 11993 0 -1 1077944384 8113 12848 0 0 873 66 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857204522000 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=10995452 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) S 19076 19079 11993 0 -1 1077944384 9799 12848 0 0 883 65 9 3 20 0 20 0 9891732 11259342848 198548 33554432000 4194304 4196468 140723749647136 139857203469456 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=10995452 CPUtime=7.21 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) S 19076 19079 11993 0 -1 1077944384 17103 12848 0 0 613 96 9 3 20 0 20 0 9891734 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856944523248 139857604209282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 61 12848 0 0 0 0 9 3 20 0 20 0 9891735 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856943469600 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 55 12848 0 0 0 0 9 3 20 0 20 0 9891735 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856942416896 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 1 12848 0 0 0 0 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=10995452 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 16998 12848 0 0 1132 6 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=10995452 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 21949 12848 0 0 1030 6 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=10995452 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 12587 12848 0 0 995 5 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=10995452 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 26813 12848 0 0 460 7 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856937155440 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=10995452 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 2484 12848 0 0 73 70 9 3 20 0 20 0 9891739 11259342848 198548 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 2400.12
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 19079 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2301.41 s]
/proc/loadavg: 1.47 1.44 1.46 3/281 19384
/proc/meminfo: memFree=28071208/32770624 swapFree=6368/348136
[pid=19079] ppid=19076 vsize=11128580 CPUtime=2400.56 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 290623 12848 0 0 239319 725 9 3 20 0 22 0 9891717 11395665920 200714 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2782145 200714 3511 1 0 2769700 0
[pid=19079/tid=19134] ppid=19076 vsize=11128580 CPUtime=2279.66 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) S 19076 19079 11993 0 -1 1077944384 116801 12848 0 0 227876 78 9 3 20 0 22 0 9891731 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857608435664 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=11128580 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) R 19076 19079 11993 0 -1 4202560 6349 12848 0 0 885 63 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857560750472 139857596826343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=11128580 CPUtime=9.58 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) R 19076 19079 11993 0 -1 4202560 11155 12848 0 0 884 62 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857559697928 139857596826343 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=11128580 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) R 19076 19079 11993 0 -1 4202560 6439 12848 0 0 885 63 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857558645464 139857588897952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=11128580 CPUtime=9.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) R 19076 19079 11993 0 -1 4202560 11148 12848 0 0 899 66 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857207679752 139857596826343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=11128580 CPUtime=9.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) R 19076 19079 11993 0 -1 4202560 8477 12848 0 0 874 62 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857206627208 139857596826343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=11128580 CPUtime=9.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) R 19076 19079 11993 0 -1 4202560 6535 12848 0 0 872 64 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857205574664 139857587581170 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=11128580 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) R 19076 19079 11993 0 -1 4202560 8136 12848 0 0 878 66 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857204522120 139857596826343 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=11128580 CPUtime=9.65 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) R 19076 19079 11993 0 -1 4202560 9805 12848 0 0 888 65 9 3 20 0 22 0 9891732 11395665920 200714 33554432000 4194304 4196468 140723749647136 139857203469576 139857596826343 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=11128580 CPUtime=7.24 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) S 19076 19079 11993 0 -1 1077944384 22345 12848 0 0 616 96 9 3 20 0 22 0 9891734 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856944521872 139857604208341 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 61 12848 0 0 0 0 9 3 20 0 22 0 9891735 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856943469600 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 55 12848 0 0 0 0 9 3 20 0 22 0 9891735 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856942416896 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 112 12848 0 0 0 0 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=11128580 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 16998 12848 0 0 1132 6 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=11128580 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 21949 12848 0 0 1030 6 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=11128580 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 12587 12848 0 0 995 5 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=11128580 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 26927 12848 0 0 460 7 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856937155008 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=11128580 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 2484 12848 0 0 73 70 9 3 20 0 22 0 9891739 11395665920 200714 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 2400.56
Current children cumulated vsize (KiB) 11128580

[startup+2301.5 s]
/proc/loadavg: 1.47 1.44 1.46 3/281 19384
/proc/meminfo: memFree=28071208/32770624 swapFree=6368/348136
[pid=19079] ppid=19076 vsize=11128580 CPUtime=2401.1 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19076 19079 11993 0 -1 1077944320 290952 12848 0 0 239373 725 9 3 20 0 22 0 9891717 11395665920 200534 33554432000 4194304 4196468 140723749647136 140723749629680 139857604198135 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
/proc/19079/statm: 2782145 200534 3511 1 0 2769700 0
[pid=19079/tid=19134] ppid=19076 vsize=11128580 CPUtime=2279.66 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19134/stat : 19134 (java) S 19076 19079 11993 0 -1 1077944384 116801 12848 0 0 227876 78 9 3 20 0 22 0 9891731 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857608435664 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19135] ppid=19076 vsize=11128580 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19135/stat : 19135 (java) S 19076 19079 11993 0 -1 1077944384 6349 12848 0 0 892 63 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857560750352 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19136] ppid=19076 vsize=11128580 CPUtime=9.64 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19136/stat : 19136 (java) S 19076 19079 11993 0 -1 1077944384 11155 12848 0 0 890 62 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857559697808 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19137] ppid=19076 vsize=11128580 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19137/stat : 19137 (java) S 19076 19079 11993 0 -1 1077944384 6446 12848 0 0 892 63 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857558645264 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19138] ppid=19076 vsize=11128580 CPUtime=9.83 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19138/stat : 19138 (java) S 19076 19079 11993 0 -1 1077944384 11148 12848 0 0 905 66 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857207679632 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19139] ppid=19076 vsize=11128580 CPUtime=9.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19139/stat : 19139 (java) S 19076 19079 11993 0 -1 1077944384 8477 12848 0 0 881 62 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857206627088 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19140] ppid=19076 vsize=11128580 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19140/stat : 19140 (java) S 19076 19079 11993 0 -1 1077944384 6535 12848 0 0 878 64 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857205574544 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19141] ppid=19076 vsize=11128580 CPUtime=9.62 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19141/stat : 19141 (java) S 19076 19079 11993 0 -1 1077944384 8136 12848 0 0 884 66 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857204522000 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19142] ppid=19076 vsize=11128580 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19142/stat : 19142 (java) S 19076 19079 11993 0 -1 1077944384 9805 12848 0 0 895 65 9 3 20 0 22 0 9891732 11395665920 200534 33554432000 4194304 4196468 140723749647136 139857203469456 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19143] ppid=19076 vsize=11128580 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19143/stat : 19143 (java) R 19076 19079 11993 0 -1 4202560 22664 12848 0 0 618 96 9 3 20 0 22 0 9891734 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856944521648 139857589889398 0 0 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19144] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19144/stat : 19144 (java) S 19076 19079 11993 0 -1 1077944384 62 12848 0 0 0 0 9 3 20 0 22 0 9891735 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856943469504 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19145] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19145/stat : 19145 (java) S 19076 19079 11993 0 -1 1077944384 55 12848 0 0 0 0 9 3 20 0 22 0 9891735 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856942416896 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19146] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19146/stat : 19146 (java) S 19076 19079 11993 0 -1 1077944384 112 12848 0 0 0 0 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856941365456 139857604216731 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19147] ppid=19076 vsize=11128580 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19147/stat : 19147 (java) S 19076 19079 11993 0 -1 1077944384 16998 12848 0 0 1132 6 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856940313072 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19148] ppid=19076 vsize=11128580 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19148/stat : 19148 (java) S 19076 19079 11993 0 -1 1077944384 21949 12848 0 0 1030 6 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856939260528 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19149] ppid=19076 vsize=11128580 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19149/stat : 19149 (java) S 19076 19079 11993 0 -1 1077944384 12587 12848 0 0 995 5 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856938207984 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19150] ppid=19076 vsize=11128580 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19150/stat : 19150 (java) S 19076 19079 11993 0 -1 1077944384 26927 12848 0 0 460 7 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856937155008 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19151] ppid=19076 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19151/stat : 19151 (java) S 19076 19079 11993 0 -1 1077944384 3 12848 0 0 0 0 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856936102112 139857604208341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
[pid=19079/tid=19152] ppid=19076 vsize=11128580 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19152/stat : 19152 (java) S 19076 19079 11993 0 -1 1077944384 2484 12848 0 0 73 70 9 3 20 0 22 0 9891739 11395665920 200534 33554432000 4194304 4196468 140723749647136 139856935049648 139857604209282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 10448896 140723749649089 140723749651863 140723749651863 140723749654479 0
Current children cumulated CPU time (s) 2401.1
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2301.58
CPU time (s): 2401.37
CPU user time (s): 2394.06
CPU system time (s): 7.307
CPU usage (%): 104.336
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.06
system time used= 7.307
maximum resident set size= 2149792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303985
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= 283207
involuntary context switches= 172237

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

The end

Launcher Data

Begin job on node127 at 2017-07-22 19:57:20
IDJOB=4248458
IDBENCH=133537
IDSOLVER=2630
FILE ID=node127/4248458-1500746240
RUNJOBID= node127-1500718419-12025
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-m186.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248458-1500746240/watcher-4248458-1500746240 -o /tmp/evaluation-result-4248458-1500746240/solver-4248458-1500746240 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12025 --watchdog 2560  bin/concrete HOME/instance-4248458-1500746240.xml

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

MD5SUM BENCH= 2292861bb3d975c21318ff2a994feaed
RANDOM SEED=237692621

node127.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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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.94
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.94
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		: 1600.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.94
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		: 1733.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.94
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		: 2133.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:        30710516 kB
MemAvailable:   31145168 kB
Buffers:          153492 kB
Cached:           559624 kB
SwapCached:            0 kB
Active:          1266532 kB
Inactive:         354912 kB
Active(anon):     910876 kB
Inactive(anon):     8672 kB
Active(file):     355656 kB
Inactive(file):   346240 kB
Unevictable:        6384 kB
Mlocked:            6384 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:        914392 kB
Mapped:            44240 kB
Shmem:              8840 kB
Slab:             131328 kB
SReclaimable:      97184 kB
SUnreclaim:        34144 kB
KernelStack:        4496 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1755944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61852 MiB
End job on node127 at 2017-07-22 20:35:42