Trace number 4245267

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.3 2324.29

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K10-P09.xml
MD5SUM132dbb92a73ed64c3de106a7d099dd2d
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 variables1070
Number of constraints487
Number of domains2
Minimum domain size485
Maximum domain size486
Distribution of domain sizes[{"size":485,"count":485},{"size":486,"count":90}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":495},{"degree":2,"count":485},{"degree":11,"count":20},{"degree":12,"count":70}]
Minimum constraint arity3
Maximum constraint arity485
Distribution of constraint arities[{"arity":3,"count":485},{"arity":90,"count":1},{"arity":485,"count":1}]
Number of extensional constraints0
Number of intensional constraints485
Distribution of constraint types[{"type":"intension","count":485},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=15515
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.56 1.33 1.50 3/261 15518
/proc/meminfo: memFree=30904716/32770624 swapFree=5784/138116
[pid=15518] ppid=15515 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (bash) S 15515 15518 15196 0 -1 4202496 685 1533 0 0 0 0 0 0 20 0 1 0 5463923 9736192 350 33554432000 4194304 5098028 140722231288000 140722231285640 139852068699136 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 35819520 140722231293198 140722231293283 140722231293283 140722231295982 0
/proc/15518/statm: 2377 350 277 221 0 86 0

[startup+0.10013 s]
/proc/loadavg: 1.56 1.33 1.50 3/261 15518
/proc/meminfo: memFree=30904716/32770624 swapFree=5784/138116
[pid=15518] ppid=15515 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (bash) S 15515 15518 15196 0 -1 4202496 879 6424 0 0 0 0 0 1 20 0 1 0 5463923 9871360 378 33554432000 4194304 5098028 140722231288000 140722231282008 139852068699136 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 35819520 140722231293198 140722231293283 140722231293283 140722231295982 0
/proc/15518/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200346 s]
/proc/loadavg: 1.56 1.33 1.50 3/261 15518
/proc/meminfo: memFree=30904716/32770624 swapFree=5784/138116
[pid=15518] ppid=15515 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 4823 12607 0 0 6 2 8 3 20 0 13 0 5463923 10686320640 5179 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2608965 5179 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300348 s]
/proc/loadavg: 1.56 1.33 1.50 3/261 15518
/proc/meminfo: memFree=30904716/32770624 swapFree=5784/138116
[pid=15518] ppid=15515 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 9216 12607 0 0 22 3 8 3 20 0 20 0 5463923 11163947008 10389 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2725573 10389 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700159 s]
/proc/loadavg: 1.56 1.33 1.50 3/261 15518
/proc/meminfo: memFree=30904716/32770624 swapFree=5784/138116
[pid=15518] ppid=15515 vsize=10902720 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 12842 12607 0 0 79 6 8 3 20 0 20 0 5463923 11164385280 16099 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2725680 16099 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50122 s]
/proc/loadavg: 1.56 1.33 1.50 3/281 15591
/proc/meminfo: memFree=30800016/32770624 swapFree=5784/138200
[pid=15518] ppid=15515 vsize=10913344 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 27505 12607 0 0 201 15 8 3 20 0 20 0 5463923 11175264256 44061 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2728336 44061 3411 1 0 2716450 0
[pid=15518/tid=15573] ppid=15515 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) R 15515 15518 15196 0 -1 4202560 19191 12607 0 0 125 6 8 3 20 0 20 0 5463935 11175264256 44061 33554432000 4194304 4196468 140726447961776 140415147556736 140415143341462 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 21 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 51 12607 0 0 1 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 21 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 135 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 25 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 17 12607 0 0 1 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 24 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 19 12607 0 0 0 0 8 3 20 0 20 0 5463936 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) S 15515 15518 15196 0 -1 1077944384 1569 12607 0 0 1 0 8 3 20 0 20 0 5463938 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414617995376 140415143340674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 55 12607 0 0 0 0 8 3 20 0 20 0 5463939 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414616941408 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 20 0 5463939 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 1 12607 0 0 0 0 8 3 20 0 20 0 5463943 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) S 15515 15518 15196 0 -1 1077944384 956 12607 0 0 12 0 8 3 20 0 20 0 5463943 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414613785200 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 731 12607 0 0 12 0 8 3 20 0 20 0 5463943 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 1098 12607 0 0 13 0 8 3 20 0 20 0 5463943 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 1415 12607 0 0 27 0 8 3 20 0 20 0 5463943 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11175264256 44061 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.1012 s]
/proc/loadavg: 1.60 1.35 1.50 3/281 15591
/proc/meminfo: memFree=30730580/32770624 swapFree=5784/138200
[pid=15518] ppid=15515 vsize=10925820 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 44232 12607 0 0 645 20 8 3 20 0 20 0 5463923 11188039680 57359 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2731455 57359 3475 1 0 2719010 0
[pid=15518/tid=15573] ppid=15515 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) R 15515 15518 15196 0 -1 4202560 25213 12607 0 0 282 8 8 3 20 0 20 0 5463935 11188039680 57359 33554432000 4194304 4196468 140726447961776 140415147563040 140414782016765 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 21 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 51 12607 0 0 1 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 21 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 135 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 25 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 17 12607 0 0 1 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 24 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 19 12607 0 0 0 0 8 3 20 0 20 0 5463936 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) S 15515 15518 15196 0 -1 1077944384 1930 12607 0 0 1 0 8 3 20 0 20 0 5463938 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414617995376 140415143340674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 55 12607 0 0 0 0 8 3 20 0 20 0 5463939 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414616941408 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 20 0 5463939 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 1 12607 0 0 0 0 8 3 20 0 20 0 5463943 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) R 15515 15518 15196 0 -1 4202560 3027 12607 0 0 78 1 8 3 20 0 20 0 5463943 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414613771080 140415124873745 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=10925820 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) R 15515 15518 15196 0 -1 4202560 2175 12607 0 0 80 1 8 3 20 0 20 0 5463943 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414612732384 140415126541780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10925820 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) R 15515 15518 15196 0 -1 4202560 2133 12607 0 0 73 1 8 3 20 0 20 0 5463943 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414611661344 140415126705728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10925820 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 7205 12607 0 0 119 1 8 3 20 0 20 0 5463943 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 5 12607 0 0 0 0 8 3 20 0 20 0 5463944 11188039680 57871 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 10925820

[startup+6.30118 s]
/proc/loadavg: 1.60 1.35 1.50 6/281 15591
/proc/meminfo: memFree=30492512/32770624 swapFree=5784/138208
[pid=15518] ppid=15515 vsize=10995452 CPUtime=15.29 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 61771 12607 0 0 1480 38 8 3 20 0 20 0 5463923 11259342848 125592 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2748863 125592 3504 1 0 2736418 0
[pid=15518/tid=15573] ppid=15515 vsize=10995452 CPUtime=6.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) R 15515 15518 15196 0 -1 4202560 36555 12607 0 0 587 13 8 3 20 0 20 0 5463935 11259342848 125592 33554432000 4194304 4196468 140726447961776 140415147561144 140414794995932 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 121 12607 0 0 4 2 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 77 12607 0 0 5 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 39 12607 0 0 4 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 156 12607 0 0 4 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 5 2 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 42 12607 0 0 5 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 68 12607 0 0 5 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 4 1 8 3 20 0 20 0 5463936 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) S 15515 15518 15196 0 -1 1077944384 2630 12607 0 0 5 1 8 3 20 0 20 0 5463938 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414617995376 140415143340674 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 56 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414616941408 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 1 12607 0 0 0 0 8 3 20 0 20 0 5463943 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=10995452 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) S 15515 15518 15196 0 -1 1077944384 3578 12607 0 0 217 1 8 3 20 0 20 0 5463943 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414613785200 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=10995452 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 5071 12607 0 0 238 2 8 3 20 0 20 0 5463943 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10995452 CPUtime=2.15 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 2951 12607 0 0 203 1 8 3 20 0 20 0 5463943 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10995452 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 8154 12607 0 0 186 3 8 3 20 0 20 0 5463943 11259342848 125592 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=15518/tid=15587] ppid=15515 vsize=10995452 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 14860 12607 0 0 318 3 8 3 20 0 20 0 5463943 11259342848 815656 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10995452 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 9097 12607 0 0 253 2 8 3 20 0 20 0 5463943 11259342848 815656 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10995452 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 17334 12607 0 0 198 4 8 3 20 0 20 0 5463943 11259342848 815656 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11259342848 815656 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=10995452 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 1326 12607 0 0 57 59 8 3 20 0 20 0 5463944 11259342848 815656 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 2338.12
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.81 1.75 1.61 3/281 15961
/proc/meminfo: memFree=27489672/32770624 swapFree=5784/144912
[pid=15518] ppid=15515 vsize=10995452 CPUtime=2398.37 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 356525 12607 0 0 239133 693 8 3 20 0 20 0 5463923 11259342848 815912 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2748863 815912 3512 1 0 2736418 0
[pid=15518/tid=15573] ppid=15515 vsize=10995452 CPUtime=2302.82 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) R 15515 15518 15196 0 -1 4202560 198609 12607 0 0 230178 93 8 3 20 0 20 0 5463935 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415147563392 140414794861772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=10995452 CPUtime=9.74 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 8197 12607 0 0 902 61 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=10995452 CPUtime=9.82 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 11491 12607 0 0 904 67 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=10995452 CPUtime=9.87 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 8801 12607 0 0 913 63 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=10995452 CPUtime=9.9 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 10631 12607 0 0 915 64 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=10995452 CPUtime=9.79 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 8086 12607 0 0 903 65 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=10995452 CPUtime=9.82 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 8763 12607 0 0 906 65 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=10995452 CPUtime=9.88 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 11390 12607 0 0 914 63 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=10995452 CPUtime=9.81 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 11087 12607 0 0 910 60 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=10995452 CPUtime=5.96 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) S 15515 15518 15196 0 -1 1077944384 21022 12607 0 0 516 69 8 3 20 0 20 0 5463938 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414617995376 140415143340674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 56 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414616941408 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 1 12607 0 0 0 0 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=10995452 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) S 15515 15518 15196 0 -1 1077944384 13573 12607 0 0 276 2 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414613785200 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=10995452 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 14862 12607 0 0 318 3 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10995452 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 9099 12607 0 0 253 2 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10995452 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 17336 12607 0 0 198 4 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 1345 12607 0 0 58 61 8 3 20 0 20 0 5463944 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 2398.37
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2324 s]
/proc/loadavg: 1.82 1.75 1.61 3/281 15961
/proc/meminfo: memFree=27489672/32770624 swapFree=5784/144912
[pid=15518] ppid=15515 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 356530 12607 0 0 239303 693 8 3 20 0 20 0 5463923 11259342848 815912 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2748863 815912 3512 1 0 2736418 0
[pid=15518/tid=15573] ppid=15515 vsize=10995452 CPUtime=2304.52 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) R 15515 15518 15196 0 -1 4202560 198610 12607 0 0 230348 93 8 3 20 0 20 0 5463935 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415147563632 140414796314013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=10995452 CPUtime=9.74 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 8197 12607 0 0 902 61 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=10995452 CPUtime=9.82 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 11491 12607 0 0 904 67 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=10995452 CPUtime=9.87 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 8801 12607 0 0 913 63 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=10995452 CPUtime=9.9 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 10631 12607 0 0 915 64 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=10995452 CPUtime=9.79 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 8086 12607 0 0 903 65 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=10995452 CPUtime=9.82 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 8763 12607 0 0 906 65 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=10995452 CPUtime=9.89 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 11390 12607 0 0 915 63 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=10995452 CPUtime=9.81 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 11087 12607 0 0 910 60 8 3 20 0 20 0 5463936 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=10995452 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) S 15515 15518 15196 0 -1 1077944384 21024 12607 0 0 517 69 8 3 20 0 20 0 5463938 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414617995376 140415143340674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 56 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414616941408 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 20 0 5463939 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 1 12607 0 0 0 0 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=10995452 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) S 15515 15518 15196 0 -1 1077944384 13573 12607 0 0 276 2 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414613785200 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=10995452 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 14862 12607 0 0 318 3 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=10995452 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 9099 12607 0 0 253 2 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=10995452 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 17336 12607 0 0 198 4 8 3 20 0 20 0 5463943 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414610627312 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 20 0 5463944 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 1347 12607 0 0 58 61 8 3 20 0 20 0 5463944 11259342848 815912 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2324.2 s]
/proc/loadavg: 1.82 1.75 1.61 3/281 15961
/proc/meminfo: memFree=27489672/32770624 swapFree=5784/144912
[pid=15518] ppid=15515 vsize=11128580 CPUtime=2401 cores=1,3,5,7,9,11,13,15
/proc/15518/stat : 15518 (java) S 15515 15518 15196 0 -1 1077944320 363134 12607 0 0 239395 694 8 3 20 0 22 0 5463923 11395665920 816544 33554432000 4194304 4196468 140726447961776 140726447944320 140415143329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
/proc/15518/statm: 2782145 816544 3512 1 0 2769700 0
[pid=15518/tid=15573] ppid=15515 vsize=11128580 CPUtime=2304.53 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15573/stat : 15573 (java) S 15515 15518 15196 0 -1 1077944384 198987 12607 0 0 230349 93 8 3 20 0 22 0 5463935 11395665920 816544 33554432000 4194304 4196468 140726447961776 140415147567072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15574] ppid=15515 vsize=11128580 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15574/stat : 15574 (java) S 15515 15518 15196 0 -1 1077944384 8200 12607 0 0 912 61 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140415099881872 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15575] ppid=15515 vsize=11128580 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15575/stat : 15575 (java) S 15515 15518 15196 0 -1 1077944384 11507 12607 0 0 915 67 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140415098829072 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15576] ppid=15515 vsize=11128580 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15576/stat : 15576 (java) S 15515 15518 15196 0 -1 1077944384 8817 12607 0 0 924 63 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414748121744 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15577] ppid=15515 vsize=11128580 CPUtime=10.01 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15577/stat : 15577 (java) S 15515 15518 15196 0 -1 1077944384 10680 12607 0 0 926 64 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414747068944 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15578] ppid=15515 vsize=11128580 CPUtime=9.9 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15578/stat : 15578 (java) S 15515 15518 15196 0 -1 1077944384 8092 12607 0 0 914 65 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414746016656 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15579] ppid=15515 vsize=11128580 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15579/stat : 15579 (java) S 15515 15518 15196 0 -1 1077944384 8774 12607 0 0 917 65 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414744963856 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15580] ppid=15515 vsize=11128580 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15580/stat : 15580 (java) S 15515 15518 15196 0 -1 1077944384 11413 12607 0 0 924 63 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414743911568 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15581] ppid=15515 vsize=11128580 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15581/stat : 15581 (java) S 15515 15518 15196 0 -1 1077944384 11110 12607 0 0 921 61 8 3 20 0 22 0 5463936 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414742858768 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15582] ppid=15515 vsize=11128580 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15582/stat : 15582 (java) R 15515 15518 15196 0 -1 4202560 26863 12607 0 0 524 69 8 3 20 0 22 0 5463938 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414617993776 140415129021227 0 0 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15583] ppid=15515 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15583/stat : 15583 (java) S 15515 15518 15196 0 -1 1077944384 57 12607 0 0 0 0 8 3 20 0 22 0 5463939 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414616941312 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15584] ppid=15515 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15584/stat : 15584 (java) S 15515 15518 15196 0 -1 1077944384 44 12607 0 0 0 0 8 3 20 0 22 0 5463939 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414615889024 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15585] ppid=15515 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15585/stat : 15585 (java) S 15515 15518 15196 0 -1 1077944384 92 12607 0 0 0 0 8 3 20 0 22 0 5463943 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414614837328 140415143348123 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15586] ppid=15515 vsize=11128580 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15586/stat : 15586 (java) S 15515 15518 15196 0 -1 1077944384 13573 12607 0 0 276 2 8 3 20 0 22 0 5463943 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414613785200 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15587] ppid=15515 vsize=11128580 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15587/stat : 15587 (java) S 15515 15518 15196 0 -1 1077944384 14862 12607 0 0 318 3 8 3 20 0 22 0 5463943 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414612732400 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15588] ppid=15515 vsize=11128580 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15588/stat : 15588 (java) S 15515 15518 15196 0 -1 1077944384 9099 12607 0 0 253 2 8 3 20 0 22 0 5463943 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414611680112 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15589] ppid=15515 vsize=11128580 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15589/stat : 15589 (java) S 15515 15518 15196 0 -1 1077944384 17364 12607 0 0 198 4 8 3 20 0 22 0 5463943 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414610624816 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15590] ppid=15515 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15590/stat : 15590 (java) S 15515 15518 15196 0 -1 1077944384 3 12607 0 0 0 0 8 3 20 0 22 0 5463944 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414609574240 140415143339733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
[pid=15518/tid=15591] ppid=15515 vsize=11128580 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/15518/task/15591/stat : 15591 (java) S 15515 15518 15196 0 -1 1077944384 1347 12607 0 0 58 61 8 3 20 0 22 0 5463944 11395665920 816544 33554432000 4194304 4196468 140726447961776 140414608521520 140415143340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22179840 140726447962817 140726447965591 140726447965591 140726447968207 0
Current children cumulated CPU time (s) 2401
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2324.29
CPU time (s): 2401.3
CPU user time (s): 2394.29
CPU system time (s): 7.01054
CPU usage (%): 103.313
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.29
system time used= 7.01054
maximum resident set size= 3266788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245850
involuntary context switches= 163391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6145 second user time and 22.5157 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 07:39:48
IDJOB=4245267
IDBENCH=120758
IDSOLVER=2630
FILE ID=node145/4245267-1500701988
RUNJOBID= node145-1500697238-13814
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K10-P09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245267-1500701988/watcher-4245267-1500701988 -o /tmp/evaluation-result-4245267-1500701988/solver-4245267-1500701988 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13814 --watchdog 2560  bin/concrete HOME/instance-4245267-1500701988.xml

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

MD5SUM BENCH= 132dbb92a73ed64c3de106a7d099dd2d
RANDOM SEED=1551600454

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30904908 kB
MemAvailable:   31056436 kB
Buffers:          145100 kB
Cached:           277884 kB
SwapCached:            0 kB
Active:          1205072 kB
Inactive:         205972 kB
Active(anon):     931588 kB
Inactive(anon):    67856 kB
Active(file):     273484 kB
Inactive(file):   138116 kB
Unevictable:        5784 kB
Mlocked:            5784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24308 kB
Writeback:             0 kB
AnonPages:        993316 kB
Mapped:            44136 kB
Shmem:              8852 kB
Slab:             146076 kB
SReclaimable:     111528 kB
SUnreclaim:        34548 kB
KernelStack:        4512 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1840504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61816 MiB
End job on node145 at 2017-07-22 08:18:33