Trace number 4244720

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.06 2351.14

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-12.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.36 1.30 1.37 2/261 16734
/proc/meminfo: memFree=31342928/32770624 swapFree=5844/247484
[pid=16734] ppid=16731 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (bash) S 16731 16734 13605 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 4765156 9736192 350 33554432000 4194304 5098028 140735823139360 140735823137000 140048190876672 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 21323776 140735823148302 140735823148387 140735823148387 140735823151086 0
/proc/16734/statm: 2377 350 277 221 0 86 0

[startup+0.100125 s]
/proc/loadavg: 1.36 1.30 1.37 2/261 16734
/proc/meminfo: memFree=31342928/32770624 swapFree=5844/247484
[pid=16734] ppid=16731 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (bash) S 16731 16734 13605 0 -1 4202496 879 6416 0 0 0 0 0 1 20 0 1 0 4765156 9871360 378 33554432000 4194304 5098028 140735823139360 140735823133368 140048190876672 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 21323776 140735823148302 140735823148387 140735823148387 140735823151086 0
/proc/16734/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200298 s]
/proc/loadavg: 1.36 1.30 1.37 2/261 16734
/proc/meminfo: memFree=31342928/32770624 swapFree=5844/247484
[pid=16734] ppid=16731 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 4754 12709 0 0 6 1 8 4 20 0 13 0 4765156 10686320640 5091 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2608965 5091 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300284 s]
/proc/loadavg: 1.36 1.30 1.37 2/261 16734
/proc/meminfo: memFree=31342928/32770624 swapFree=5844/247484
[pid=16734] ppid=16731 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 6761 12709 0 0 22 2 8 4 20 0 20 0 4765156 11164049408 8615 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2725598 8615 3007 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700219 s]
/proc/loadavg: 1.36 1.30 1.37 2/261 16734
/proc/meminfo: memFree=31342928/32770624 swapFree=5844/247484
[pid=16734] ppid=16731 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 11992 12709 0 0 72 3 8 4 20 0 20 0 4765156 11164385280 14815 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2725680 14815 3156 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.36 1.30 1.37 4/281 16807
/proc/meminfo: memFree=31250000/32770624 swapFree=5844/247504
[pid=16734] ppid=16731 vsize=10913344 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 26036 12709 0 0 193 11 8 4 20 0 20 0 4765156 11175264256 41908 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2728336 41908 3398 1 0 2716450 0
[pid=16734/tid=16789] ppid=16731 vsize=10913344 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) S 16731 16734 13605 0 -1 1077944384 18877 12709 0 0 127 5 8 4 20 0 20 0 4765169 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615826431152 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) S 16731 16734 13605 0 -1 1077944384 13 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615758899600 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) S 16731 16734 13605 0 -1 1077944384 49 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615757846800 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) S 16731 16734 13605 0 -1 1077944384 7 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615756794512 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) S 16731 16734 13605 0 -1 1077944384 15 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615755741712 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) S 16731 16734 13605 0 -1 1077944384 123 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615754689424 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) S 16731 16734 13605 0 -1 1077944384 18 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615423486736 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) S 16731 16734 13605 0 -1 1077944384 22 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615422434448 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) S 16731 16734 13605 0 -1 1077944384 27 12709 0 0 0 0 8 4 20 0 20 0 4765170 11175264256 41908 33554432000 4194304 4196468 140723900416560 140615421381648 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) R 16731 16734 13605 0 -1 4202560 1120 12709 0 0 1 0 8 4 20 0 20 0 4765172 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614572237136 140615806909517 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 33 12709 0 0 0 0 8 4 20 0 20 0 4765173 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614571184928 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 21 12709 0 0 0 0 8 4 20 0 20 0 4765173 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614570132592 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 1 12709 0 0 0 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 915 12709 0 0 11 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 1130 12709 0 0 16 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 430 12709 0 0 10 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 1101 12709 0 0 23 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614564870896 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 20 0 4765178 11175264256 41908 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 1.36 1.30 1.37 5/281 16807
/proc/meminfo: memFree=31159204/32770624 swapFree=5844/247504
[pid=16734] ppid=16731 vsize=10927868 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 38676 12709 0 0 578 19 8 4 20 0 20 0 4765156 11190136832 54056 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2731967 54056 3474 1 0 2719522 0
[pid=16734/tid=16789] ppid=16731 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) R 16731 16734 13605 0 -1 4202560 25156 12709 0 0 282 8 8 4 20 0 20 0 4765169 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615826421856 140615802484557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) S 16731 16734 13605 0 -1 1077944384 18 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615758899600 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) S 16731 16734 13605 0 -1 1077944384 50 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615757846800 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) S 16731 16734 13605 0 -1 1077944384 8 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615756794512 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) S 16731 16734 13605 0 -1 1077944384 15 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615755741712 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) S 16731 16734 13605 0 -1 1077944384 123 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615754689424 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) S 16731 16734 13605 0 -1 1077944384 18 12709 0 0 1 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615423486736 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) S 16731 16734 13605 0 -1 1077944384 22 12709 0 0 0 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615422434448 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) S 16731 16734 13605 0 -1 1077944384 30 12709 0 0 1 0 8 4 20 0 20 0 4765170 11190136832 54056 33554432000 4194304 4196468 140723900416560 140615421381648 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) S 16731 16734 13605 0 -1 1077944384 1141 12709 0 0 1 0 8 4 20 0 20 0 4765172 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614572238960 140615822219906 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 54 12709 0 0 0 0 8 4 20 0 20 0 4765173 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614571184992 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 44 12709 0 0 1 0 8 4 20 0 20 0 4765173 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614570132592 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 1 12709 0 0 0 0 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=10927868 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 3175 12709 0 0 89 0 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=10927868 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 1544 12709 0 0 45 1 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=10927868 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 1296 12709 0 0 45 1 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=10927868 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 3846 12709 0 0 103 2 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614564870896 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 4 12709 0 0 0 0 8 4 20 0 20 0 4765178 11190136832 54056 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 10927868

[startup+6.30087 s]
/proc/loadavg: 1.41 1.31 1.37 3/281 16807
/proc/meminfo: memFree=31021208/32770624 swapFree=5844/247520
[pid=16734] ppid=16731 vsize=10993404 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 55372 12709 0 0 1081 26 8 4 20 0 20 0 4765156 11257245696 86616 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2748351 86616 3488 1 0 2735906 0
[pid=16734/tid=16789] ppid=16731 vsize=10993404 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) R 16731 16734 13605 0 -1 4202560 38259 12709 0 0 594 10 8 4 20 0 20 0 4765169 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615826440360 140615445001704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) S 16731 16734 13605 0 -1 1077944384 34 12709 0 0 2 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615758899600 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) S 16731 16734 13605 0 -1 1077944384 68 12709 0 0 2 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615757846800 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) S 16731 16734 13605 0 -1 1077944384 15 12709 0 0 2 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615756794512 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) S 16731 16734 13605 0 -1 1077944384 26 12709 0 0 2 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615755741712 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) S 16731 16734 13605 0 -1 1077944384 149 12709 0 0 3 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615754689424 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) S 16731 16734 13605 0 -1 1077944384 242 12709 0 0 3 0 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615423486736 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) S 16731 16734 13605 0 -1 1077944384 53 12709 0 0 2 0 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615422434448 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) S 16731 16734 13605 0 -1 1077944384 38 12709 0 0 3 1 8 4 20 0 20 0 4765170 11257245696 86616 33554432000 4194304 4196468 140723900416560 140615421381648 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) S 16731 16734 13605 0 -1 1077944384 2548 12709 0 0 4 0 8 4 20 0 20 0 4765172 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614572238960 140615822219906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 55 12709 0 0 0 0 8 4 20 0 20 0 4765173 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614571185056 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 44 12709 0 0 1 0 8 4 20 0 20 0 4765173 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614570132608 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 1 12709 0 0 0 0 8 4 20 0 20 0 4765178 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=10993404 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 3257 12709 0 0 130 0 8 4 20 0 20 0 4765178 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=10993404 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 2560 12709 0 0 107 2 8 4 20 0 20 0 4765178 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=10993404 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 1642 12709 0 0 97 1 8 4 20 0 20 0 4765178 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=10993404 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 4232 12709 0 0 121 2 8 4 20 0 20 0 4765178 11257245696 86616 33554432000 4194304 4196468 140723900416560 140614564870896 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=16734/tid=16803] ppid=16731 vsize=10993404 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 3623 12709 0 0 111 2 8 4 20 0 20 0 4765178 11257245696 119311 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=10993404 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 2586 12709 0 0 101 1 8 4 20 0 20 0 4765178 11257245696 119311 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=10993404 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 8339 12709 0 0 124 3 8 4 20 0 20 0 4765178 11257245696 119311 33554432000 4194304 4196468 140723900416560 140614564870896 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 20 0 4765178 11257245696 119311 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=10993404 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 624 12709 0 0 66 50 8 4 20 0 20 0 4765178 11257245696 119311 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 2370.69
Current children cumulated vsize (KiB) 10993404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.9 s]
/proc/loadavg: 1.72 1.53 1.49 3/281 17044
/proc/meminfo: memFree=29695716/32770624 swapFree=5844/249476
[pid=16734] ppid=16731 vsize=10993404 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 114978 12709 0 0 239680 309 8 4 20 0 20 0 4765156 11257245696 119325 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2748351 119325 3501 1 0 2735906 0
[pid=16734/tid=16789] ppid=16731 vsize=10993404 CPUtime=2336.24 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) R 16731 16734 13605 0 -1 4202560 57170 12709 0 0 233588 24 8 4 20 0 20 0 4765169 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615826443136 140615445268073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=10993404 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) S 16731 16734 13605 0 -1 1077944384 2338 12709 0 0 625 28 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615758899600 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=10993404 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) S 16731 16734 13605 0 -1 1077944384 3256 12709 0 0 637 29 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615757846800 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=10993404 CPUtime=6.63 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) S 16731 16734 13605 0 -1 1077944384 3103 12709 0 0 622 29 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615756794512 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=10993404 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) S 16731 16734 13605 0 -1 1077944384 3293 12709 0 0 623 29 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615755741712 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=10993404 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) S 16731 16734 13605 0 -1 1077944384 3713 12709 0 0 634 27 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615754689424 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=10993404 CPUtime=6.66 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) S 16731 16734 13605 0 -1 1077944384 6104 12709 0 0 625 29 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615423486736 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=10993404 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) S 16731 16734 13605 0 -1 1077944384 2497 12709 0 0 625 28 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615422434448 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=10993404 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) S 16731 16734 13605 0 -1 1077944384 3406 12709 0 0 625 27 8 4 20 0 20 0 4765170 11257245696 119325 33554432000 4194304 4196468 140723900416560 140615421381648 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=10993404 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) S 16731 16734 13605 0 -1 1077944384 8695 12709 0 0 498 26 8 4 20 0 20 0 4765172 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614572238960 140615822219906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 55 12709 0 0 0 0 8 4 20 0 20 0 4765173 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614571185056 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 44 12709 0 0 1 0 8 4 20 0 20 0 4765173 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614570132608 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 1 12709 0 0 0 0 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=10993404 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 3998 12709 0 0 132 1 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=10993404 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 3623 12709 0 0 111 2 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=10993404 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 2586 12709 0 0 101 1 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=10993404 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 8339 12709 0 0 124 3 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614564870896 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=10993404 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 626 12709 0 0 66 51 8 4 20 0 20 0 4765178 11257245696 119325 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10993404

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 16734 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2351.01 s]
/proc/loadavg: 1.72 1.53 1.49 3/281 17044
/proc/meminfo: memFree=29695716/32770624 swapFree=5844/249476
[pid=16734] ppid=16731 vsize=11126532 CPUtime=2400.54 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 120281 12709 0 0 239732 310 8 4 20 0 22 0 4765156 11393568768 119964 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2781633 119964 3501 1 0 2769188 0
[pid=16734/tid=16789] ppid=16731 vsize=11126532 CPUtime=2336.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) S 16731 16734 13605 0 -1 1077944384 57458 12709 0 0 233589 24 8 4 20 0 22 0 4765169 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615826446432 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=11126532 CPUtime=6.72 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) R 16731 16734 13605 0 -1 4202560 2340 12709 0 0 632 28 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615758899720 140615814836967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=11126532 CPUtime=6.84 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) R 16731 16734 13605 0 -1 4202560 3260 12709 0 0 643 29 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615757846920 140615814836967 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=11126532 CPUtime=6.7 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) R 16731 16734 13605 0 -1 4202560 3106 12709 0 0 628 30 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615756794632 140615814836967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=11126532 CPUtime=6.7 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) R 16731 16734 13605 0 -1 4202560 3298 12709 0 0 629 29 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615755741832 140615814836967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=11126532 CPUtime=6.79 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) R 16731 16734 13605 0 -1 4202560 3713 12709 0 0 640 27 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615754689544 140615814836967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=11126532 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) R 16731 16734 13605 0 -1 4202560 6106 12709 0 0 632 29 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615423486856 140615814836967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=11126532 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) R 16731 16734 13605 0 -1 4202560 2499 12709 0 0 631 28 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615422434648 140615806909374 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=11126532 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) R 16731 16734 13605 0 -1 4202560 3418 12709 0 0 632 27 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615421381768 140615805591794 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=11126532 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) S 16731 16734 13605 0 -1 1077944384 13458 12709 0 0 501 26 8 4 20 0 22 0 4765172 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614572237584 140615822218965 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 55 12709 0 0 0 0 8 4 20 0 22 0 4765173 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614571185056 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=11126532 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 44 12709 0 0 1 0 8 4 20 0 22 0 4765173 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614570132608 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 79 12709 0 0 0 0 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=11126532 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 3998 12709 0 0 132 1 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=11126532 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 3623 12709 0 0 111 2 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=11126532 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 2586 12709 0 0 101 1 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=11126532 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 8371 12709 0 0 125 3 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614564868400 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=11126532 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 626 12709 0 0 66 51 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 2400.54
Current children cumulated vsize (KiB) 11126532

[startup+2351.1 s]
/proc/loadavg: 1.72 1.53 1.49 3/281 17044
/proc/meminfo: memFree=29695716/32770624 swapFree=5844/249476
[pid=16734] ppid=16731 vsize=11126532 CPUtime=2400.94 cores=0,2,4,6,8,10,12,14
/proc/16734/stat : 16734 (java) S 16731 16734 13605 0 -1 1077944320 120468 12709 0 0 239771 311 8 4 20 0 22 0 4765156 11393568768 119964 33554432000 4194304 4196468 140723900416560 140723900399104 140615822208759 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
/proc/16734/statm: 2781633 119964 3501 1 0 2769188 0
[pid=16734/tid=16789] ppid=16731 vsize=11126532 CPUtime=2336.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16789/stat : 16789 (java) S 16731 16734 13605 0 -1 1077944384 57458 12709 0 0 233589 24 8 4 20 0 22 0 4765169 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615826446432 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16790] ppid=16731 vsize=11126532 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16790/stat : 16790 (java) R 16731 16734 13605 0 -1 1077944384 2340 12709 0 0 636 28 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615758899600 140615822218965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16791] ppid=16731 vsize=11126532 CPUtime=6.89 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16791/stat : 16791 (java) S 16731 16734 13605 0 -1 1077944384 3260 12709 0 0 648 29 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615757846800 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16792] ppid=16731 vsize=11126532 CPUtime=6.74 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16792/stat : 16792 (java) R 16731 16734 13605 0 -1 4202560 3107 12709 0 0 632 30 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615756794712 140615807193779 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16793] ppid=16731 vsize=11126532 CPUtime=6.74 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16793/stat : 16793 (java) R 16731 16734 13605 0 -1 4202560 3298 12709 0 0 632 30 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615755741712 140615806906511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16794] ppid=16731 vsize=11126532 CPUtime=6.83 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16794/stat : 16794 (java) R 16731 16734 13605 0 -1 4202560 3714 12709 0 0 644 27 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615754689424 140615807217366 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16795] ppid=16731 vsize=11126532 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16795/stat : 16795 (java) R 16731 16734 13605 0 -1 4202560 6106 12709 0 0 636 29 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615423486736 140615807193760 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16796] ppid=16731 vsize=11126532 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16796/stat : 16796 (java) R 16731 16734 13605 0 -1 4202560 2500 12709 0 0 635 28 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615422434448 140615806663516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16797] ppid=16731 vsize=11126532 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16797/stat : 16797 (java) R 16731 16734 13605 0 -1 4202560 3418 12709 0 0 636 27 8 4 20 0 22 0 4765170 11393568768 119964 33554432000 4194304 4196468 140723900416560 140615421381648 140615806906338 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16798] ppid=16731 vsize=11126532 CPUtime=5.44 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16798/stat : 16798 (java) S 16731 16734 13605 0 -1 1077944384 13637 12709 0 0 506 26 8 4 20 0 22 0 4765172 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614572237360 140615822218965 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16799] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16799/stat : 16799 (java) S 16731 16734 13605 0 -1 1077944384 58 12709 0 0 0 0 8 4 20 0 22 0 4765173 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614571184560 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16800] ppid=16731 vsize=11126532 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16800/stat : 16800 (java) S 16731 16734 13605 0 -1 1077944384 44 12709 0 0 1 0 8 4 20 0 22 0 4765173 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614570132608 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16801] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16801/stat : 16801 (java) S 16731 16734 13605 0 -1 1077944384 79 12709 0 0 0 0 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614569080912 140615822227355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16802] ppid=16731 vsize=11126532 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16802/stat : 16802 (java) S 16731 16734 13605 0 -1 1077944384 3998 12709 0 0 132 1 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614568028784 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16803] ppid=16731 vsize=11126532 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16803/stat : 16803 (java) S 16731 16734 13605 0 -1 1077944384 3623 12709 0 0 111 2 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614566975984 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16804] ppid=16731 vsize=11126532 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16804/stat : 16804 (java) S 16731 16734 13605 0 -1 1077944384 2586 12709 0 0 101 1 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614565923696 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16805] ppid=16731 vsize=11126532 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16805/stat : 16805 (java) S 16731 16734 13605 0 -1 1077944384 8371 12709 0 0 125 3 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614564870464 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16806] ppid=16731 vsize=11126532 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16806/stat : 16806 (java) S 16731 16734 13605 0 -1 1077944384 3 12709 0 0 0 0 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614563817824 140615822218965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
[pid=16734/tid=16807] ppid=16731 vsize=11126532 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/16734/task/16807/stat : 16807 (java) S 16731 16734 13605 0 -1 1077944384 626 12709 0 0 66 51 8 4 20 0 22 0 4765178 11393568768 119964 33554432000 4194304 4196468 140723900416560 140614562765104 140615822219906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29609984 140723900418753 140723900421527 140723900421527 140723900424143 0
Current children cumulated CPU time (s) 2400.94
Current children cumulated vsize (KiB) 11126532

Child status: 143
Real time (s): 2351.14
CPU time (s): 2401.06
CPU user time (s): 2397.9
CPU system time (s): 3.16058
CPU usage (%): 102.123
Max. virtual memory (cumulated for all children) (KiB): 11126532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.9
system time used= 3.16058
maximum resident set size= 528780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254932
involuntary context switches= 168994

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

The end

Launcher Data

Begin job on node136 at 2017-07-22 05:43:03
IDJOB=4244720
IDBENCH=115865
IDSOLVER=2630
FILE ID=node136/4244720-1500694983
RUNJOBID= node136-1500683313-13636
PBS_JOBID= 20623338
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244720-1500694983/watcher-4244720-1500694983 -o /tmp/evaluation-result-4244720-1500694983/solver-4244720-1500694983 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560  bin/concrete HOME/instance-4244720-1500694983.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=1630592666

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31343656 kB
MemAvailable:   31539760 kB
Buffers:          109180 kB
Cached:           368412 kB
SwapCached:            0 kB
Active:           740704 kB
Inactive:         256248 kB
Active(anon):     522144 kB
Inactive(anon):     8764 kB
Active(file):     218560 kB
Inactive(file):   247484 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24568 kB
Writeback:             0 kB
AnonPages:        629448 kB
Mapped:            44240 kB
Shmem:              8852 kB
Slab:             125208 kB
SReclaimable:      91792 kB
SUnreclaim:        33416 kB
KernelStack:        4864 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1393256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node136 at 2017-07-22 06:22:14