Trace number 4245619

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)4 2400.15 2314.23

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-09-037-012.xml
MD5SUM5c4ba5217d536d79642dfac47d0d569c
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 benchmark44.460499
Satisfiable
(Un)Satisfiability was proved
Number of variables334
Number of constraints46
Number of domains2
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":333},{"size":35,"count":1}]
Minimum variable degree10
Maximum variable degree37
Distribution of variable degrees[{"degree":10,"count":333},{"degree":37,"count":1}]
Minimum constraint arity37
Maximum constraint arity333
Distribution of constraint arities[{"arity":37,"count":9},{"arity":75,"count":36},{"arity":333,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":45}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

3.62/2.18	c Concrete v3.4 running
21.52/7.15	o 37
21.52/7.19	o 36
21.93/7.22	o 35
21.93/7.24	o 34
21.93/7.27	o 33
21.93/7.29	o 32
22.34/7.32	o 31
22.34/7.34	o 30
22.34/7.36	o 29
22.34/7.38	o 28
22.71/7.40	o 27
22.71/7.42	o 26
22.71/7.43	o 25
22.71/7.45	o 24
22.71/7.46	o 23
22.71/7.47	o 22
22.71/7.49	o 21
23.01/7.50	o 20
23.01/7.52	o 19
23.01/7.53	o 18
23.01/7.54	o 17
23.01/7.56	o 16
23.01/7.57	o 15
23.01/7.58	o 14
23.01/7.60	o 13
23.41/7.61	o 12
23.41/7.62	o 11
23.41/7.64	o 10
23.86/7.71	o 9
23.86/7.78	o 8
23.86/7.81	o 7
24.54/8.09	o 6
25.83/8.86	o 5
2171.91/2092.08	o 4
2400.09/2314.20	java.util.concurrent.TimeoutException
2400.09/2314.21		at concrete.MAC.mac(MAC.scala:74)
2400.09/2314.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.09/2314.21		at scala.util.Try$.apply(Try.scala:209)
2400.09/2314.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.09/2314.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.09/2314.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.09/2314.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.09/2314.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.09/2314.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.09/2314.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.09/2314.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.09/2314.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.09/2314.21		at concrete.MAC.oneRun(MAC.scala:146)
2400.09/2314.21		at concrete.MAC.nextSolution(MAC.scala:166)
2400.09/2314.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.09/2314.21		at concrete.ProblemState.map(ProblemState.scala:203)
2400.09/2314.21		at concrete.ProblemState.map(ProblemState.scala:188)
2400.09/2314.21		at concrete.MAC.nextSolution(MAC.scala:195)
2400.09/2314.21		at concrete.Solver.hasNext(Solver.scala:202)
2400.09/2314.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.09/2314.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.09/2314.21		at concrete.Solver.toStream(Solver.scala:73)
2400.09/2314.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.09/2314.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.09/2314.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.09/2314.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.09/2314.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.09/2314.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.09/2314.21		at scala.util.Success.map(Try.scala:209)
2400.09/2314.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.09/2314.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.09/2314.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2314.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.09/2314.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2314.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.09/2314.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.09/2314.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.09/2314.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.09/2314.21		at scala.collection.immutable.List.foreach(List.scala:389)
2400.09/2314.21		at scala.App.main(App.scala:76)
2400.09/2314.21		at scala.App.main$(App.scala:74)
2400.09/2314.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2314.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2314.21	v <instantiation cost="4">
2400.09/2314.21	v       <list>
2400.09/2314.21	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[0][30] x[0][31] x[0][32] x[0][33] x[0][34] x[0][35] x[0][36] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[1][30] x[1][31] x[1][32] x[1][33] x[1][34] x[1][35] x[1][36] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] x[2][30] x[2][31] x[2][32] x[2][33] x[2][34] x[2][35] x[2][36] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] x[3][30] x[3][31] x[3][32] x[3][33] x[3][34] x[3][35] x[3][36] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] x[4][27] x[4][28] x[4][29] x[4][30] x[4][31] x[4][32] x[4][33] x[4][34] x[4][35] x[4][36] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] x[5][26] x[5][27] x[5][28] x[5][29] x[5][30] x[5][31] x[5][32] x[5][33] x[5][34] x[5][35] x[5][36] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[6][18] x[6][19] x[6][20] x[6][21] x[6][22] x[6][23] x[6][24] x[6][25] x[6][26] x[6][27] x[6][28] x[6][29] x[6][30] x[6][31] x[6][32] x[6][33] x[6][34] x[6][35] x[6][36] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[7][18] x[7][19] x[7][20] x[7][21] x[7][22] x[7][23] x[7][24] x[7][25] x[7][26] x[7][27] x[7][28] x[7][29] x[7][30] x[7][31] x[7][32] x[7][33] x[7][34] x[7][35] x[7][36] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[8][18] x[8][19] x[8][20] x[8][21] x[8][22] x[8][23] x[8][24] x[8][25] x[8][26] x[8][27] x[8][28] x[8][29] x[8][30] x[8][31] x[8][32] x[8][33] x[8][34] x[8][35] x[8][36]
2400.09/2314.21	v       </list>
2400.09/2314.21	v       <values>
2400.09/2314.21	v         4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0
2400.09/2314.21	v       </values>
2400.09/2314.21	v     </instantiation>
2400.09/2314.22	s SATISFIABLE

Verifier Data

OK	4

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-4245619-1500706287/watcher-4245619-1500706287 -o /tmp/evaluation-result-4245619-1500706287/solver-4245619-1500706287 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560 bin/concrete HOME/instance-4245619-1500706287.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.62 1.61 1.60 3/262 22157
/proc/meminfo: memFree=30485376/32770624 swapFree=5912/108360
[pid=22157] ppid=22154 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (bash) S 22154 22157 16327 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 5898292 9736192 350 33554432000 4194304 5098028 140721607315968 140721607313608 140576387087360 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 34275328 140721607320846 140721607320931 140721607320931 140721607323630 0
/proc/22157/statm: 2377 350 277 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.62 1.61 1.60 3/262 22157
/proc/meminfo: memFree=30485376/32770624 swapFree=5912/108360
[pid=22157] ppid=22154 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (bash) S 22154 22157 16327 0 -1 4202496 879 6420 0 0 0 0 0 1 20 0 1 0 5898292 9871360 378 33554432000 4194304 5098028 140721607315968 140721607309976 140576387087360 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 34275328 140721607320846 140721607320931 140721607320931 140721607323630 0
/proc/22157/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200294 s]
/proc/loadavg: 1.62 1.61 1.60 3/262 22157
/proc/meminfo: memFree=30485376/32770624 swapFree=5912/108360
[pid=22157] ppid=22154 vsize=10901808 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 5444 12372 0 0 8 1 7 3 20 0 20 0 5898292 11163451392 5687 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2725452 5687 2589 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901808

[startup+0.300336 s]
/proc/loadavg: 1.62 1.61 1.60 3/262 22157
/proc/meminfo: memFree=30485376/32770624 swapFree=5912/108360
[pid=22157] ppid=22154 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 9375 12372 0 0 23 2 7 3 20 0 20 0 5898292 11164049408 10427 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2725598 10427 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700258 s]
/proc/loadavg: 1.62 1.61 1.60 3/262 22157
/proc/meminfo: memFree=30485376/32770624 swapFree=5912/108360
[pid=22157] ppid=22154 vsize=10902720 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 13108 12372 0 0 87 4 7 3 20 0 20 0 5898292 11164385280 16443 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2725680 16443 3232 1 0 2713890 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10902720

[startup+1.50125 s]
/proc/loadavg: 1.62 1.61 1.60 4/282 22230
/proc/meminfo: memFree=30378088/32770624 swapFree=5912/108368
[pid=22157] ppid=22154 vsize=10915392 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 26974 12372 0 0 210 12 7 3 20 0 20 0 5898292 11177361408 44590 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2728848 44590 3409 1 0 2716962 0
[pid=22157/tid=22212] ppid=22154 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 19065 12372 0 0 127 5 7 3 20 0 20 0 5898303 11177361408 44590 33554432000 4194304 4196468 140735168942352 140589182241352 140589178023318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 35 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 19 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 45 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 18 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 14 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 10 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 130 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 21 12372 0 0 0 0 7 3 20 0 20 0 5898304 11177361408 44590 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 1264 12372 0 0 1 0 7 3 20 0 20 0 5898307 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 55 12372 0 0 0 0 7 3 20 0 20 0 5898307 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587994137760 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 42 12372 0 0 0 0 7 3 20 0 20 0 5898308 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587993084656 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10915392 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) S 22154 22157 16327 0 -1 1077944384 1699 12372 0 0 18 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587990981360 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) S 22154 22157 16327 0 -1 1077944384 601 12372 0 0 15 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587989928816 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10915392 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 339 12372 0 0 10 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 1482 12372 0 0 28 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11177361408 44590 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10915392

[startup+3.10116 s]
/proc/loadavg: 1.62 1.61 1.60 3/282 22230
/proc/meminfo: memFree=30302112/32770624 swapFree=5912/108396
[pid=22157] ppid=22154 vsize=10927868 CPUtime=6.69 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 37779 12372 0 0 641 18 7 3 20 0 20 0 5898292 11190136832 57195 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2731967 57195 3477 1 0 2719522 0
[pid=22157/tid=22212] ppid=22154 vsize=10927868 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 24517 12372 0 0 283 8 7 3 20 0 20 0 5898303 11190136832 57195 33554432000 4194304 4196468 140735168942352 140589182238928 140588795311566 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 35 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 19 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 45 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 18 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 14 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 10 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 130 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 21 12372 0 0 0 0 7 3 20 0 20 0 5898304 11190136832 57195 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 1451 12372 0 0 2 0 7 3 20 0 20 0 5898307 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 55 12372 0 0 0 0 7 3 20 0 20 0 5898307 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587994137760 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 42 12372 0 0 0 0 7 3 20 0 20 0 5898308 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587993084656 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10927868 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) R 22154 22157 16327 0 -1 4202560 2269 12372 0 0 76 0 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587990970848 140589158647227 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10927868 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) R 22154 22157 16327 0 -1 4202560 1175 12372 0 0 74 1 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587989914320 140589159555482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10927868 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) R 22154 22157 16327 0 -1 4202560 1232 12372 0 0 73 1 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587988860624 140589159538478 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10927868 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) R 22154 22157 16327 0 -1 4202560 4608 12372 0 0 121 1 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587987821784 140589178025287 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 6 12372 0 0 0 0 7 3 20 0 20 0 5898311 11190136832 57195 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10927868

[startup+6.30135 s]
/proc/loadavg: 1.81 1.64 1.61 7/282 22230
/proc/meminfo: memFree=30098248/32770624 swapFree=5912/108408
[pid=22157] ppid=22154 vsize=10997500 CPUtime=18.86 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 78560 12372 0 0 1837 39 7 3 20 0 20 0 5898292 11261440000 104158 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2749375 104158 3494 1 0 2736930 0
[pid=22157/tid=22212] ppid=22154 vsize=10997500 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 42885 12372 0 0 588 12 7 3 20 0 20 0 5898303 11261440000 104158 33554432000 4194304 4196468 140735168942352 140589182243768 140588810653580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 511 12372 0 0 5 2 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10997500 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 39 12372 0 0 4 1 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10997500 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 82 12372 0 0 4 1 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 65 12372 0 0 5 2 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 63 12372 0 0 5 2 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 220 12372 0 0 5 2 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 152 12372 0 0 5 1 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 63 12372 0 0 5 2 7 3 20 0 20 0 5898304 11261440000 104158 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10997500 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 2551 12372 0 0 5 0 7 3 20 0 20 0 5898307 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 60 12372 0 0 0 0 7 3 20 0 20 0 5898307 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587994137888 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 47 12372 0 0 1 0 7 3 20 0 20 0 5898308 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587993084672 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10997500 CPUtime=3.42 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) S 22154 22157 16327 0 -1 1077944384 9220 12372 0 0 330 2 7 3 20 0 20 0 5898311 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587990981360 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10997500 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) R 22154 22157 16327 0 -1 4202560 4265 12372 0 0 315 2 7 3 20 0 20 0 5898311 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587989915360 140589159532243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10997500 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 7544 12372 0 0 329 2 7 3 20 0 20 0 5898311 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10997500 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 8649 12372 0 0 222 2 7 3 20 0 20 0 5898311 11261440000 104158 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=22157/tid=22226] ppid=22154 vsize=10997500 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) S 22154 22157 16327 0 -1 1077944384 7983 12372 0 0 724 5 7 3 20 0 20 0 5898311 11261440000 209227 33554432000 4194304 4196468 140735168942352 140587989928816 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10997500 CPUtime=7.81 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 12185 12372 0 0 765 6 7 3 20 0 20 0 5898311 11261440000 209227 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10997500 CPUtime=4.06 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 23914 12372 0 0 390 6 7 3 20 0 20 0 5898311 11261440000 209227 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 209227 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10997500 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 2344 12372 0 0 49 59 7 3 20 0 20 0 5898311 11261440000 209227 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 2223.72
Current children cumulated vsize (KiB) 10997500

[startup+2202.31 s]
/proc/loadavg: 1.76 1.51 1.45 3/281 22893
/proc/meminfo: memFree=30130084/32770624 swapFree=5896/110912
[pid=22157] ppid=22154 vsize=10997500 CPUtime=2285.29 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 226672 12372 0 0 228095 424 7 3 20 0 20 0 5898292 11261440000 203230 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2749375 203230 3516 1 0 2736930 0
[pid=22157/tid=22212] ppid=22154 vsize=10997500 CPUtime=2183.61 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 82245 12372 0 0 218312 39 7 3 20 0 20 0 5898303 11261440000 203230 33554432000 4194304 4196468 140735168942352 140589182245504 140588793388131 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10997500 CPUtime=8.44 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 5806 12372 0 0 797 37 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10997500 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 8769 12372 0 0 805 37 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10997500 CPUtime=8.45 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 8376 12372 0 0 799 36 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10997500 CPUtime=8.58 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 7581 12372 0 0 810 38 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10997500 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 7098 12372 0 0 796 37 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10997500 CPUtime=8.41 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 9353 12372 0 0 792 39 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10997500 CPUtime=8.47 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 4932 12372 0 0 798 39 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10997500 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 8708 12372 0 0 808 37 7 3 20 0 20 0 5898304 11261440000 203230 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10997500 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 19193 12372 0 0 628 36 7 3 20 0 20 0 5898307 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 62 12372 0 0 0 0 7 3 20 0 20 0 5898307 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587994137888 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 48 12372 0 0 1 0 7 3 20 0 20 0 5898308 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587993084672 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10997500 CPUtime=7.85 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) S 22154 22157 16327 0 -1 1077944384 15917 12372 0 0 769 6 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587990981360 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10997500 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) S 22154 22157 16327 0 -1 1077944384 7986 12372 0 0 724 5 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587989928816 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10997500 CPUtime=7.81 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 12187 12372 0 0 765 6 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10997500 CPUtime=4.06 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 23916 12372 0 0 390 6 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10997500 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 2363 12372 0 0 51 60 7 3 20 0 20 0 5898311 11261440000 203230 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 2285.29
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.23 1.40 1.41 3/281 22894
/proc/meminfo: memFree=30136728/32770624 swapFree=5896/110968
[pid=22157] ppid=22154 vsize=10997500 CPUtime=2346.9 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 228195 12372 0 0 234246 434 7 3 20 0 20 0 5898292 11261440000 203451 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2749375 203451 3516 1 0 2736930 0
[pid=22157/tid=22212] ppid=22154 vsize=10997500 CPUtime=2243.07 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 82830 12372 0 0 224258 39 7 3 20 0 20 0 5898303 11261440000 203451 33554432000 4194304 4196468 140735168942352 140589182245504 140588797134255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10997500 CPUtime=8.69 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 5878 12372 0 0 821 38 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10997500 CPUtime=8.73 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 8795 12372 0 0 825 38 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10997500 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 8421 12372 0 0 823 37 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10997500 CPUtime=8.83 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 7648 12372 0 0 834 39 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10997500 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 7143 12372 0 0 820 38 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10997500 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 9440 12372 0 0 814 40 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10997500 CPUtime=8.72 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 5228 12372 0 0 822 40 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10997500 CPUtime=8.78 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 8767 12372 0 0 831 37 7 3 20 0 20 0 5898304 11261440000 203451 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 19409 12372 0 0 645 37 7 3 20 0 20 0 5898307 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 62 12372 0 0 0 0 7 3 20 0 20 0 5898307 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587994137888 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 48 12372 0 0 1 0 7 3 20 0 20 0 5898308 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587993084672 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10997500 CPUtime=7.85 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) S 22154 22157 16327 0 -1 1077944384 15919 12372 0 0 769 6 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587990981360 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10997500 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) S 22154 22157 16327 0 -1 1077944384 7988 12372 0 0 724 5 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587989928816 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10997500 CPUtime=7.81 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 12189 12372 0 0 765 6 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10997500 CPUtime=4.06 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 23918 12372 0 0 390 6 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10997500 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 2380 12372 0 0 52 62 7 3 20 0 20 0 5898311 11261440000 203451 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 2346.9
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2314.2 s]
/proc/loadavg: 1.39 1.42 1.42 3/281 22895
/proc/meminfo: memFree=30108104/32770624 swapFree=5896/111028
[pid=22157] ppid=22154 vsize=10997500 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/22157/stat : 22157 (java) S 22154 22157 16327 0 -1 1077944320 229445 12372 0 0 239558 441 7 3 20 0 20 0 5898292 11261440000 203468 33554432000 4194304 4196468 140735168942352 140735168924896 140589178011383 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
/proc/22157/statm: 2749375 203468 3516 1 0 2736930 0
[pid=22157/tid=22212] ppid=22154 vsize=10997500 CPUtime=2294.52 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22212/stat : 22212 (java) R 22154 22157 16327 0 -1 4202560 83402 12372 0 0 229403 39 7 3 20 0 20 0 5898303 11261440000 203468 33554432000 4194304 4196468 140735168942352 140589182245504 140588812871906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22213] ppid=22154 vsize=10997500 CPUtime=8.89 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22213/stat : 22213 (java) S 22154 22157 16327 0 -1 1077944384 6134 12372 0 0 840 39 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140589114702352 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22214] ppid=22154 vsize=10997500 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22214/stat : 22214 (java) S 22154 22157 16327 0 -1 1077944384 8846 12372 0 0 845 39 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140589113649808 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22215] ppid=22154 vsize=10997500 CPUtime=8.89 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22215/stat : 22215 (java) S 22154 22157 16327 0 -1 1077944384 8431 12372 0 0 841 38 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140589112596752 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22216] ppid=22154 vsize=10997500 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22216/stat : 22216 (java) S 22154 22157 16327 0 -1 1077944384 7710 12372 0 0 852 40 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140588781267344 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22217] ppid=22154 vsize=10997500 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22217/stat : 22217 (java) S 22154 22157 16327 0 -1 1077944384 7163 12372 0 0 839 39 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140588780215312 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22218] ppid=22154 vsize=10997500 CPUtime=8.82 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22218/stat : 22218 (java) S 22154 22157 16327 0 -1 1077944384 9463 12372 0 0 831 41 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140588779162768 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22219] ppid=22154 vsize=10997500 CPUtime=8.92 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22219/stat : 22219 (java) S 22154 22157 16327 0 -1 1077944384 5235 12372 0 0 841 41 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140588778109712 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22220] ppid=22154 vsize=10997500 CPUtime=8.96 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22220/stat : 22220 (java) S 22154 22157 16327 0 -1 1077944384 8783 12372 0 0 848 38 7 3 20 0 20 0 5898304 11261440000 203468 33554432000 4194304 4196468 140735168942352 140588777057168 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22221] ppid=22154 vsize=10997500 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22221/stat : 22221 (java) S 22154 22157 16327 0 -1 1077944384 19617 12372 0 0 662 38 7 3 20 0 20 0 5898307 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587995191536 140589178022530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22222] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22222/stat : 22222 (java) S 22154 22157 16327 0 -1 1077944384 62 12372 0 0 0 0 7 3 20 0 20 0 5898307 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587994137888 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22223] ppid=22154 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22223/stat : 22223 (java) S 22154 22157 16327 0 -1 1077944384 48 12372 0 0 1 0 7 3 20 0 20 0 5898308 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587993084672 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22224] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22224/stat : 22224 (java) S 22154 22157 16327 0 -1 1077944384 1 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587992033232 140589178029979 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22225] ppid=22154 vsize=10997500 CPUtime=7.85 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22225/stat : 22225 (java) S 22154 22157 16327 0 -1 1077944384 15921 12372 0 0 769 6 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587990981360 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22226] ppid=22154 vsize=10997500 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22226/stat : 22226 (java) S 22154 22157 16327 0 -1 1077944384 7990 12372 0 0 724 5 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587989928816 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22227] ppid=22154 vsize=10997500 CPUtime=7.81 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22227/stat : 22227 (java) S 22154 22157 16327 0 -1 1077944384 12191 12372 0 0 765 6 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587988875760 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22228] ppid=22154 vsize=10997500 CPUtime=4.06 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22228/stat : 22228 (java) S 22154 22157 16327 0 -1 1077944384 23920 12372 0 0 390 6 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587987823216 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22229] ppid=22154 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22229/stat : 22229 (java) S 22154 22157 16327 0 -1 1077944384 3 12372 0 0 0 0 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587986770400 140589178021589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
[pid=22157/tid=22230] ppid=22154 vsize=10997500 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/22157/task/22230/stat : 22230 (java) S 22154 22157 16327 0 -1 1077944384 2397 12372 0 0 53 64 7 3 20 0 20 0 5898311 11261440000 203468 33554432000 4194304 4196468 140735168942352 140587985717936 140589178022530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29339648 140735168948929 140735168951703 140735168951703 140735168954319 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10997500

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

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

Child status: 143
Real time (s): 2314.23
CPU time (s): 2400.15
CPU user time (s): 2395.68
CPU system time (s): 4.46402
CPU usage (%): 103.712
Max. virtual memory (cumulated for all children) (KiB): 10999620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.68
system time used= 4.46402
maximum resident set size= 956124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298606
involuntary context switches= 181952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2434 second user time and 21.6917 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 08:51:27
IDJOB=4245619
IDBENCH=122985
IDSOLVER=2630
FILE ID=node107/4245619-1500706287
RUNJOBID= node107-1500682951-16359
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-09-037-012.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245619-1500706287/watcher-4245619-1500706287 -o /tmp/evaluation-result-4245619-1500706287/solver-4245619-1500706287 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560  bin/concrete HOME/instance-4245619-1500706287.xml

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

MD5SUM BENCH= 5c4ba5217d536d79642dfac47d0d569c
RANDOM SEED=382244537

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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.05
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.05
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		: 1867.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.05
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		: 2133.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.05
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		: 2667.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.05
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.05
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		: 2400.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.05
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:        30485700 kB
MemAvailable:   30641812 kB
Buffers:          188252 kB
Cached:           222584 kB
SwapCached:            0 kB
Active:          1627984 kB
Inactive:         166916 kB
Active(anon):    1336920 kB
Inactive(anon):    58556 kB
Active(file):     291064 kB
Inactive(file):   108360 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24532 kB
Writeback:             0 kB
AnonPages:       1388124 kB
Mapped:            43988 kB
Shmem:              8852 kB
Slab:             179128 kB
SReclaimable:     145044 kB
SUnreclaim:        34084 kB
KernelStack:        4640 kB
PageTables:         8092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2120908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 09:30:01