Trace number 4245172

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)3 2400.08 2338.23

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark34.0299
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
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.82/2.13	c Concrete v3.4 running
8.74/3.72	o 78
8.74/3.76	o 77
10.90/4.27	o 76
10.90/4.27	o 75
10.90/4.27	o 74
10.90/4.27	o 73
10.90/4.27	o 72
10.90/4.27	o 71
10.90/4.27	o 70
10.90/4.27	o 69
10.90/4.27	o 68
10.90/4.27	o 67
10.90/4.27	o 66
10.90/4.27	o 65
10.90/4.27	o 64
10.90/4.27	o 63
10.90/4.27	o 62
10.90/4.27	o 61
10.90/4.27	o 60
10.90/4.27	o 59
10.90/4.27	o 58
10.90/4.27	o 57
10.90/4.27	o 56
10.90/4.27	o 55
10.90/4.27	o 54
10.90/4.27	o 53
10.90/4.27	o 52
10.90/4.27	o 51
10.90/4.27	o 50
10.90/4.27	o 49
10.90/4.27	o 48
10.90/4.27	o 47
10.90/4.27	o 46
10.90/4.27	o 45
10.90/4.27	o 44
10.90/4.27	o 43
10.90/4.27	o 42
10.90/4.27	o 41
10.90/4.27	o 40
10.90/4.27	o 39
10.90/4.27	o 38
10.90/4.27	o 37
10.90/4.27	o 36
10.90/4.27	o 35
10.90/4.27	o 34
10.90/4.27	o 33
10.90/4.27	o 32
10.90/4.27	o 31
10.90/4.27	o 30
10.90/4.27	o 29
10.90/4.27	o 28
10.90/4.27	o 27
10.90/4.27	o 26
10.90/4.27	o 25
10.90/4.27	o 24
10.90/4.27	o 23
10.90/4.27	o 22
10.90/4.27	o 21
10.90/4.27	o 20
10.90/4.27	o 19
10.90/4.27	o 18
10.90/4.28	o 17
10.90/4.28	o 16
10.90/4.28	o 15
10.90/4.29	o 14
10.90/4.29	o 13
11.26/4.30	o 12
11.26/4.30	o 11
11.26/4.31	o 10
11.26/4.31	o 9
11.26/4.31	o 8
11.26/4.32	o 7
11.26/4.32	o 6
11.26/4.33	o 5
11.26/4.33	o 4
11.26/4.34	o 3
2400.04/2338.20	java.util.concurrent.TimeoutException
2400.04/2338.20		at concrete.MAC.mac(MAC.scala:74)
2400.04/2338.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.04/2338.20		at scala.util.Try$.apply(Try.scala:209)
2400.04/2338.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.04/2338.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.04/2338.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.04/2338.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.04/2338.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.04/2338.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.04/2338.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.04/2338.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.04/2338.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.04/2338.20		at concrete.MAC.oneRun(MAC.scala:146)
2400.04/2338.20		at concrete.MAC.nextSolution(MAC.scala:166)
2400.04/2338.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.04/2338.20		at concrete.ProblemState.map(ProblemState.scala:203)
2400.04/2338.20		at concrete.ProblemState.map(ProblemState.scala:188)
2400.04/2338.20		at concrete.MAC.nextSolution(MAC.scala:195)
2400.04/2338.20		at concrete.Solver.hasNext(Solver.scala:202)
2400.04/2338.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.04/2338.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.04/2338.21		at concrete.Solver.toStream(Solver.scala:73)
2400.04/2338.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.04/2338.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.04/2338.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.04/2338.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.04/2338.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.04/2338.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.04/2338.21		at scala.util.Success.map(Try.scala:209)
2400.04/2338.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.04/2338.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.04/2338.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2338.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.04/2338.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2338.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.04/2338.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.04/2338.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.04/2338.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.04/2338.21		at scala.collection.immutable.List.foreach(List.scala:389)
2400.04/2338.21		at scala.App.main(App.scala:76)
2400.04/2338.21		at scala.App.main$(App.scala:74)
2400.04/2338.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2338.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2338.21	v <instantiation cost="3">
2400.04/2338.21	v       <list>
2400.04/2338.21	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78]
2400.04/2338.21	v       </list>
2400.04/2338.21	v       <values>
2400.04/2338.21	v         3 2 3 2 3 1 2 2 0 1 2 3 1 3 2 3 2 3 0 2 1 1 3 3 3 1 3 2 1 2 3 1 2 2 2 1 2 2 1 3 0 3 2 1 3 2 0 1 1 2 0 1 3 2 2 2 1 1 2 3 1 1 3 3 3 3 1 3 2 1 3 3 3 2 1 2 2 2 0
2400.04/2338.21	v       </values>
2400.04/2338.21	v     </instantiation>
2400.04/2338.21	s SATISFIABLE

Verifier Data

OK	3

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

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

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


[startup+0 s]
/proc/loadavg: 1.42 1.40 1.64 2/261 15369
/proc/meminfo: memFree=31205912/32770624 swapFree=5784/137556
[pid=15369] ppid=15366 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (bash) S 15366 15369 15196 0 -1 4202496 688 1536 0 0 0 0 0 0 20 0 1 0 5408751 9736192 351 33554432000 4194304 5098028 140720497891936 140720497889576 140298438646784 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 29728768 140720497894670 140720497894755 140720497894755 140720497897454 0
/proc/15369/statm: 2377 351 278 221 0 86 0

[startup+0.1001 s]
/proc/loadavg: 1.42 1.40 1.64 2/261 15369
/proc/meminfo: memFree=31205912/32770624 swapFree=5784/137556
[pid=15369] ppid=15366 vsize=9640 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (bash) R 15366 15369 15196 0 -1 4202496 952 12670 0 0 0 0 6 3 20 0 1 0 5408751 9871360 381 33554432000 4194304 5098028 140720497891936 140720497887768 140298438208485 0 0 4100 65536 0 0 0 17 8 0 0 0 0 0 7196144 7232144 29728768 140720497894670 140720497894755 140720497894755 140720497897454 0
/proc/15369/statm: 2410 381 299 221 0 119 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9640

[startup+0.200289 s]
/proc/loadavg: 1.42 1.40 1.64 2/261 15369
/proc/meminfo: memFree=31205912/32770624 swapFree=5784/137556
[pid=15369] ppid=15366 vsize=10902292 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 6126 12670 0 0 10 1 6 3 20 0 20 0 5408751 11163947008 6915 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2725573 6915 2863 1 0 2713890 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10902292

[startup+0.300329 s]
/proc/loadavg: 1.42 1.40 1.64 2/261 15369
/proc/meminfo: memFree=31205912/32770624 swapFree=5784/137556
[pid=15369] ppid=15366 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 9566 12670 0 0 25 2 6 3 20 0 20 0 5408751 11164049408 10643 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2725598 10643 2997 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700231 s]
/proc/loadavg: 1.42 1.40 1.64 2/261 15369
/proc/meminfo: memFree=31205912/32770624 swapFree=5784/137556
[pid=15369] ppid=15366 vsize=10902720 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 13070 12670 0 0 88 4 6 3 20 0 20 0 5408751 11164385280 16380 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2725680 16380 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10902720

[startup+1.50101 s]
/proc/loadavg: 1.42 1.40 1.64 3/281 15442
/proc/meminfo: memFree=31099228/32770624 swapFree=5784/137572
[pid=15369] ppid=15366 vsize=10915392 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 27584 12670 0 0 209 12 6 3 20 0 20 0 5408751 11177361408 44099 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2728848 44099 3410 1 0 2716962 0
[pid=15369/tid=15424] ppid=15366 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 19682 12670 0 0 128 5 6 3 20 0 20 0 5408762 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302230134776 140302211587569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 15 12670 0 0 0 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 30 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 24 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 132 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 31 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 47 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 34 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 17 12670 0 0 1 0 6 3 20 0 20 0 5408763 11177361408 44099 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 1443 12670 0 0 1 0 6 3 20 0 20 0 5408764 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301699458784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 1477 12670 0 0 13 1 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 607 12670 0 0 15 0 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10915392 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 439 12670 0 0 11 0 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10915392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 1364 12670 0 0 27 0 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10915392 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 7 12670 0 0 0 0 6 3 20 0 20 0 5408769 11177361408 44099 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10072 s]
/proc/loadavg: 1.42 1.40 1.64 5/281 15442
/proc/meminfo: memFree=31025420/32770624 swapFree=5784/137572
[pid=15369] ppid=15366 vsize=10927868 CPUtime=6.56 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 43070 12670 0 0 629 18 6 3 20 0 20 0 5408751 11190136832 55862 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2731967 55862 3474 1 0 2719522 0
[pid=15369/tid=15424] ppid=15366 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 27143 12670 0 0 284 8 6 3 20 0 20 0 5408762 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302230130720 140301834677771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 15 12670 0 0 0 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 30 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 24 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 132 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 31 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 47 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 34 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 17 12670 0 0 1 0 6 3 20 0 20 0 5408763 11190136832 55862 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 1460 12670 0 0 2 0 6 3 20 0 20 0 5408764 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301699458784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10927868 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 2630 12670 0 0 58 1 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10927868 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 1574 12670 0 0 58 1 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10927868 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 3987 12670 0 0 100 1 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10927868 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 3704 12670 0 0 114 1 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10927868 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 8 12670 0 0 0 0 6 3 20 0 20 0 5408769 11190136832 55862 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 10927868

[startup+6.3012 s]
/proc/loadavg: 1.39 1.39 1.64 3/281 15442
/proc/meminfo: memFree=30847452/32770624 swapFree=5784/137580
[pid=15369] ppid=15366 vsize=10995452 CPUtime=14.96 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 76389 12670 0 0 1457 30 6 3 20 0 20 0 5408751 11259342848 103266 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2748863 103266 3509 1 0 2736418 0
[pid=15369/tid=15424] ppid=15366 vsize=10995452 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 41793 12670 0 0 572 12 6 3 20 0 20 0 5408762 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302230141680 140301846578240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 79 12670 0 0 11 0 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 418 12670 0 0 14 1 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 33 12670 0 0 9 0 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 910 12670 0 0 15 1 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 95 12670 0 0 12 0 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 161 12670 0 0 12 1 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10995452 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 75 12670 0 0 14 0 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 115 12670 0 0 14 1 6 3 20 0 20 0 5408763 11259342848 103266 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 2467 12670 0 0 13 0 6 3 20 0 20 0 5408764 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301699458848 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10995452 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 5092 12670 0 0 169 1 6 3 20 0 20 0 5408768 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 4161 12670 0 0 159 1 6 3 20 0 20 0 5408768 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 12914 12670 0 0 279 3 6 3 20 0 20 0 5408768 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10995452 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 5622 12670 0 0 157 2 6 3 20 0 20 0 5408768 11259342848 103266 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14

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

[pid=15369/tid=15438] ppid=15366 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 4238 12670 0 0 160 1 6 3 20 0 20 0 5408768 11259342848 241747 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 12996 12670 0 0 279 3 6 3 20 0 20 0 5408768 11259342848 241747 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 13704 12670 0 0 159 3 6 3 20 0 20 0 5408768 11259342848 241747 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241747 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10995452 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 943 12670 0 0 66 60 6 3 20 0 20 0 5408769 11259342848 241747 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 2260.87
Current children cumulated vsize (KiB) 10995452

[startup+2262.3 s]
/proc/loadavg: 1.48 1.48 1.43 3/281 15665
/proc/meminfo: memFree=29925828/32770624 swapFree=5784/139780
[pid=15369] ppid=15366 vsize=10995452 CPUtime=2322.29 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 166972 12670 0 0 231823 397 6 3 20 0 20 0 5408751 11259342848 241763 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2748863 241763 3512 1 0 2736418 0
[pid=15369/tid=15424] ppid=15366 vsize=10995452 CPUtime=2243.53 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 77540 12670 0 0 224304 40 6 3 20 0 20 0 5408762 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302230141680 140301835578176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10995452 CPUtime=7.88 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 2745 12670 0 0 744 35 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10995452 CPUtime=7.88 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 3624 12670 0 0 744 35 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10995452 CPUtime=7.87 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 5745 12670 0 0 743 35 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10995452 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 5257 12670 0 0 746 38 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10995452 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 4927 12670 0 0 744 40 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10995452 CPUtime=7.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 5915 12670 0 0 743 39 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10995452 CPUtime=7.85 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 5002 12670 0 0 739 37 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10995452 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 4638 12670 0 0 738 36 6 3 20 0 20 0 5408763 11259342848 241763 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10995452 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 12228 12670 0 0 684 33 6 3 20 0 20 0 5408764 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301699458848 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10995452 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 5211 12670 0 0 170 2 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 4240 12670 0 0 160 1 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 12998 12670 0 0 279 3 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 13706 12670 0 0 159 3 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 961 12670 0 0 69 61 6 3 20 0 20 0 5408769 11259342848 241763 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 2322.29
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.63 1.52 1.45 3/281 15666
/proc/meminfo: memFree=29921000/32770624 swapFree=5784/139840
[pid=15369] ppid=15366 vsize=10995452 CPUtime=2383.73 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 168093 12670 0 0 237956 408 6 3 20 0 20 0 5408751 11259342848 241783 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2748863 241783 3512 1 0 2736418 0
[pid=15369/tid=15424] ppid=15366 vsize=10995452 CPUtime=2303 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 78025 12670 0 0 230251 40 6 3 20 0 20 0 5408762 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302230141712 140301837793640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 2757 12670 0 0 763 35 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10995452 CPUtime=8.1 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 3645 12670 0 0 765 36 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10995452 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 5780 12670 0 0 764 36 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10995452 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 5306 12670 0 0 766 40 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10995452 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 4947 12670 0 0 764 42 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 6145 12670 0 0 765 40 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 5022 12670 0 0 759 39 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10995452 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 4668 12670 0 0 757 37 6 3 20 0 20 0 5408763 11259342848 241783 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10995452 CPUtime=7.47 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 12421 12670 0 0 704 34 6 3 20 0 20 0 5408764 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301699458848 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10995452 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 5213 12670 0 0 170 2 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 4242 12670 0 0 160 1 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 13000 12670 0 0 279 3 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 13708 12670 0 0 159 3 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 979 12670 0 0 71 63 6 3 20 0 20 0 5408769 11259342848 241783 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 2383.73
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.2 s]
/proc/loadavg: 1.48 1.49 1.44 3/281 15666
/proc/meminfo: memFree=29924908/32770624 swapFree=5784/139856
[pid=15369] ppid=15366 vsize=10995452 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15369/stat : 15369 (java) S 15366 15369 15196 0 -1 1077944320 168529 12670 0 0 239584 411 6 3 20 0 20 0 5408751 11259342848 241792 33554432000 4194304 4196468 140736262632224 140736262614768 140302225907447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
/proc/15369/statm: 2748863 241792 3512 1 0 2736418 0
[pid=15369/tid=15424] ppid=15366 vsize=10995452 CPUtime=2318.76 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15424/stat : 15424 (java) R 15366 15369 15196 0 -1 4202560 78175 12670 0 0 231827 40 6 3 20 0 20 0 5408762 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302230141440 140301847745415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15425] ppid=15366 vsize=10995452 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15425/stat : 15425 (java) S 15366 15369 15196 0 -1 1077944384 2769 12670 0 0 768 36 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302162598928 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15426] ppid=15366 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15426/stat : 15426 (java) S 15366 15369 15196 0 -1 1077944384 3646 12670 0 0 771 37 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302161546384 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15427] ppid=15366 vsize=10995452 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15427/stat : 15427 (java) S 15366 15369 15196 0 -1 1077944384 5785 12670 0 0 770 36 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302160493328 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15428] ppid=15366 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15428/stat : 15428 (java) S 15366 15369 15196 0 -1 1077944384 5321 12670 0 0 772 40 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302159440784 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15429] ppid=15366 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15429/stat : 15429 (java) S 15366 15369 15196 0 -1 1077944384 4954 12670 0 0 770 42 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302158387728 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15430] ppid=15366 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15430/stat : 15430 (java) S 15366 15369 15196 0 -1 1077944384 6150 12670 0 0 772 40 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302157335184 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15431] ppid=15366 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15431/stat : 15431 (java) S 15366 15369 15196 0 -1 1077944384 5243 12670 0 0 766 39 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302156282128 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15432] ppid=15366 vsize=10995452 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15432/stat : 15432 (java) S 15366 15369 15196 0 -1 1077944384 4671 12670 0 0 763 37 6 3 20 0 20 0 5408763 11259342848 241792 33554432000 4194304 4196468 140736262632224 140302155229584 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15433] ppid=15366 vsize=10995452 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15433/stat : 15433 (java) S 15366 15369 15196 0 -1 1077944384 12435 12670 0 0 708 34 6 3 20 0 20 0 5408764 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301700512496 140302225918594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15434] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15434/stat : 15434 (java) S 15366 15369 15196 0 -1 1077944384 55 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301699458848 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15435] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15435/stat : 15435 (java) S 15366 15369 15196 0 -1 1077944384 45 12670 0 0 0 0 6 3 20 0 20 0 5408765 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301698405632 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15436] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15436/stat : 15436 (java) S 15366 15369 15196 0 -1 1077944384 1 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301697354192 140302225926043 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15437] ppid=15366 vsize=10995452 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15437/stat : 15437 (java) S 15366 15369 15196 0 -1 1077944384 5213 12670 0 0 170 2 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301696301296 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15438] ppid=15366 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15438/stat : 15438 (java) S 15366 15369 15196 0 -1 1077944384 4242 12670 0 0 160 1 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301695248752 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15439] ppid=15366 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15439/stat : 15439 (java) S 15366 15369 15196 0 -1 1077944384 13000 12670 0 0 279 3 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301694195696 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15440] ppid=15366 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15440/stat : 15440 (java) S 15366 15369 15196 0 -1 1077944384 13709 12670 0 0 159 3 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301693143152 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15441] ppid=15366 vsize=10995452 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15441/stat : 15441 (java) S 15366 15369 15196 0 -1 1077944384 3 12670 0 0 0 0 6 3 20 0 20 0 5408768 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301692091360 140302225917653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
[pid=15369/tid=15442] ppid=15366 vsize=10995452 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15369/task/15442/stat : 15442 (java) S 15366 15369 15196 0 -1 1077944384 981 12670 0 0 71 64 6 3 20 0 20 0 5408769 11259342848 241792 33554432000 4194304 4196468 140736262632224 140301691038896 140302225918594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21516288 140736262634177 140736262636951 140736262636951 140736262639567 0
Current children cumulated CPU time (s) 2400.04
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 15369 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2338.23
CPU time (s): 2400.08
CPU user time (s): 2395.93
CPU system time (s): 4.15539
CPU usage (%): 102.646
Max. virtual memory (cumulated for all children) (KiB): 10998164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.93
system time used= 4.15539
maximum resident set size= 967888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321462
involuntary context switches= 184720

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5258 second user time and 20.2794 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 07:30:36
IDJOB=4245172
IDBENCH=120617
IDSOLVER=2630
FILE ID=node145/4245172-1500701436
RUNJOBID= node145-1500697238-13813
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

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

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1710772394

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        31206680 kB
MemAvailable:   31357332 kB
Buffers:          144576 kB
Cached:           277732 kB
SwapCached:            0 kB
Active:           904284 kB
Inactive:         205412 kB
Active(anon):     631124 kB
Inactive(anon):    67856 kB
Active(file):     273160 kB
Inactive(file):   137556 kB
Unevictable:        5784 kB
Mlocked:            5784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:        699536 kB
Mapped:            44216 kB
Shmem:              8852 kB
Slab:             146100 kB
SReclaimable:     111544 kB
SUnreclaim:        34556 kB
KernelStack:        4848 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1498740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 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:09:35