Trace number 4247937

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)2 2400.06 2332.24

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-08.xml
MD5SUM8d41ef15b4a24b5ee65fe3e377737596
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1196.9
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints82
Number of domains2
Minimum domain size2
Maximum domain size64
Distribution of domain sizes[{"size":2,"count":18},{"size":64,"count":65}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":44},{"degree":4,"count":18},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":63},{"arity":3,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

4.01/2.23	c Concrete v3.4 running
21.92/8.23	o 15
24.94/9.56	o 14
42.34/26.04	o 13
44.71/28.17	o 11
46.59/29.90	o 9
47.67/30.95	o 8
68.45/51.42	o 7
69.41/52.31	o 6
226.91/206.78	o 5
577.01/549.08	o 4
656.57/626.67	o 3
656.57/626.69	o 2
2400.00/2332.21	java.util.concurrent.TimeoutException
2400.00/2332.21		at concrete.MAC.mac(MAC.scala:74)
2400.00/2332.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.00/2332.21		at scala.util.Try$.apply(Try.scala:209)
2400.00/2332.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.00/2332.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.00/2332.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.00/2332.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.00/2332.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.00/2332.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.00/2332.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.00/2332.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.00/2332.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.00/2332.21		at concrete.MAC.oneRun(MAC.scala:146)
2400.00/2332.21		at concrete.MAC.nextSolution(MAC.scala:166)
2400.00/2332.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.00/2332.21		at concrete.ProblemState.map(ProblemState.scala:203)
2400.00/2332.21		at concrete.ProblemState.map(ProblemState.scala:188)
2400.00/2332.21		at concrete.MAC.nextSolution(MAC.scala:195)
2400.00/2332.21		at concrete.Solver.hasNext(Solver.scala:202)
2400.00/2332.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.00/2332.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.00/2332.21		at concrete.Solver.toStream(Solver.scala:73)
2400.00/2332.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.00/2332.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.00/2332.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.00/2332.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.00/2332.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.00/2332.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.00/2332.21		at scala.util.Success.map(Try.scala:209)
2400.00/2332.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.00/2332.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.00/2332.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2332.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.00/2332.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2332.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.00/2332.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.00/2332.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.00/2332.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.00/2332.21		at scala.collection.immutable.List.foreach(List.scala:389)
2400.00/2332.21		at scala.App.main(App.scala:76)
2400.00/2332.21		at scala.App.main$(App.scala:74)
2400.00/2332.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2332.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2332.21	v <instantiation cost="2">
2400.00/2332.21	v       <list>
2400.00/2332.21	v         q 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] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17]
2400.00/2332.21	v       </list>
2400.00/2332.21	v       <values>
2400.00/2332.21	v         28 33 27 44 61 55 45 30 15 5 22 7 13 19 4 14 31 46 63 53 38 28 18 12 2 8 25 40 34 24 9 3 20 35 52 62 47 37 43 26 11 1 16 10 0 17 32 49 59 42 57 51 36 21 6 23 29 39 54 60 50 56 41 58 48 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0
2400.00/2332.21	v       </values>
2400.00/2332.21	v     </instantiation>
2400.00/2332.22	s SATISFIABLE

Verifier Data

OK	2

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-4247937-1500740004/watcher-4247937-1500740004 -o /tmp/evaluation-result-4247937-1500740004/solver-4247937-1500740004 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560 bin/concrete HOME/instance-4247937-1500740004.xml 

pid=24266
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: 0.81 1.05 1.27 2/238 24269
/proc/meminfo: memFree=31654568/32770624 swapFree=5724/307356
[pid=24269] ppid=24266 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (bash) S 24266 24269 20253 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 9266817 9736192 351 33554432000 4194304 5098028 140728756532944 140728756530584 140326911618048 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 13172736 140728756540686 140728756540771 140728756540771 140728756543470 0
/proc/24269/statm: 2377 351 278 221 0 86 0

[startup+0.100186 s]
/proc/loadavg: 0.81 1.05 1.27 2/238 24269
/proc/meminfo: memFree=31654568/32770624 swapFree=5724/307356
[pid=24269] ppid=24266 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (bash) S 24266 24269 20253 0 -1 4202496 884 6413 0 0 0 0 0 1 20 0 1 0 9266817 9871360 378 33554432000 4194304 5098028 140728756532944 140728756526952 140326911618048 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140728756540686 140728756540771 140728756540771 140728756543470 0
/proc/24269/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200289 s]
/proc/loadavg: 0.81 1.05 1.27 2/238 24269
/proc/meminfo: memFree=31654568/32770624 swapFree=5724/307356
[pid=24269] ppid=24266 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 5044 12345 0 0 6 1 8 3 20 0 13 0 9266817 10686320640 5370 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2608965 5370 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300247 s]
/proc/loadavg: 0.81 1.05 1.27 2/238 24269
/proc/meminfo: memFree=31654568/32770624 swapFree=5724/307356
[pid=24269] ppid=24266 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 7343 12345 0 0 23 2 8 3 20 0 20 0 9266817 11164049408 9011 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2725598 9011 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700215 s]
/proc/loadavg: 0.81 1.05 1.27 2/238 24269
/proc/meminfo: memFree=31654568/32770624 swapFree=5724/307356
[pid=24269] ppid=24266 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 12726 12345 0 0 78 4 8 3 20 0 20 0 9266817 11164385280 15983 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2725680 15983 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50107 s]
/proc/loadavg: 0.83 1.05 1.27 4/283 24424
/proc/meminfo: memFree=31434436/32770624 swapFree=5724/304028
[pid=24269] ppid=24266 vsize=10913344 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 24972 12345 0 0 199 13 8 3 20 0 20 0 9266817 11175264256 44390 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2728336 44390 3398 1 0 2716450 0
[pid=24269/tid=24377] ppid=24266 vsize=10913344 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 18166 12345 0 0 125 5 8 3 20 0 20 0 9266829 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211540648544 140211517818426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 38 12345 0 0 1 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 14 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 121 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 14 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 7 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 42 12345 0 0 1 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 4 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 23 12345 0 0 0 0 8 3 20 0 20 0 9266830 11175264256 44390 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 628 12345 0 0 1 0 8 3 20 0 20 0 9266833 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 55 12345 0 0 0 0 8 3 20 0 20 0 9266833 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 45 12345 0 0 0 0 8 3 20 0 20 0 9266834 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210284217072 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) S 24266 24269 20253 0 -1 1077944384 958 12345 0 0 12 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210079787760 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 285 12345 0 0 9 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 1244 12345 0 0 13 1 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 1189 12345 0 0 26 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 4 12345 0 0 0 0 8 3 20 0 20 0 9266838 11175264256 44390 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10913344

[startup+3.10112 s]
/proc/loadavg: 0.83 1.05 1.27 8/283 24424
/proc/meminfo: memFree=31299004/32770624 swapFree=5724/303980
[pid=24269] ppid=24266 vsize=10925820 CPUtime=6.49 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 42627 12345 0 0 619 19 8 3 20 0 20 0 9266817 11188039680 58926 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2731455 58926 3478 1 0 2719010 0
[pid=24269/tid=24377] ppid=24266 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 29646 12345 0 0 281 9 8 3 20 0 20 0 9266829 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211540655584 140211177594759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 38 12345 0 0 1 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 14 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 121 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 14 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 7 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 42 12345 0 0 1 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 4 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 23 12345 0 0 0 0 8 3 20 0 20 0 9266830 11188039680 58926 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 652 12345 0 0 2 0 8 3 20 0 20 0 9266833 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 55 12345 0 0 0 0 8 3 20 0 20 0 9266833 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 45 12345 0 0 0 0 8 3 20 0 20 0 9266834 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210284217072 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10925820 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) R 24266 24269 20253 0 -1 4202560 1960 12345 0 0 60 1 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210079772352 140211515602187 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10925820 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) R 24266 24269 20253 0 -1 4202560 2501 12345 0 0 95 0 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210078721616 140211517946086 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10925820 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) R 24266 24269 20253 0 -1 4202560 2130 12345 0 0 67 2 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210077669024 140211516078656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10925820 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) R 24266 24269 20253 0 -1 4202560 3234 12345 0 0 103 1 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210076626792 140211515382572 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 5 12345 0 0 0 0 8 3 20 0 20 0 9266838 11188039680 58926 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 10925820

[startup+6.30112 s]
/proc/loadavg: 1.32 1.15 1.30 10/283 24424
/proc/meminfo: memFree=30993276/32770624 swapFree=5724/303972
[pid=24269] ppid=24266 vsize=10999548 CPUtime=17.62 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 76457 12345 0 0 1721 30 8 3 20 0 20 0 9266817 11263537152 91163 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2749887 91163 3503 1 0 2737442 0
[pid=24269/tid=24377] ppid=24266 vsize=10999548 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 44688 12345 0 0 589 13 8 3 20 0 20 0 9266829 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211540656552 140211185939099 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10999548 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 163 12345 0 0 3 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10999548 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 31 12345 0 0 2 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10999548 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 183 12345 0 0 3 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10999548 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 59 12345 0 0 3 1 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10999548 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 637 12345 0 0 3 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10999548 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 74 12345 0 0 3 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10999548 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 37 12345 0 0 2 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10999548 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 58 12345 0 0 3 0 8 3 20 0 20 0 9266830 11263537152 91163 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10999548 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 1981 12345 0 0 4 0 8 3 20 0 20 0 9266833 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 58 12345 0 0 1 0 8 3 20 0 20 0 9266833 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 47 12345 0 0 1 0 8 3 20 0 20 0 9266834 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210284217088 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10999548 CPUtime=2.96 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) S 24266 24269 20253 0 -1 1077944384 5908 12345 0 0 283 2 8 3 20 0 20 0 9266838 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210079787760 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10999548 CPUtime=3.31 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 6507 12345 0 0 319 1 8 3 20 0 20 0 9266838 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10999548 CPUtime=2.87 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 5460 12345 0 0 274 2 8 3 20 0 20 0 9266838 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10999548 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 8255 12345 0 0 221 3 8 3 20 0 20 0 9266838 11263537152 91163 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=24269/tid=24411] ppid=24266 vsize=10999548 CPUtime=5.39 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 22649 12345 0 0 525 3 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10999548 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 23683 12345 0 0 474 4 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10999548 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 46087 12345 0 0 272 6 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10999548 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 1049 12345 0 0 51 47 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 2267.13
Current children cumulated vsize (KiB) 10999548

[startup+2262.3 s]
/proc/loadavg: 1.37 1.41 1.47 10/281 24492
/proc/meminfo: memFree=30362684/32770624 swapFree=5724/304968
[pid=24269] ppid=24266 vsize=10999548 CPUtime=2328.64 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 258710 12345 0 0 232469 384 8 3 20 0 20 0 9266817 11263537152 187816 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2749887 187816 3517 1 0 2737442 0
[pid=24269/tid=24377] ppid=24266 vsize=10999548 CPUtime=2246.05 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 81741 12345 0 0 224558 36 8 3 20 0 20 0 9266829 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211540658816 140211187215084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10999548 CPUtime=7.25 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 5105 12345 0 0 679 35 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10999548 CPUtime=7.35 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 5524 12345 0 0 688 36 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10999548 CPUtime=7.43 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 3756 12345 0 0 697 35 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10999548 CPUtime=7.34 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 4679 12345 0 0 689 34 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10999548 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 4000 12345 0 0 683 33 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10999548 CPUtime=7.35 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 3847 12345 0 0 691 33 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10999548 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 3304 12345 0 0 683 33 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10999548 CPUtime=7.44 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 4337 12345 0 0 699 34 8 3 20 0 20 0 9266830 11263537152 187816 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10999548 CPUtime=6.01 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 13167 12345 0 0 556 34 8 3 20 0 20 0 9266833 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 89 12345 0 0 1 0 8 3 20 0 20 0 9266833 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 58 12345 0 0 1 0 8 3 20 0 20 0 9266834 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210284217088 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10999548 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) S 24266 24269 20253 0 -1 1077944384 32818 12345 0 0 478 5 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210079787760 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10999548 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 22765 12345 0 0 526 3 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10999548 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 23779 12345 0 0 475 4 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10999548 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 46539 12345 0 0 273 6 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10999548 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 1066 12345 0 0 53 49 8 3 20 0 20 0 9266838 11263537152 187816 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 2328.64
Current children cumulated vsize (KiB) 10999548

[startup+2322.3 s]
/proc/loadavg: 1.48 1.44 1.48 2/256 24548
/proc/meminfo: memFree=30933952/32770624 swapFree=5724/304992
[pid=24269] ppid=24266 vsize=10999548 CPUtime=2389.95 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 260604 12345 0 0 238592 392 8 3 20 0 20 0 9266817 11263537152 187302 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2749887 187302 3517 1 0 2737442 0
[pid=24269/tid=24377] ppid=24266 vsize=10999548 CPUtime=2305.64 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 82264 12345 0 0 230516 37 8 3 20 0 20 0 9266829 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211540658832 140211185630870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10999548 CPUtime=7.43 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 5459 12345 0 0 696 36 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10999548 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 5573 12345 0 0 706 37 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10999548 CPUtime=7.63 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 3816 12345 0 0 717 35 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10999548 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 4707 12345 0 0 709 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10999548 CPUtime=7.45 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 4025 12345 0 0 701 33 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10999548 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 3878 12345 0 0 709 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10999548 CPUtime=7.46 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 3338 12345 0 0 702 33 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10999548 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 4376 12345 0 0 716 35 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10999548 CPUtime=6.15 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 13190 12345 0 0 569 35 8 3 20 0 20 0 9266833 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 89 12345 0 0 1 0 8 3 20 0 20 0 9266833 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 58 12345 0 0 1 0 8 3 20 0 20 0 9266834 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210284217088 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10999548 CPUtime=4.96 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) S 24266 24269 20253 0 -1 1077944384 33138 12345 0 0 480 5 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210079787760 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10999548 CPUtime=5.41 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 22890 12345 0 0 527 3 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10999548 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 23779 12345 0 0 475 4 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10999548 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 46816 12345 0 0 273 6 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10999548 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 1072 12345 0 0 54 50 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 2389.95
Current children cumulated vsize (KiB) 10999548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.2 s]
/proc/loadavg: 1.48 1.45 1.48 3/281 24633
/proc/meminfo: memFree=30582740/32770624 swapFree=5724/305016
[pid=24269] ppid=24266 vsize=10999548 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/24269/stat : 24269 (java) S 24266 24269 20253 0 -1 1077944320 261029 12345 0 0 239596 393 8 3 20 0 20 0 9266817 11263537152 187302 33554432000 4194304 4196468 140723159248512 140723159231056 140211536424695 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
/proc/24269/statm: 2749887 187302 3517 1 0 2737442 0
[pid=24269/tid=24377] ppid=24266 vsize=10999548 CPUtime=2315.49 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24377/stat : 24377 (java) R 24266 24269 20253 0 -1 4202560 82301 12345 0 0 231501 37 8 3 20 0 20 0 9266829 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211540658320 140211187825896 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24378] ppid=24266 vsize=10999548 CPUtime=7.45 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24378/stat : 24378 (java) S 24266 24269 20253 0 -1 1077944384 5466 12345 0 0 698 36 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211492977168 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24379] ppid=24266 vsize=10999548 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24379/stat : 24379 (java) S 24266 24269 20253 0 -1 1077944384 5583 12345 0 0 708 37 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211491924624 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24380] ppid=24266 vsize=10999548 CPUtime=7.65 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24380/stat : 24380 (java) S 24266 24269 20253 0 -1 1077944384 3816 12345 0 0 719 35 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211490871568 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24381] ppid=24266 vsize=10999548 CPUtime=7.55 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24381/stat : 24381 (java) S 24266 24269 20253 0 -1 1077944384 4711 12345 0 0 710 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211139828112 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24382] ppid=24266 vsize=10999548 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24382/stat : 24382 (java) S 24266 24269 20253 0 -1 1077944384 4030 12345 0 0 703 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211138776080 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24383] ppid=24266 vsize=10999548 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24383/stat : 24383 (java) S 24266 24269 20253 0 -1 1077944384 3882 12345 0 0 711 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211137723536 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24384] ppid=24266 vsize=10999548 CPUtime=7.49 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24384/stat : 24384 (java) S 24266 24269 20253 0 -1 1077944384 3341 12345 0 0 704 34 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211136670480 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24385] ppid=24266 vsize=10999548 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24385/stat : 24385 (java) S 24266 24269 20253 0 -1 1077944384 4378 12345 0 0 718 35 8 3 20 0 20 0 9266830 11263537152 187302 33554432000 4194304 4196468 140723159248512 140211135617936 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24392] ppid=24266 vsize=10999548 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24392/stat : 24392 (java) S 24266 24269 20253 0 -1 1077944384 13192 12345 0 0 572 35 8 3 20 0 20 0 9266833 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210286323952 140211536435842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24395] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24395/stat : 24395 (java) S 24266 24269 20253 0 -1 1077944384 89 12345 0 0 1 0 8 3 20 0 20 0 9266833 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210285270240 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24398] ppid=24266 vsize=10999548 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24398/stat : 24398 (java) S 24266 24269 20253 0 -1 1077944384 58 12345 0 0 1 0 8 3 20 0 20 0 9266834 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210284217088 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24409] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24409/stat : 24409 (java) S 24266 24269 20253 0 -1 1077944384 1 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210283165648 140211536443291 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24410] ppid=24266 vsize=10999548 CPUtime=4.96 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24410/stat : 24410 (java) S 24266 24269 20253 0 -1 1077944384 33138 12345 0 0 480 5 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210079787760 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24411] ppid=24266 vsize=10999548 CPUtime=5.41 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24411/stat : 24411 (java) S 24266 24269 20253 0 -1 1077944384 22890 12345 0 0 527 3 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210078735216 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24412] ppid=24266 vsize=10999548 CPUtime=4.91 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24412/stat : 24412 (java) S 24266 24269 20253 0 -1 1077944384 23995 12345 0 0 476 4 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210077682160 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24413] ppid=24266 vsize=10999548 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24413/stat : 24413 (java) S 24266 24269 20253 0 -1 1077944384 46949 12345 0 0 273 6 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210076629616 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24414] ppid=24266 vsize=10999548 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24414/stat : 24414 (java) S 24266 24269 20253 0 -1 1077944384 3 12345 0 0 0 0 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210075576800 140211536434901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
[pid=24269/tid=24416] ppid=24266 vsize=10999548 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/24269/task/24416/stat : 24416 (java) S 24266 24269 20253 0 -1 1077944384 1074 12345 0 0 55 50 8 3 20 0 20 0 9266838 11263537152 187302 33554432000 4194304 4196468 140723159248512 140210074524336 140211536435842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 14983168 140723159251649 140723159254423 140723159254423 140723159257039 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10999548

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

Child status: 143
Real time (s): 2332.24
CPU time (s): 2400.06
CPU user time (s): 2396.07
CPU system time (s): 3.98639
CPU usage (%): 102.908
Max. virtual memory (cumulated for all children) (KiB): 10999548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.07
system time used= 3.98639
maximum resident set size= 952800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263879
involuntary context switches= 171702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5168 second user time and 21.1421 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 18:13:24
IDJOB=4247937
IDBENCH=130614
IDSOLVER=2630
FILE ID=node140/4247937-1500740004
RUNJOBID= node140-1500739996-23970
PBS_JOBID= 20623347
Free space on /tmp= 61860 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247937-1500740004/watcher-4247937-1500740004 -o /tmp/evaluation-result-4247937-1500740004/solver-4247937-1500740004 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560  bin/concrete HOME/instance-4247937-1500740004.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1573767086

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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		: 1867.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:        31655340 kB
MemAvailable:   32003504 kB
Buffers:          154372 kB
Cached:           472720 kB
SwapCached:            0 kB
Active:           356020 kB
Inactive:         325176 kB
Active(anon):      56260 kB
Inactive(anon):     8820 kB
Active(file):     299760 kB
Inactive(file):   316356 kB
Unevictable:        5724 kB
Mlocked:            5724 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48620 kB
Writeback:             0 kB
AnonPages:         58292 kB
Mapped:            31140 kB
Shmem:              8852 kB
Slab:             129516 kB
SReclaimable:      95764 kB
SUnreclaim:        33752 kB
KernelStack:        4864 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61812 MiB
End job on node140 at 2017-07-22 18:52:17