Trace number 4262015

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
Concrete 3.4SAT (TO)4 2520.1101 2459.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.23/2.17	c Concrete v3.4 running
17.93/7.14	o 37
17.93/7.17	o 36
17.93/7.20	o 35
18.28/7.22	o 34
18.28/7.24	o 33
18.28/7.27	o 32
18.28/7.29	o 31
18.58/7.31	o 30
18.58/7.33	o 29
18.58/7.35	o 28
18.58/7.36	o 27
18.58/7.38	o 26
18.58/7.40	o 25
18.87/7.41	o 24
18.87/7.43	o 23
18.87/7.45	o 22
18.87/7.46	o 21
18.87/7.48	o 20
18.87/7.49	o 19
19.17/7.50	o 18
19.17/7.52	o 17
19.17/7.53	o 16
19.17/7.55	o 15
19.17/7.56	o 14
19.17/7.57	o 13
19.17/7.59	o 12
19.48/7.60	o 11
19.48/7.62	o 10
19.48/7.69	o 9
19.76/7.76	o 8
19.76/7.79	o 7
20.68/8.11	o 6
21.76/8.85	o 5
2009.05/1956.49	o 4
2520.06/2459.20	java.util.concurrent.TimeoutException
2520.06/2459.20		at concrete.MAC.mac(MAC.scala:74)
2520.06/2459.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.06/2459.20		at scala.util.Try$.apply(Try.scala:209)
2520.06/2459.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2459.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2459.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2459.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2459.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.06/2459.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2459.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2459.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2459.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2459.20		at concrete.MAC.oneRun(MAC.scala:146)
2520.06/2459.20		at concrete.MAC.nextSolution(MAC.scala:166)
2520.06/2459.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.06/2459.20		at concrete.ProblemState.map(ProblemState.scala:203)
2520.06/2459.20		at concrete.ProblemState.map(ProblemState.scala:188)
2520.06/2459.20		at concrete.MAC.nextSolution(MAC.scala:195)
2520.06/2459.20		at concrete.Solver.hasNext(Solver.scala:202)
2520.06/2459.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.06/2459.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.06/2459.20		at concrete.Solver.toStream(Solver.scala:73)
2520.06/2459.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.06/2459.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.06/2459.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.06/2459.20		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.06/2459.20		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.06/2459.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2459.20		at scala.util.Success.map(Try.scala:209)
2520.06/2459.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.06/2459.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.06/2459.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2459.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.06/2459.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2459.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2459.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2459.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2459.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2459.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2459.20		at scala.App.main(App.scala:76)
2520.06/2459.20		at scala.App.main$(App.scala:74)
2520.06/2459.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2459.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2459.21	v <instantiation cost="4">
2520.06/2459.21	v       <list>
2520.06/2459.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]
2520.06/2459.21	v       </list>
2520.06/2459.21	v       <values>
2520.06/2459.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
2520.06/2459.21	v       </values>
2520.06/2459.21	v     </instantiation>
2520.06/2459.21	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-4262015-1502429896/watcher-4262015-1502429896 -o /tmp/evaluation-result-4262015-1502429896/solver-4262015-1502429896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262015-1502429896.xml 

pid=5715
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.64 1.60 1.55 2/195 5718
/proc/meminfo: memFree=30348428/32770624 swapFree=0/500808
[pid=5718] ppid=5715 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5718/stat : 5718 (runsolver) D 5715 5718 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 45210436 24240128 106 18446744073709551615 4194304 4338465 140733163173360 140733163171000 140371553473239 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 29425664 140733163176145 140733163176521 140733163176521 140733163179978 0
/proc/5718/statm: 5918 106 53 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 1.64 1.60 1.55 2/195 5718
/proc/meminfo: memFree=30348428/32770624 swapFree=0/500808
[pid=5718] ppid=5715 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/5718/stat : 5718 (bash) S 5715 5718 1330 0 -1 4202496 714 3531 0 0 0 0 0 0 20 0 1 0 45210436 9736192 354 18446744073709551615 4194304 5098028 140728360107296 140728360104936 140550204967936 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 18571264 140728360112660 140728360112745 140728360112745 140728360116202 0
/proc/5718/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200296 s]
/proc/loadavg: 1.64 1.60 1.55 2/195 5718
/proc/meminfo: memFree=30348428/32770624 swapFree=0/500808
[pid=5718] ppid=5715 vsize=10652 CPUtime=0.07 cores=1,3,5,7
/proc/5718/stat : 5718 (java) R 5715 5718 1330 0 -1 4202496 1160 12451 0 0 0 0 5 2 20 0 1 0 45210436 10907648 166 18446744073709551615 4194304 4196468 140730431612816 140730431591016 139868653132304 0 0 1 0 0 0 0 17 1 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 2919 166 132 1 0 341 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10652

[startup+0.300247 s]
/proc/loadavg: 1.64 1.60 1.55 2/195 5718
/proc/meminfo: memFree=30348428/32770624 swapFree=0/500808
[pid=5718] ppid=5715 vsize=13974116 CPUtime=0.15 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 5894 12451 0 0 7 1 5 2 20 0 15 0 45210436 14309494784 7087 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3493529 7087 2738 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974116

[startup+0.700815 s]
/proc/loadavg: 1.64 1.60 1.55 2/195 5718
/proc/meminfo: memFree=30348428/32770624 swapFree=0/500808
[pid=5718] ppid=5715 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 13679 12451 0 0 60 5 5 2 20 0 15 0 45210436 14310178816 15139 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3493696 15139 3102 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.75 1.62 1.56 4/210 5781
/proc/meminfo: memFree=30248284/32770624 swapFree=0/500920
[pid=5718] ppid=5715 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 28882 12451 0 0 176 10 5 2 20 0 15 0 45210436 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3496352 42698 3378 1 0 3485525 0
[pid=5718/tid=5768] ppid=5715 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 21720 12451 0 0 116 7 5 2 20 0 15 0 45210456 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868664670496 139868644533598 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 46 12451 0 0 0 0 5 2 20 0 15 0 45210457 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 198 12451 0 0 1 0 5 2 20 0 15 0 45210457 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 41 12451 0 0 1 0 5 2 20 0 15 0 45210457 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 64 12451 0 0 1 0 5 2 20 0 15 0 45210457 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 1430 12451 0 0 1 0 5 2 20 0 15 0 45210458 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 55 12451 0 0 0 0 5 2 20 0 15 0 45210459 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868137915744 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 45 12451 0 0 0 0 5 2 20 0 15 0 45210459 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) R 5715 5718 1330 0 -1 1077944384 1218 12451 0 0 15 0 5 2 20 0 15 0 45210461 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868134758512 139868660464258 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) R 5715 5718 1330 0 -1 1077944384 605 12451 0 0 13 0 5 2 20 0 15 0 45210461 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868133705712 139868660464258 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) R 5715 5718 1330 0 -1 1077944384 1295 12451 0 0 23 0 5 2 20 0 15 0 45210461 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 9 12451 0 0 0 0 5 2 20 0 15 0 45210464 14321057792 42698 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10109 s]
/proc/loadavg: 1.75 1.62 1.56 4/210 5781
/proc/meminfo: memFree=30175828/32770624 swapFree=0/500912
[pid=5718] ppid=5715 vsize=13999932 CPUtime=6.24 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 44336 12451 0 0 601 16 5 2 20 0 15 0 45210436 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3499983 55483 3448 1 0 3488597 0
[pid=5718/tid=5768] ppid=5715 vsize=13999932 CPUtime=2.88 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 29491 12451 0 0 271 10 5 2 20 0 15 0 45210456 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868664682912 139868309926617 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 46 12451 0 0 0 0 5 2 20 0 15 0 45210457 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 198 12451 0 0 1 0 5 2 20 0 15 0 45210457 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 41 12451 0 0 1 0 5 2 20 0 15 0 45210457 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 64 12451 0 0 1 0 5 2 20 0 15 0 45210457 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 1446 12451 0 0 1 0 5 2 20 0 15 0 45210458 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 55 12451 0 0 0 0 5 2 20 0 15 0 45210459 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868137915744 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 45 12451 0 0 0 0 5 2 20 0 15 0 45210459 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) R 5715 5718 1330 0 -1 4202560 2214 12451 0 0 92 0 5 2 20 0 15 0 45210461 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868134744752 139868643984694 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=13999932 CPUtime=1.28 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) R 5715 5718 1330 0 -1 4202560 4026 12451 0 0 120 1 5 2 20 0 15 0 45210461 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868133687424 139868641997287 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=13999932 CPUtime=1.18 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 4543 12451 0 0 109 2 5 2 20 0 15 0 45210461 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 10 12451 0 0 0 0 5 2 20 0 15 0 45210464 14335930368 55483 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 13999932

[startup+6.30082 s]
/proc/loadavg: 1.75 1.62 1.56 5/210 5781
/proc/meminfo: memFree=29983092/32770624 swapFree=0/500912
[pid=5718] ppid=5715 vsize=14069564 CPUtime=16.07 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 85873 12451 0 0 1573 27 5 2 20 0 15 0 45210436 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 104201 3470 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=5.98 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 48430 12451 0 0 577 14 5 2 20 0 15 0 45210456 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868664687232 139868305956228 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 169 12451 0 0 6 1 5 2 20 0 15 0 45210457 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 412 12451 0 0 7 0 5 2 20 0 15 0 45210457 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 85 12451 0 0 5 0 5 2 20 0 15 0 45210457 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 251 12451 0 0 6 0 5 2 20 0 15 0 45210457 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 2708 12451 0 0 4 0 5 2 20 0 15 0 45210458 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 59 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) R 5715 5718 1330 0 -1 4202560 7222 12451 0 0 363 1 5 2 20 0 15 0 45210461 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868134745184 139868638867037 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=14069564 CPUtime=4.22 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) R 5715 5718 1330 0 -1 4202560 12726 12451 0 0 413 2 5 2 20 0 15 0 45210461 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868133692528 139868640284258 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=14069564 CPUtime=1.97 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 11583 12451 0 0 186 4 5 2 20 0 15 0 45210461 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 20 12451 0 0 0 0 5 2 20 0 15 0 45210464 14407233536 104201 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 16.07
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.93 1.67 1.57 3/210 5781
/proc/meminfo: memFree=29800448/32770624 swapFree=0/500908
[pid=5718] ppid=5715 vsize=14069564 CPUtime=26.76 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 102343 12451 0 0 2635 34 5 2 20 0 15 0 45210436 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 140768 3481 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=12.1 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 50055 12451 0 0 1186 17 5 2 20 0 15 0 45210456 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868664683488 139868303432088 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 1034 12451 0 0 23 1 5 2 20 0 15 0 45210457 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 509 12451 0 0 23 1 5 2 20 0 15 0 45210457 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 198 12451 0 0 22 1 5 2 20 0 15 0 45210457 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 311 12451 0 0 23 1 5 2 20 0 15 0 45210457 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 7786 12451 0 0 14 1 5 2 20 0 15 0 45210458 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 59 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 140768 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0

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

/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 190013 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 1121 12451 0 0 64 71 5 2 20 0 15 0 45210464 14407233536 190013 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 2319.91
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 2.17 1.64 1.51 3/211 6071
/proc/meminfo: memFree=25959280/32770624 swapFree=0/501480
[pid=5718] ppid=5715 vsize=14069564 CPUtime=2380.9 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 246402 12451 0 0 237743 340 5 2 20 0 15 0 45210436 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 189499 3481 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=2296.71 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 98091 12451 0 0 229613 51 5 2 20 0 15 0 45210456 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868664686992 139868305956228 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=12.12 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 16750 12451 0 0 1155 50 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=12.15 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 13384 12451 0 0 1161 47 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=12.12 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 17676 12451 0 0 1155 50 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=12.15 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 14797 12451 0 0 1159 49 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=10.71 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 21336 12451 0 0 1011 53 5 2 20 0 15 0 45210458 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 61 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=14069564 CPUtime=9.91 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) S 5715 5718 1330 0 -1 1077944384 15569 12451 0 0 980 4 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868134758512 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=14069564 CPUtime=10.4 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) S 5715 5718 1330 0 -1 1077944384 18690 12451 0 0 1028 5 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868133705712 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 26715 12451 0 0 356 8 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 1125 12451 0 0 66 73 5 2 20 0 15 0 45210464 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 2380.9
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.79 1.63 1.51 6/211 6073
/proc/meminfo: memFree=24609928/32770624 swapFree=0/501508
[pid=5718] ppid=5715 vsize=14069564 CPUtime=2441.88 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 247683 12451 0 0 243835 346 5 2 20 0 15 0 45210436 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 189499 3481 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=2356.04 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 98942 12451 0 0 235546 51 5 2 20 0 15 0 45210456 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868664687136 139868322729727 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=12.45 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 16819 12451 0 0 1187 51 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=12.48 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 13453 12451 0 0 1193 48 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=12.45 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 17696 12451 0 0 1187 51 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=12.48 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 14886 12451 0 0 1191 50 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=10.99 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 21496 12451 0 0 1037 55 5 2 20 0 15 0 45210458 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 61 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=14069564 CPUtime=9.91 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) S 5715 5718 1330 0 -1 1077944384 15571 12451 0 0 980 4 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868134758512 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=14069564 CPUtime=10.4 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) S 5715 5718 1330 0 -1 1077944384 18692 12451 0 0 1028 5 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868133705712 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 26717 12451 0 0 356 8 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=1.49 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 1142 12451 0 0 67 75 5 2 20 0 15 0 45210464 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 2441.88
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 3.21 2.11 1.69 3/211 6075
/proc/meminfo: memFree=20253996/32770624 swapFree=0/501532
[pid=5718] ppid=5715 vsize=14069564 CPUtime=2502.87 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 249135 12451 0 0 249926 354 5 2 20 0 15 0 45210436 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 189499 3481 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=2415.34 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 99648 12451 0 0 241475 52 5 2 20 0 15 0 45210456 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868664687456 139868305831567 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=12.8 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 16928 12451 0 0 1221 52 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=12.82 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 13516 12451 0 0 1225 50 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=12.79 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 17755 12451 0 0 1220 52 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=12.83 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 15212 12451 0 0 1224 52 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=11.28 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 21662 12451 0 0 1065 56 5 2 20 0 15 0 45210458 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 61 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=14069564 CPUtime=9.91 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) S 5715 5718 1330 0 -1 1077944384 15573 12451 0 0 980 4 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868134758512 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=14069564 CPUtime=10.4 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) S 5715 5718 1330 0 -1 1077944384 18695 12451 0 0 1028 5 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868133705712 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 26719 12451 0 0 356 8 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 1158 12451 0 0 69 78 5 2 20 0 15 0 45210464 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 2502.87
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.2 s]
/proc/loadavg: 3.26 2.17 1.71 6/210 6075
/proc/meminfo: memFree=18895508/32770624 swapFree=0/501536
[pid=5718] ppid=5715 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/5718/stat : 5718 (java) S 5715 5718 1330 0 -1 1077944320 249290 12451 0 0 251643 356 5 2 20 0 15 0 45210436 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 140730431595360 139868660453111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
/proc/5718/statm: 3517391 189499 3481 1 0 3506005 0
[pid=5718/tid=5768] ppid=5715 vsize=14069564 CPUtime=2432.04 cores=1,3,5,7
/proc/5718/task/5768/stat : 5768 (java) R 5715 5718 1330 0 -1 4202560 99754 12451 0 0 243145 52 5 2 20 0 15 0 45210456 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868664687344 139868321631365 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5769] ppid=5715 vsize=14069564 CPUtime=12.9 cores=1,3,5,7
/proc/5718/task/5769/stat : 5769 (java) S 5715 5718 1330 0 -1 1077944384 16939 12451 0 0 1230 53 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868260821392 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5770] ppid=5715 vsize=14069564 CPUtime=12.91 cores=1,3,5,7
/proc/5718/task/5770/stat : 5770 (java) S 5715 5718 1330 0 -1 1077944384 13522 12451 0 0 1234 50 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868259768592 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5771] ppid=5715 vsize=14069564 CPUtime=12.89 cores=1,3,5,7
/proc/5718/task/5771/stat : 5771 (java) S 5715 5718 1330 0 -1 1077944384 17763 12451 0 0 1229 53 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868258716304 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5772] ppid=5715 vsize=14069564 CPUtime=12.92 cores=1,3,5,7
/proc/5718/task/5772/stat : 5772 (java) S 5715 5718 1330 0 -1 1077944384 15229 12451 0 0 1233 52 5 2 20 0 15 0 45210457 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868257663504 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5773] ppid=5715 vsize=14069564 CPUtime=11.36 cores=1,3,5,7
/proc/5718/task/5773/stat : 5773 (java) S 5715 5718 1330 0 -1 1077944384 21669 12451 0 0 1072 57 5 2 20 0 15 0 45210458 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868138969712 139868660464258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5774] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5774/stat : 5774 (java) S 5715 5718 1330 0 -1 1077944384 61 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868137915808 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5775] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5775/stat : 5775 (java) S 5715 5718 1330 0 -1 1077944384 51 12451 0 0 0 0 5 2 20 0 15 0 45210459 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868136863360 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5776] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5776/stat : 5776 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868135811664 139868660471707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5777] ppid=5715 vsize=14069564 CPUtime=9.91 cores=1,3,5,7
/proc/5718/task/5777/stat : 5777 (java) S 5715 5718 1330 0 -1 1077944384 15573 12451 0 0 980 4 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868134758512 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5778] ppid=5715 vsize=14069564 CPUtime=10.4 cores=1,3,5,7
/proc/5718/task/5778/stat : 5778 (java) S 5715 5718 1330 0 -1 1077944384 18695 12451 0 0 1028 5 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868133705712 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5779] ppid=5715 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/5718/task/5779/stat : 5779 (java) S 5715 5718 1330 0 -1 1077944384 26719 12451 0 0 356 8 5 2 20 0 15 0 45210461 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868132653424 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5780] ppid=5715 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5718/task/5780/stat : 5780 (java) S 5715 5718 1330 0 -1 1077944384 3 12451 0 0 0 0 5 2 20 0 15 0 45210462 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868131600864 139868660463317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
[pid=5718/tid=5781] ppid=5715 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/5718/task/5781/stat : 5781 (java) S 5715 5718 1330 0 -1 1077944384 1158 12451 0 0 69 78 5 2 20 0 15 0 45210464 14407233536 189499 18446744073709551615 4194304 4196468 140730431612816 139868130548656 139868660464258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34316288 140730431616976 140730431619761 140730431619761 140730431623119 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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

Child status: 143
Real time (s): 2459.23
CPU time (s): 2520.11
CPU user time (s): 2516.51
CPU system time (s): 3.60222
CPU usage (%): 102.476
Max. virtual memory (cumulated for all children) (KiB): 14071684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.51
system time used= 3.60222
maximum resident set size= 888128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280738
involuntary context switches= 6808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.79806 second user time and 16.0156 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 07:24:12
IDJOB=4262015
IDBENCH=122985
IDSOLVER=2650
FILE ID=node125/4262015-1502429896
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 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-4262015-1502429896/watcher-4262015-1502429896 -o /tmp/evaluation-result-4262015-1502429896/solver-4262015-1502429896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262015-1502429896.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5c4ba5217d536d79642dfac47d0d569c
RANDOM SEED=468212371

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30348956 kB
MemAvailable:   31094944 kB
Buffers:          243788 kB
Cached:           794176 kB
SwapCached:            0 kB
Active:          1475844 kB
Inactive:         525716 kB
Active(anon):     964196 kB
Inactive(anon):    24908 kB
Active(file):     511648 kB
Inactive(file):   500808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24812 kB
Writeback:             8 kB
AnonPages:        963700 kB
Mapped:            54168 kB
Shmem:             25252 kB
Slab:             123952 kB
SReclaimable:      98732 kB
SUnreclaim:        25220 kB
KernelStack:        3456 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1837160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 08:05:11