Trace number 4247895

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.11 2375.65

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-08_X2.xml
MD5SUM01373ebb4a146089a71bb04c36ed4f3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2118.48
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Number of domains2
Minimum domain size10
Maximum domain size64
Distribution of domain sizes[{"size":10,"count":1},{"size":64,"count":64}]
Minimum variable degree18
Maximum variable degree64
Distribution of variable degrees[{"degree":18,"count":1},{"degree":63,"count":46},{"degree":64,"count":18}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2034}]
Number of extensional constraints0
Number of intensional constraints2034
Distribution of constraint types[{"type":"intension","count":2034}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27513
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.83 1.74 1.73 3/262 27516
/proc/meminfo: memFree=30174804/32770624 swapFree=5920/160688
[pid=27516] ppid=27513 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (bash) S 27513 27516 19746 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 9200415 9736192 351 33554432000 4194304 5098028 140733128865392 140733128863032 140688565562368 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 19415040 140733128873230 140733128873315 140733128873315 140733128876014 0
/proc/27516/statm: 2377 351 278 221 0 86 0

[startup+0.100163 s]
/proc/loadavg: 1.83 1.74 1.73 3/262 27516
/proc/meminfo: memFree=30174804/32770624 swapFree=5920/160688
[pid=27516] ppid=27513 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (bash) S 27513 27516 19746 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 9200415 9871360 378 33554432000 4194304 5098028 140733128865392 140733128859400 140688565562368 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 19415040 140733128873230 140733128873315 140733128873315 140733128876014 0
/proc/27516/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200404 s]
/proc/loadavg: 1.83 1.74 1.73 3/262 27516
/proc/meminfo: memFree=30174804/32770624 swapFree=5920/160688
[pid=27516] ppid=27513 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 4855 12416 0 0 5 1 8 4 20 0 13 0 9200415 10686320640 5210 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2608965 5210 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300323 s]
/proc/loadavg: 1.83 1.74 1.73 3/262 27516
/proc/meminfo: memFree=30174804/32770624 swapFree=5920/160688
[pid=27516] ppid=27513 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 9260 12416 0 0 21 2 8 4 20 0 20 0 9200415 11163947008 10328 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2725573 10328 2964 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.70022 s]
/proc/loadavg: 1.83 1.74 1.73 3/262 27516
/proc/meminfo: memFree=30174804/32770624 swapFree=5920/160688
[pid=27516] ppid=27513 vsize=10902720 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 13020 12416 0 0 81 5 8 4 20 0 20 0 9200415 11164385280 16402 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2725680 16402 3231 1 0 2713890 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10902720

[startup+1.50122 s]
/proc/loadavg: 1.83 1.74 1.73 3/282 27589
/proc/meminfo: memFree=30067388/32770624 swapFree=5920/161300
[pid=27516] ppid=27513 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 27505 12416 0 0 203 13 8 4 20 0 20 0 9200415 11175264256 44593 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2728336 44593 3409 1 0 2716450 0
[pid=27516/tid=27571] ppid=27513 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) R 27513 27516 19746 0 -1 4202560 19343 12416 0 0 125 5 8 4 20 0 20 0 9200429 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328929661768 140328925445526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 149 12416 0 0 0 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 23 12416 0 0 1 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 11 12416 0 0 0 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 21 12416 0 0 0 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 17 12416 0 0 0 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 30 12416 0 0 1 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 43 12416 0 0 0 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 59 12416 0 0 1 0 8 4 20 0 20 0 9200430 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) S 27513 27516 19746 0 -1 1077944384 1657 12416 0 0 1 0 8 4 20 0 20 0 9200432 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328467196272 140328925444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 56 12416 0 0 0 0 8 4 20 0 20 0 9200432 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328466142304 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 44 12416 0 0 0 0 8 4 20 0 20 0 9200433 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 1 12416 0 0 0 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 1619 12416 0 0 18 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 758 12416 0 0 12 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 431 12416 0 0 10 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) R 27513 27516 19746 0 -1 4202560 1108 12416 0 0 26 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328392714736 140328918530427 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11175264256 44593 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10069 s]
/proc/loadavg: 1.83 1.74 1.73 5/282 27589
/proc/meminfo: memFree=29998084/32770624 swapFree=5920/161300
[pid=27516] ppid=27513 vsize=10925820 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 48572 12416 0 0 640 19 8 4 20 0 20 0 9200415 11188039680 60334 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2731455 60334 3481 1 0 2719010 0
[pid=27516/tid=27571] ppid=27513 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) R 27513 27516 19746 0 -1 4202560 31684 12416 0 0 281 8 8 4 20 0 20 0 9200429 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328929632352 140328910599179 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 149 12416 0 0 0 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 23 12416 0 0 1 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 11 12416 0 0 0 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 21 12416 0 0 0 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 17 12416 0 0 0 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 30 12416 0 0 1 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 43 12416 0 0 0 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 59 12416 0 0 1 0 8 4 20 0 20 0 9200430 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) S 27513 27516 19746 0 -1 1077944384 1743 12416 0 0 2 0 8 4 20 0 20 0 9200432 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328467196272 140328925444738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 56 12416 0 0 0 0 8 4 20 0 20 0 9200432 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328466142304 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 44 12416 0 0 0 0 8 4 20 0 20 0 9200433 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 1 12416 0 0 0 0 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=10925820 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 2885 12416 0 0 70 1 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=10925820 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 2029 12416 0 0 78 0 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10925820 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 3879 12416 0 0 92 1 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10925820 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 3757 12416 0 0 105 1 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 6 12416 0 0 0 0 8 4 20 0 20 0 9200436 11188039680 60334 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 10925820

[startup+6.30112 s]
/proc/loadavg: 1.92 1.76 1.74 7/282 27589
/proc/meminfo: memFree=29819432/32770624 swapFree=5920/161308
[pid=27516] ppid=27513 vsize=10997500 CPUtime=17.68 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 75363 12416 0 0 1722 34 8 4 20 0 20 0 9200415 11261440000 92222 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2749375 92222 3496 1 0 2736930 0
[pid=27516/tid=27571] ppid=27513 vsize=10997500 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) R 27513 27516 19746 0 -1 4202560 40623 12416 0 0 590 11 8 4 20 0 20 0 9200429 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328929665736 140328552151818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=10997500 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 157 12416 0 0 3 0 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 44 12416 0 0 4 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 39 12416 0 0 3 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=10997500 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 30 12416 0 0 2 0 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=10997500 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 79 12416 0 0 2 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 56 12416 0 0 4 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 53 12416 0 0 3 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 94 12416 0 0 4 1 8 4 20 0 20 0 9200430 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) S 27513 27516 19746 0 -1 1077944384 2408 12416 0 0 5 0 8 4 20 0 20 0 9200432 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328467196272 140328925444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 57 12416 0 0 0 0 8 4 20 0 20 0 9200432 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328466142304 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 44 12416 0 0 0 0 8 4 20 0 20 0 9200433 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 1 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=10997500 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 6477 12416 0 0 273 3 8 4 20 0 20 0 9200436 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=10997500 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 11449 12416 0 0 308 2 8 4 20 0 20 0 9200436 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10997500 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) R 27513 27516 19746 0 -1 4202560 5227 12416 0 0 298 2 8 4 20 0 20 0 9200436 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328460880792 140328906069475 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10997500 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 6381 12416 0 0 216 2 8 4 20 0 20 0 9200436 11261440000 92222 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=27516/tid=27585] ppid=27513 vsize=10997500 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 22769 12416 0 0 386 3 8 4 20 0 20 0 9200436 11261440000 128415 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10997500 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 11724 12416 0 0 324 3 8 4 20 0 20 0 9200436 11261440000 128415 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10997500 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 16325 12416 0 0 222 4 8 4 20 0 20 0 9200436 11261440000 128415 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 128415 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=10997500 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 2343 12416 0 0 30 24 8 4 20 0 20 0 9200436 11261440000 128415 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 2286.37
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.74 1.75 1.76 3/281 27797
/proc/meminfo: memFree=29848340/32770624 swapFree=5920/163788
[pid=27516] ppid=27513 vsize=10997500 CPUtime=2346.67 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 178804 12416 0 0 234522 133 8 4 20 0 20 0 9200415 11261440000 128419 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2749375 128419 3511 1 0 2736930 0
[pid=27516/tid=27571] ppid=27513 vsize=10997500 CPUtime=2318.14 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) R 27513 27516 19746 0 -1 4202560 59905 12416 0 0 231780 22 8 4 20 0 20 0 9200429 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328929667840 140328553968154 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=10997500 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 3872 12416 0 0 161 8 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=10997500 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 6475 12416 0 0 162 11 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=10997500 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 3553 12416 0 0 165 9 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=10997500 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 6664 12416 0 0 162 10 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=10997500 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 3255 12416 0 0 165 9 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=10997500 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 5422 12416 0 0 164 10 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=10997500 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 4234 12416 0 0 160 9 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=10997500 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 4775 12416 0 0 167 8 8 4 20 0 20 0 9200430 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=10997500 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) S 27513 27516 19746 0 -1 1077944384 10465 12416 0 0 145 8 8 4 20 0 20 0 9200432 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328467196272 140328925444738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 59 12416 0 0 0 0 8 4 20 0 20 0 9200432 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328466142304 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 47 12416 0 0 0 0 8 4 20 0 20 0 9200433 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 1 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=10997500 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 14757 12416 0 0 302 4 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=10997500 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 22771 12416 0 0 386 3 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10997500 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 11726 12416 0 0 324 3 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10997500 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 16327 12416 0 0 222 4 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=10997500 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 2361 12416 0 0 30 25 8 4 20 0 20 0 9200436 11261440000 128419 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 2346.67
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2375.4 s]
/proc/loadavg: 1.80 1.76 1.77 3/281 27798
/proc/meminfo: memFree=29881436/32770624 swapFree=5920/163816
[pid=27516] ppid=27513 vsize=10997500 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 179605 12416 0 0 239860 135 8 4 20 0 20 0 9200415 11261440000 128435 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2749375 128435 3511 1 0 2736930 0
[pid=27516/tid=27571] ppid=27513 vsize=10997500 CPUtime=2371.14 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) R 27513 27516 19746 0 -1 4202560 60119 12416 0 0 237080 22 8 4 20 0 20 0 9200429 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328929667920 140328553967696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=10997500 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 3877 12416 0 0 166 9 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=10997500 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 6480 12416 0 0 166 11 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=10997500 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 3794 12416 0 0 170 9 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=10997500 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 6687 12416 0 0 166 11 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=10997500 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 3266 12416 0 0 170 9 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=10997500 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 5499 12416 0 0 168 10 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=10997500 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 4242 12416 0 0 164 9 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=10997500 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 4781 12416 0 0 171 8 8 4 20 0 20 0 9200430 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=10997500 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) S 27513 27516 19746 0 -1 1077944384 10658 12416 0 0 149 9 8 4 20 0 20 0 9200432 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328467196272 140328925444738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 59 12416 0 0 0 0 8 4 20 0 20 0 9200432 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328466142304 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 47 12416 0 0 0 0 8 4 20 0 20 0 9200433 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 1 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=10997500 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 14757 12416 0 0 302 4 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=10997500 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 22771 12416 0 0 386 3 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=10997500 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 11726 12416 0 0 324 3 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=10997500 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 16327 12416 0 0 222 4 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=10997500 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 2379 12416 0 0 32 25 8 4 20 0 20 0 9200436 11261440000 128435 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10997500

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

[startup+2375.6 s]
/proc/loadavg: 1.80 1.76 1.77 3/281 27798
/proc/meminfo: memFree=29881436/32770624 swapFree=5920/163816
[pid=27516] ppid=27513 vsize=11130628 CPUtime=2400.94 cores=0,2,4,6,8,10,12,14
/proc/27516/stat : 27516 (java) S 27513 27516 19746 0 -1 1077944320 186162 12416 0 0 239946 136 8 4 20 0 22 0 9200415 11397763072 129114 33554432000 4194304 4196468 140732471248336 140732471230880 140328925433591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
/proc/27516/statm: 2782657 129114 3511 1 0 2770212 0
[pid=27516/tid=27571] ppid=27513 vsize=11130628 CPUtime=2371.14 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27571/stat : 27571 (java) S 27513 27516 19746 0 -1 1077944384 60469 12416 0 0 237080 22 8 4 20 0 22 0 9200429 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328929671312 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27572] ppid=27513 vsize=11130628 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27572/stat : 27572 (java) S 27513 27516 19746 0 -1 1077944384 3895 12416 0 0 176 9 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328867437200 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27573] ppid=27513 vsize=11130628 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27573/stat : 27573 (java) S 27513 27516 19746 0 -1 1077944384 6485 12416 0 0 176 11 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328866384400 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27574] ppid=27513 vsize=11130628 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27574/stat : 27574 (java) S 27513 27516 19746 0 -1 1077944384 3822 12416 0 0 180 9 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328865331600 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27575] ppid=27513 vsize=11130628 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27575/stat : 27575 (java) S 27513 27516 19746 0 -1 1077944384 6693 12416 0 0 174 11 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328864278800 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27576] ppid=27513 vsize=11130628 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27576/stat : 27576 (java) S 27513 27516 19746 0 -1 1077944384 3279 12416 0 0 178 9 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328527781008 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27577] ppid=27513 vsize=11130628 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27577/stat : 27577 (java) S 27513 27516 19746 0 -1 1077944384 5508 12416 0 0 178 10 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328526728208 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27578] ppid=27513 vsize=11130628 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27578/stat : 27578 (java) S 27513 27516 19746 0 -1 1077944384 4248 12416 0 0 174 9 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328525675408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27579] ppid=27513 vsize=11130628 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27579/stat : 27579 (java) S 27513 27516 19746 0 -1 1077944384 4785 12416 0 0 181 8 8 4 20 0 22 0 9200430 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328524622608 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27580] ppid=27513 vsize=11130628 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27580/stat : 27580 (java) R 27513 27516 19746 0 -1 4202560 16564 12416 0 0 157 9 8 4 20 0 22 0 9200432 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328467194672 140328909788319 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27581] ppid=27513 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27581/stat : 27581 (java) S 27513 27516 19746 0 -1 1077944384 61 12416 0 0 0 0 8 4 20 0 22 0 9200432 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328466141808 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27582] ppid=27513 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27582/stat : 27582 (java) S 27513 27516 19746 0 -1 1077944384 47 12416 0 0 0 0 8 4 20 0 22 0 9200433 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328465089408 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27583] ppid=27513 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27583/stat : 27583 (java) S 27513 27516 19746 0 -1 1077944384 91 12416 0 0 0 0 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328464037712 140328925452187 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27584] ppid=27513 vsize=11130628 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27584/stat : 27584 (java) S 27513 27516 19746 0 -1 1077944384 14757 12416 0 0 302 4 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328462986096 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27585] ppid=27513 vsize=11130628 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27585/stat : 27585 (java) S 27513 27516 19746 0 -1 1077944384 22771 12416 0 0 386 3 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328461933296 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27586] ppid=27513 vsize=11130628 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27586/stat : 27586 (java) S 27513 27516 19746 0 -1 1077944384 11726 12416 0 0 324 3 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328460880496 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27587] ppid=27513 vsize=11130628 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27587/stat : 27587 (java) S 27513 27516 19746 0 -1 1077944384 16327 12416 0 0 222 4 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328392714736 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27588] ppid=27513 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27588/stat : 27588 (java) S 27513 27516 19746 0 -1 1077944384 3 12416 0 0 0 0 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328391662176 140328925443797 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
[pid=27516/tid=27589] ppid=27513 vsize=11130628 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/27516/task/27589/stat : 27589 (java) S 27513 27516 19746 0 -1 1077944384 2379 12416 0 0 32 25 8 4 20 0 22 0 9200436 11397763072 129114 33554432000 4194304 4196468 140732471248336 140328390609456 140328925444738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140732471253697 140732471256471 140732471256471 140732471259087 0
Current children cumulated CPU time (s) 2400.94
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2375.65
CPU time (s): 2401.11
CPU user time (s): 2399.69
CPU system time (s): 1.41959
CPU usage (%): 101.072
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.69
system time used= 1.41959
maximum resident set size= 570636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112120
involuntary context switches= 134640

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.408 second user time and 17.8356 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 18:01:47
IDJOB=4247895
IDBENCH=130608
IDSOLVER=2630
FILE ID=node106/4247895-1500739307
RUNJOBID= node106-1500714764-19777
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-08_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247895-1500739307/watcher-4247895-1500739307 -o /tmp/evaluation-result-4247895-1500739307/solver-4247895-1500739307 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19777 --watchdog 2560  bin/concrete HOME/instance-4247895-1500739307.xml

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

MD5SUM BENCH= 01373ebb4a146089a71bb04c36ed4f3a
RANDOM SEED=940381181

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30175904 kB
MemAvailable:   30396516 kB
Buffers:          166608 kB
Cached:           326448 kB
SwapCached:            0 kB
Active:          1924360 kB
Inactive:         214792 kB
Active(anon):    1604068 kB
Inactive(anon):    54104 kB
Active(file):     320292 kB
Inactive(file):   160688 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24232 kB
Writeback:             0 kB
AnonPages:       1672956 kB
Mapped:            44856 kB
Shmem:              8852 kB
Slab:             145644 kB
SReclaimable:     110936 kB
SUnreclaim:        34708 kB
KernelStack:        4864 kB
PageTables:         8360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2367468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1437696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61912 MiB
End job on node106 at 2017-07-22 18:41:23