Trace number 4245109

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4SAT (TO)8 2400.12 2343.54

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.84/2.11	c Concrete v3.4 running
9.82/4.08	o 63
10.15/4.11	o 62
10.15/4.13	o 61
10.15/4.16	o 60
10.15/4.18	o 59
10.15/4.20	o 58
12.78/4.72	o 57
12.78/4.72	o 56
12.78/4.72	o 55
12.78/4.72	o 54
12.78/4.72	o 53
12.78/4.72	o 52
12.78/4.72	o 51
12.78/4.72	o 50
12.78/4.72	o 49
12.78/4.72	o 48
12.78/4.72	o 47
12.78/4.72	o 46
12.78/4.72	o 45
12.78/4.72	o 44
12.78/4.72	o 43
12.78/4.72	o 42
12.78/4.72	o 41
12.78/4.72	o 40
12.78/4.72	o 39
12.78/4.72	o 38
12.78/4.72	o 37
12.78/4.72	o 36
12.78/4.72	o 35
12.78/4.72	o 34
12.78/4.72	o 33
12.78/4.72	o 32
12.78/4.72	o 31
12.78/4.72	o 30
12.78/4.72	o 29
12.78/4.72	o 28
12.78/4.72	o 27
12.78/4.72	o 26
12.78/4.72	o 25
12.78/4.72	o 24
12.78/4.72	o 23
12.78/4.72	o 22
12.78/4.72	o 21
12.78/4.72	o 20
12.78/4.72	o 19
12.78/4.72	o 18
12.78/4.72	o 17
12.78/4.72	o 16
12.78/4.72	o 15
12.78/4.72	o 14
12.78/4.72	o 13
12.78/4.72	o 12
12.78/4.72	o 11
12.78/4.72	o 10
12.78/4.72	o 9
21.25/11.37	o 8
2400.07/2343.50	java.util.concurrent.TimeoutException
2400.07/2343.50		at concrete.MAC.mac(MAC.scala:74)
2400.07/2343.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.07/2343.50		at scala.util.Try$.apply(Try.scala:209)
2400.07/2343.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.07/2343.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.07/2343.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.07/2343.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.07/2343.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.07/2343.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.07/2343.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.07/2343.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.07/2343.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.07/2343.51		at concrete.MAC.oneRun(MAC.scala:146)
2400.07/2343.51		at concrete.MAC.nextSolution(MAC.scala:166)
2400.07/2343.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.07/2343.51		at concrete.ProblemState.map(ProblemState.scala:203)
2400.07/2343.51		at concrete.ProblemState.map(ProblemState.scala:188)
2400.07/2343.51		at concrete.MAC.nextSolution(MAC.scala:195)
2400.07/2343.51		at concrete.Solver.hasNext(Solver.scala:202)
2400.07/2343.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.07/2343.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.07/2343.51		at concrete.Solver.toStream(Solver.scala:73)
2400.07/2343.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.07/2343.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.07/2343.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.07/2343.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.07/2343.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.07/2343.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.07/2343.51		at scala.util.Success.map(Try.scala:209)
2400.07/2343.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.07/2343.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.07/2343.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2343.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.07/2343.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2343.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.07/2343.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.07/2343.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.07/2343.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.07/2343.51		at scala.collection.immutable.List.foreach(List.scala:389)
2400.07/2343.51		at scala.App.main(App.scala:76)
2400.07/2343.51		at scala.App.main$(App.scala:74)
2400.07/2343.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2343.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2343.51	v <instantiation cost="8">
2400.07/2343.51	v       <list>
2400.07/2343.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63]
2400.07/2343.51	v       </list>
2400.07/2343.51	v       <values>
2400.07/2343.51	v         5 2 1 8 6 3 7 4 1 6 7 0 2 5 8 3 0 3 8 6 4 7 1 5 4 7 5 3 1 2 6 0 3 8 6 2 7 0 5 1 7 1 0 5 8 4 3 6 2 5 4 1 3 6 0 8 6 0 3 7 5 8 4 2
2400.07/2343.51	v       </values>
2400.07/2343.51	v     </instantiation>
2400.07/2343.52	s SATISFIABLE

Verifier Data

OK	8

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-4245109-1500699643/watcher-4245109-1500699643 -o /tmp/evaluation-result-4245109-1500699643/solver-4245109-1500699643 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13814 --watchdog 2560 bin/concrete HOME/instance-4245109-1500699643.xml 

pid=15146
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: 2.18 2.03 2.65 3/261 15149
/proc/meminfo: memFree=30851756/32770624 swapFree=5808/135676
[pid=15149] ppid=15146 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (bash) S 15146 15149 15196 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 5229452 9736192 350 33554432000 4194304 5098028 140727445249840 140727445247480 139626611198976 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15585280 140727445251342 140727445251427 140727445251427 140727445254126 0
/proc/15149/statm: 2377 350 278 221 0 86 0

[startup+0.100119 s]
/proc/loadavg: 2.18 2.03 2.65 3/261 15149
/proc/meminfo: memFree=30851756/32770624 swapFree=5808/135676
[pid=15149] ppid=15146 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (bash) S 15146 15149 15196 0 -1 4202496 879 6426 0 0 0 0 0 1 20 0 1 0 5229452 9871360 377 33554432000 4194304 5098028 140727445249840 140727445243848 139626611198976 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15585280 140727445251342 140727445251427 140727445251427 140727445254126 0
/proc/15149/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200323 s]
/proc/loadavg: 2.18 2.03 2.65 3/261 15149
/proc/meminfo: memFree=30851756/32770624 swapFree=5808/135676
[pid=15149] ppid=15146 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 5053 12705 0 0 6 1 8 3 20 0 13 0 5229452 10686320640 5413 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2608965 5413 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300313 s]
/proc/loadavg: 2.18 2.03 2.65 3/261 15149
/proc/meminfo: memFree=30851756/32770624 swapFree=5808/135676
[pid=15149] ppid=15146 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 8302 12705 0 0 22 3 8 3 20 0 20 0 5229452 11163947008 9333 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2725573 9333 2952 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700167 s]
/proc/loadavg: 2.18 2.03 2.65 3/261 15149
/proc/meminfo: memFree=30851756/32770624 swapFree=5808/135676
[pid=15149] ppid=15146 vsize=10902720 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 12737 12705 0 0 80 5 8 3 20 0 20 0 5229452 11164385280 16033 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2725680 16033 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50104 s]
/proc/loadavg: 2.16 2.03 2.64 3/281 15225
/proc/meminfo: memFree=30727400/32770624 swapFree=5808/135708
[pid=15149] ppid=15146 vsize=10915392 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 28323 12705 0 0 205 14 8 3 20 0 20 0 5229452 11177361408 44740 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2728848 44740 3409 1 0 2716962 0
[pid=15149/tid=15205] ppid=15146 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 20125 12705 0 0 126 6 8 3 20 0 20 0 5229464 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310817305768 140310424470410 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 66 12705 0 0 0 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 35 12705 0 0 0 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 10 12705 0 0 0 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 23 12705 0 0 0 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 9 12705 0 0 0 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 145 12705 0 0 1 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 37 12705 0 0 1 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 18 12705 0 0 1 0 8 3 20 0 20 0 5229465 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 1664 12705 0 0 1 0 8 3 20 0 20 0 5229467 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 56 12705 0 0 0 0 8 3 20 0 20 0 5229468 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310152393952 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310151340784 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10915392 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) S 15146 15149 15196 0 -1 1077944384 957 12705 0 0 16 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310149237488 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 1436 12705 0 0 15 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 411 12705 0 0 10 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 1151 12705 0 0 27 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 6 12705 0 0 0 0 8 3 20 0 20 0 5229473 11177361408 44740 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10073 s]
/proc/loadavg: 2.16 2.03 2.64 6/281 15225
/proc/meminfo: memFree=30650344/32770624 swapFree=5808/135708
[pid=15149] ppid=15146 vsize=10925820 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 43667 12705 0 0 660 21 8 3 20 0 20 0 5229452 11188039680 57865 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2731455 57865 3479 1 0 2719010 0
[pid=15149/tid=15205] ppid=15146 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 25455 12705 0 0 282 9 8 3 20 0 20 0 5229464 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310817309464 140310427195326 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 66 12705 0 0 0 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 35 12705 0 0 0 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 10 12705 0 0 0 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 23 12705 0 0 0 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 9 12705 0 0 0 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 145 12705 0 0 1 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 37 12705 0 0 1 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 18 12705 0 0 1 0 8 3 20 0 20 0 5229465 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 1680 12705 0 0 1 0 8 3 20 0 20 0 5229467 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 56 12705 0 0 0 0 8 3 20 0 20 0 5229468 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310152393952 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310151340784 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10925820 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) R 15146 15149 15196 0 -1 4202560 1908 12705 0 0 68 1 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310149224304 140310792437339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10925820 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) R 15146 15149 15196 0 -1 4202560 2745 12705 0 0 80 1 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310148166512 140310790876037 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10925820 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) R 15146 15149 15196 0 -1 4202560 4270 12705 0 0 100 1 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310147111008 140310790969264 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10925820 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) R 15146 15149 15196 0 -1 4202560 5027 12705 0 0 117 2 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310146079264 140310792199564 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 7 12705 0 0 0 0 8 3 20 0 20 0 5229473 11188039680 57865 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 10925820

[startup+6.30115 s]
/proc/loadavg: 2.16 2.03 2.64 3/281 15225
/proc/meminfo: memFree=30451092/32770624 swapFree=5808/135720
[pid=15149] ppid=15146 vsize=10995452 CPUtime=16.1 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 66185 12705 0 0 1568 31 8 3 20 0 20 0 5229452 11259342848 91950 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2748863 91950 3503 1 0 2736418 0
[pid=15149/tid=15205] ppid=15146 vsize=10995452 CPUtime=5.95 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 37950 12705 0 0 572 12 8 3 20 0 20 0 5229464 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310817313240 140310440274855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 90 12705 0 0 13 0 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 57 12705 0 0 13 1 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 56 12705 0 0 13 1 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 74 12705 0 0 12 1 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 925 12705 0 0 12 0 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 222 12705 0 0 13 1 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 64 12705 0 0 14 0 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 70 12705 0 0 12 0 8 3 20 0 20 0 5229465 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 2424 12705 0 0 12 0 8 3 20 0 20 0 5229467 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 56 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310152394016 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310151340800 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10995452 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) S 15146 15149 15196 0 -1 1077944384 3661 12705 0 0 218 1 8 3 20 0 20 0 5229473 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310149237488 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10995452 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 3240 12705 0 0 235 2 8 3 20 0 20 0 5229473 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10995452 CPUtime=2.58 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 9295 12705 0 0 244 3 8 3 20 0 20 0 5229473 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10995452 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 5814 12705 0 0 175 2 8 3 20 0 20 0 5229473 11259342848 91950 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=15149/tid=15219] ppid=15146 vsize=10995452 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 3869 12705 0 0 241 2 8 3 20 0 20 0 5229473 11259342848 161118 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10995452 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 10056 12705 0 0 246 3 8 3 20 0 20 0 5229473 11259342848 161118 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10995452 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 18971 12705 0 0 179 4 8 3 20 0 20 0 5229473 11259342848 161118 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161118 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10995452 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 2015 12705 0 0 53 50 8 3 20 0 20 0 5229473 11259342848 161118 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
Current children cumulated CPU time (s) 2317.1
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.29 1.27 1.48 4/281 15450
/proc/meminfo: memFree=30270492/32770624 swapFree=5784/138108
[pid=15149] ppid=15146 vsize=10995452 CPUtime=2378.39 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 167495 12705 0 0 237473 355 8 3 20 0 20 0 5229452 11259342848 161156 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2748863 161156 3510 1 0 2736418 0
[pid=15149/tid=15205] ppid=15146 vsize=10995452 CPUtime=2306.04 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 65919 12705 0 0 230566 27 8 3 20 0 20 0 5229464 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310817311232 140310424659102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10995452 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 4614 12705 0 0 667 33 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10995452 CPUtime=7.02 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 5624 12705 0 0 655 36 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10995452 CPUtime=7.05 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 6730 12705 0 0 661 33 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10995452 CPUtime=7.16 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 5047 12705 0 0 673 32 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10995452 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 5742 12705 0 0 659 31 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10995452 CPUtime=7.09 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 6377 12705 0 0 664 34 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10995452 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 4774 12705 0 0 686 30 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10995452 CPUtime=7.08 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 7614 12705 0 0 664 33 8 3 20 0 20 0 5229465 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10995452 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 12259 12705 0 0 587 34 8 3 20 0 20 0 5229467 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 59 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310152394016 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310151340800 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10995452 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) S 15146 15149 15196 0 -1 1077944384 5625 12705 0 0 224 2 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310149237488 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10995452 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 3871 12705 0 0 241 2 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10995452 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 10058 12705 0 0 246 3 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10995452 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 18973 12705 0 0 179 4 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10995452 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 2033 12705 0 0 54 51 8 3 20 0 20 0 5229473 11259342848 161156 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
Current children cumulated CPU time (s) 2378.39
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2343.5 s]
/proc/loadavg: 1.56 1.33 1.50 4/281 15451
/proc/meminfo: memFree=30269692/32770624 swapFree=5784/138152
[pid=15149] ppid=15146 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 167620 12705 0 0 239637 359 8 3 20 0 20 0 5229452 11259342848 161170 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2748863 161170 3510 1 0 2736418 0
[pid=15149/tid=15205] ppid=15146 vsize=10995452 CPUtime=2327.08 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 66022 12705 0 0 232670 27 8 3 20 0 20 0 5229464 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310817311184 140310438481787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10995452 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 4616 12705 0 0 673 34 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10995452 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 5626 12705 0 0 663 36 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10995452 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 6732 12705 0 0 667 33 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 5049 12705 0 0 680 32 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10995452 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 5744 12705 0 0 665 31 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10995452 CPUtime=7.17 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 6380 12705 0 0 671 35 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10995452 CPUtime=7.35 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 4777 12705 0 0 693 31 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10995452 CPUtime=7.16 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 7614 12705 0 0 672 33 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10995452 CPUtime=6.39 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 12263 12705 0 0 593 35 8 3 20 0 20 0 5229467 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 59 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310152394016 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310151340800 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10995452 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) S 15146 15149 15196 0 -1 1077944384 5625 12705 0 0 224 2 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310149237488 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10995452 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 3871 12705 0 0 241 2 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10995452 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 10058 12705 0 0 246 3 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10995452 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 18973 12705 0 0 179 4 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10995452 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 2035 12705 0 0 55 52 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 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 15149 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2343.5 s]
/proc/loadavg: 1.56 1.33 1.50 4/281 15451
/proc/meminfo: memFree=30269692/32770624 swapFree=5784/138152
[pid=15149] ppid=15146 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/15149/stat : 15149 (java) S 15146 15149 15196 0 -1 1077944320 167620 12705 0 0 239637 359 8 3 20 0 20 0 5229452 11259342848 161170 33554432000 4194304 4196468 140720326973664 140720326956208 140310813077239 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
/proc/15149/statm: 2748863 161170 3510 1 0 2736418 0
[pid=15149/tid=15205] ppid=15146 vsize=10995452 CPUtime=2327.08 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15205/stat : 15205 (java) R 15146 15149 15196 0 -1 4202560 66022 12705 0 0 232670 27 8 3 20 0 20 0 5229464 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310817311184 140310438481787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15206] ppid=15146 vsize=10995452 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15206/stat : 15206 (java) S 15146 15149 15196 0 -1 1077944384 4616 12705 0 0 673 34 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310749768208 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15207] ppid=15146 vsize=10995452 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15207/stat : 15207 (java) S 15146 15149 15196 0 -1 1077944384 5626 12705 0 0 663 36 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310748715664 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15208] ppid=15146 vsize=10995452 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15208/stat : 15208 (java) S 15146 15149 15196 0 -1 1077944384 6732 12705 0 0 667 33 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310747662608 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15209] ppid=15146 vsize=10995452 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15209/stat : 15209 (java) S 15146 15149 15196 0 -1 1077944384 5049 12705 0 0 680 32 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310746610064 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15210] ppid=15146 vsize=10995452 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15210/stat : 15210 (java) S 15146 15149 15196 0 -1 1077944384 5744 12705 0 0 665 31 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310745558032 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15211] ppid=15146 vsize=10995452 CPUtime=7.17 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15211/stat : 15211 (java) S 15146 15149 15196 0 -1 1077944384 6380 12705 0 0 671 35 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310744505488 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15212] ppid=15146 vsize=10995452 CPUtime=7.35 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15212/stat : 15212 (java) S 15146 15149 15196 0 -1 1077944384 4777 12705 0 0 693 31 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310413699856 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15213] ppid=15146 vsize=10995452 CPUtime=7.16 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15213/stat : 15213 (java) S 15146 15149 15196 0 -1 1077944384 7614 12705 0 0 672 33 8 3 20 0 20 0 5229465 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310412647312 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15214] ppid=15146 vsize=10995452 CPUtime=6.39 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15214/stat : 15214 (java) S 15146 15149 15196 0 -1 1077944384 12263 12705 0 0 593 35 8 3 20 0 20 0 5229467 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310153447664 140310813088386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15215] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15215/stat : 15215 (java) S 15146 15149 15196 0 -1 1077944384 59 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310152394016 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15216] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15216/stat : 15216 (java) S 15146 15149 15196 0 -1 1077944384 43 12705 0 0 0 0 8 3 20 0 20 0 5229468 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310151340800 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15217] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15217/stat : 15217 (java) S 15146 15149 15196 0 -1 1077944384 1 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310150289360 140310813095835 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15218] ppid=15146 vsize=10995452 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15218/stat : 15218 (java) S 15146 15149 15196 0 -1 1077944384 5625 12705 0 0 224 2 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310149237488 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15219] ppid=15146 vsize=10995452 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15219/stat : 15219 (java) S 15146 15149 15196 0 -1 1077944384 3871 12705 0 0 241 2 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310148184944 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15220] ppid=15146 vsize=10995452 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15220/stat : 15220 (java) S 15146 15149 15196 0 -1 1077944384 10058 12705 0 0 246 3 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310147131888 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15221] ppid=15146 vsize=10995452 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15221/stat : 15221 (java) S 15146 15149 15196 0 -1 1077944384 18973 12705 0 0 179 4 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310146079344 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15224] ppid=15146 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15224/stat : 15224 (java) S 15146 15149 15196 0 -1 1077944384 3 12705 0 0 0 0 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310145026528 140310813087445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
[pid=15149/tid=15225] ppid=15146 vsize=10995452 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/15149/task/15225/stat : 15225 (java) S 15146 15149 15196 0 -1 1077944384 2035 12705 0 0 55 52 8 3 20 0 20 0 5229473 11259342848 161170 33554432000 4194304 4196468 140720326973664 140310143974064 140310813088386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23793664 140720326978241 140720326981015 140720326981015 140720326983631 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

Child status: 143
Real time (s): 2343.54
CPU time (s): 2400.12
CPU user time (s): 2396.49
CPU system time (s): 3.63488
CPU usage (%): 102.415
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.49
system time used= 3.63488
maximum resident set size= 645536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272592
involuntary context switches= 172415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1257 second user time and 20.702 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 07:00:43
IDJOB=4245109
IDBENCH=120544
IDSOLVER=2630
FILE ID=node145/4245109-1500699643
RUNJOBID= node145-1500697238-13814
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245109-1500699643/watcher-4245109-1500699643 -o /tmp/evaluation-result-4245109-1500699643/solver-4245109-1500699643 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13814 --watchdog 2560  bin/concrete HOME/instance-4245109-1500699643.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=1230737493

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 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.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		: 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:        30851820 kB
MemAvailable:   31000468 kB
Buffers:          143272 kB
Cached:           276852 kB
SwapCached:            0 kB
Active:          1262852 kB
Inactive:         203508 kB
Active(anon):     989956 kB
Inactive(anon):    67832 kB
Active(file):     272896 kB
Inactive(file):   135676 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24548 kB
Writeback:           240 kB
AnonPages:       1055568 kB
Mapped:            44188 kB
Shmem:              8852 kB
Slab:             147032 kB
SReclaimable:     111820 kB
SUnreclaim:        35212 kB
KernelStack:        4848 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1908500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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 07:39:47