Trace number 4262721

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)160 2520.0801 2449.4299

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-13-13.xml
MD5SUM35fa3ccff61e9a72252c43058d5bc461
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints6085
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree146
Maximum variable degree146
Distribution of variable degrees[{"degree":146,"count":169}]
Minimum constraint arity4
Maximum constraint arity169
Distribution of constraint arities[{"arity":4,"count":6084},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6084
Distribution of constraint types[{"type":"intension","count":6084},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.58/2.20	c Concrete v3.4 running
50.09/26.72	o 168
50.84/27.13	o 167
63.50/38.46	o 166
511.79/483.46	o 165
517.42/488.81	o 164
520.06/491.32	o 163
701.88/669.87	o 162
920.67/884.34	o 161
933.37/896.76	o 160
2520.03/2449.40	java.util.concurrent.TimeoutException
2520.03/2449.40		at concrete.MAC.mac(MAC.scala:74)
2520.03/2449.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.03/2449.40		at scala.util.Try$.apply(Try.scala:209)
2520.03/2449.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2449.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2449.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2449.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2449.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.03/2449.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2449.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2449.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2449.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2449.40		at concrete.MAC.oneRun(MAC.scala:146)
2520.03/2449.40		at concrete.MAC.nextSolution(MAC.scala:166)
2520.03/2449.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.03/2449.40		at concrete.ProblemState.map(ProblemState.scala:203)
2520.03/2449.40		at concrete.ProblemState.map(ProblemState.scala:188)
2520.03/2449.41		at concrete.MAC.nextSolution(MAC.scala:195)
2520.03/2449.41		at concrete.Solver.hasNext(Solver.scala:202)
2520.03/2449.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.03/2449.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.03/2449.41		at concrete.Solver.toStream(Solver.scala:73)
2520.03/2449.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.03/2449.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.03/2449.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.03/2449.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.03/2449.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.03/2449.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2449.41		at scala.util.Success.map(Try.scala:209)
2520.03/2449.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.03/2449.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.03/2449.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2449.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.03/2449.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2449.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2449.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2449.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2449.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2449.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2449.41		at scala.App.main(App.scala:76)
2520.03/2449.41		at scala.App.main$(App.scala:74)
2520.03/2449.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2449.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2449.41	v <instantiation cost="160">
2520.03/2449.41	v       <list>
2520.03/2449.41	v         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[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[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[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[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[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[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[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[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[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12]
2520.03/2449.41	v       </list>
2520.03/2449.41	v       <values>
2520.03/2449.41	v         153 153 154 154 155 155 155 156 157 158 158 159 160 155 160 158 160 157 157 159 158 159 158 159 158 157 156 157 160 160 160 160 160 160 160 160 160 160 160 156 158 157 159 159 160 158 156 158 158 159 157 156 156 158 157 160 158 159 156 159 156 157 159 159 158 157 158 159 160 159 159 159 157 156 159 158 158 159 157 159 157 160 159 158 157 156 157 158 156 159 158 158 160 158 158 157 160 159 156 157 156 155 159 158 159 157 157 160 159 157 158 159 159 156 157 158 158 159 160 158 159 158 159 160 157 157 157 157 156 156 160 159 158 160 157 158 157 157 158 159 158 157 156 160 159 159 159 160 158 158 158 159 156 157 157 157 160 160 157 158 158 159 158 157 160 156 158 156 157
2520.03/2449.41	v       </values>
2520.03/2449.41	v     </instantiation>
2520.03/2449.41	s SATISFIABLE

Verifier Data

OK	160

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-4262721-1502482904/watcher-4262721-1502482904 -o /tmp/evaluation-result-4262721-1502482904/solver-4262721-1502482904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580 bin/concrete HOME/instance-4262721-1502482904.xml 

pid=28964
running on 4 cores: 0,2,4,6

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.49 1.58 1.67 2/194 28967
/proc/meminfo: memFree=30268864/32770624 swapFree=0/404904
[pid=28967] ppid=28964 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (runsolver) D 28964 28967 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 36631078 24240128 106 18446744073709551615 4194304 4338465 140720946071840 140720946069480 140131594060503 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25858048 140720946073809 140720946074185 140720946074185 140720946077642 0
/proc/28967/statm: 5918 106 53 36 0 2156 0

[startup+0.100202 s]
/proc/loadavg: 1.49 1.58 1.67 2/194 28967
/proc/meminfo: memFree=30268864/32770624 swapFree=0/404904
[pid=28967] ppid=28964 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/28967/stat : 28967 (bash) S 28964 28967 7434 0 -1 4202496 801 5310 0 0 0 0 0 1 20 0 1 0 36631078 9867264 360 18446744073709551615 4194304 5098028 140722238401120 140722238398776 140000175217664 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 12517376 140722238407188 140722238407273 140722238407273 140722238410730 0
/proc/28967/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200214 s]
/proc/loadavg: 1.49 1.58 1.67 2/194 28967
/proc/meminfo: memFree=30268864/32770624 swapFree=0/404904
[pid=28967] ppid=28964 vsize=103044 CPUtime=0.08 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 2387 12660 0 0 0 0 5 3 20 0 2 0 36631078 105517056 1250 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 25761 1250 929 1 0 16803 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 103044

[startup+0.30025 s]
/proc/loadavg: 1.49 1.58 1.67 2/194 28967
/proc/meminfo: memFree=30268864/32770624 swapFree=0/404904
[pid=28967] ppid=28964 vsize=13973872 CPUtime=0.14 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 5688 12660 0 0 5 1 5 3 20 0 15 0 36631078 14309244928 5354 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3493468 5354 2652 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700324 s]
/proc/loadavg: 1.49 1.58 1.67 2/194 28967
/proc/meminfo: memFree=30268864/32770624 swapFree=0/404904
[pid=28967] ppid=28964 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 13749 12660 0 0 59 4 5 3 20 0 15 0 36631078 14310178816 15163 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3493696 15163 3107 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.49 1.58 1.67 3/209 29030
/proc/meminfo: memFree=30183316/32770624 swapFree=0/404796
[pid=28967] ppid=28964 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 28514 12660 0 0 176 10 5 3 20 0 15 0 36631078 14321057792 39570 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3496352 40082 3360 1 0 3485525 0
[pid=28967/tid=29017] ppid=28964 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) S 28964 28967 7434 0 -1 1077944384 21699 12660 0 0 116 6 5 3 20 0 15 0 36631098 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297758260464 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 50 12660 0 0 0 0 5 3 20 0 15 0 36631099 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 185 12660 0 0 0 0 5 3 20 0 15 0 36631099 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 42 12660 0 0 0 0 5 3 20 0 15 0 36631099 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 51 12660 0 0 0 0 5 3 20 0 15 0 36631099 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) R 28964 28967 7434 0 -1 4202560 1113 12660 0 0 0 0 5 3 20 0 15 0 36631100 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297232638784 140297739038049 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 33 12660 0 0 0 0 5 3 20 0 15 0 36631101 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297231586720 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 21 12660 0 0 0 0 5 3 20 0 15 0 36631101 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297230534128 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 1366 12660 0 0 17 0 5 3 20 0 15 0 36631104 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) S 28964 28967 7434 0 -1 1077944384 579 12660 0 0 16 0 5 3 20 0 15 0 36631104 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297227376752 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 1208 12660 0 0 23 0 5 3 20 0 15 0 36631104 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297226319712 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 9 12660 0 0 0 0 5 3 20 0 15 0 36631108 14321057792 40082 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10132 s]
/proc/loadavg: 1.49 1.58 1.67 4/209 29030
/proc/meminfo: memFree=30107136/32770624 swapFree=0/404796
[pid=28967] ppid=28964 vsize=13995836 CPUtime=6.38 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 42654 12660 0 0 613 17 5 3 20 0 15 0 36631078 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3498959 70584 3457 1 0 3487573 0
[pid=28967/tid=29017] ppid=28964 vsize=13995836 CPUtime=2.87 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 27350 12660 0 0 269 10 5 3 20 0 15 0 36631098 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297758274208 140297403680190 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 64 12660 0 0 1 0 5 3 20 0 15 0 36631099 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 279 12660 0 0 1 0 5 3 20 0 15 0 36631099 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 69 12660 0 0 2 0 5 3 20 0 15 0 36631099 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 55 12660 0 0 1 0 5 3 20 0 15 0 36631099 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 1504 12660 0 0 1 0 5 3 20 0 15 0 36631100 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 46 12660 0 0 0 0 5 3 20 0 15 0 36631101 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=13995836 CPUtime=1.23 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) R 28964 28967 7434 0 -1 4202560 3073 12660 0 0 114 1 5 3 20 0 15 0 36631104 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297228420272 140297733878444 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=13995836 CPUtime=1.26 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) R 28964 28967 7434 0 -1 4202560 4452 12660 0 0 117 1 5 3 20 0 15 0 36631104 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297227358768 140297737400433 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=13995836 CPUtime=1.1 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) R 28964 28967 7434 0 -1 4202560 3534 12660 0 0 101 1 5 3 20 0 15 0 36631104 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297732208776 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 12 12660 0 0 0 0 5 3 20 0 15 0 36631108 14331736064 70584 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 13995836

[startup+6.30076 s]
/proc/loadavg: 1.69 1.62 1.68 3/209 29030
/proc/meminfo: memFree=29702976/32770624 swapFree=0/404792
[pid=28967] ppid=28964 vsize=13997884 CPUtime=14.34 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 62978 12660 0 0 1377 49 5 3 20 0 15 0 36631078 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3499471 207075 3476 1 0 3488085 0
[pid=28967/tid=29017] ppid=28964 vsize=13997884 CPUtime=5.8 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 33470 12660 0 0 556 16 5 3 20 0 15 0 36631098 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297758274488 140297399009410 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=13997884 CPUtime=0.33 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 435 12660 0 0 19 6 5 3 20 0 15 0 36631099 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=13997884 CPUtime=0.34 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 514 12660 0 0 20 6 5 3 20 0 15 0 36631099 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=13997884 CPUtime=0.33 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 346 12660 0 0 19 6 5 3 20 0 15 0 36631099 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=13997884 CPUtime=0.33 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 429 12660 0 0 20 5 5 3 20 0 15 0 36631099 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 2389 12660 0 0 2 0 5 3 20 0 15 0 36631100 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 46 12660 0 0 0 0 5 3 20 0 15 0 36631101 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 5642 12660 0 0 276 1 5 3 20 0 15 0 36631104 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=13997884 CPUtime=3.23 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) R 28964 28967 7434 0 -1 4202560 8926 12660 0 0 312 3 5 3 20 0 15 0 36631104 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297227357768 140297737538891 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=13997884 CPUtime=1.55 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 8472 12660 0 0 146 1 5 3 20 0 15 0 36631104 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 93 12660 0 0 0 0 5 3 20 0 15 0 36631108 14333833216 207075 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 13997884

[startup+12.7008 s]
/proc/loadavg: 1.71 1.62 1.68 3/209 29030
/proc/meminfo: memFree=28778232/32770624 swapFree=0/404788
[pid=28967] ppid=28964 vsize=13999932 CPUtime=25.26 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 73801 12660 0 0 2440 78 5 3 20 0 15 0 36631078 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3499983 429678 3476 1 0 3488597 0
[pid=28967/tid=29017] ppid=28964 vsize=13999932 CPUtime=12 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 36568 12660 0 0 1165 27 5 3 20 0 15 0 36631098 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297758277264 140297394595354 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=13999932 CPUtime=0.53 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 651 12660 0 0 35 10 5 3 20 0 15 0 36631099 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=13999932 CPUtime=0.53 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 664 12660 0 0 36 9 5 3 20 0 15 0 36631099 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=13999932 CPUtime=0.52 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 845 12660 0 0 35 9 5 3 20 0 15 0 36631099 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=13999932 CPUtime=0.52 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 591 12660 0 0 35 9 5 3 20 0 15 0 36631099 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 3219 12660 0 0 3 0 5 3 20 0 15 0 36631100 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 63 12660 0 0 0 0 5 3 20 0 15 0 36631101 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 55 12660 0 0 0 0 5 3 20 0 15 0 36631101 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14335930368 429678 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0

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

/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14407233536 545965 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=14069564 CPUtime=1.44 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 1830 12660 0 0 66 70 5 3 20 0 15 0 36631108 14407233536 545965 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 2328.57
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.65 1.57 1.52 3/209 29292
/proc/meminfo: memFree=26195408/32770624 swapFree=0/405668
[pid=28967] ppid=28964 vsize=14069564 CPUtime=2389.96 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 435636 12660 0 0 238649 339 5 3 20 0 15 0 36631078 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3517391 538654 3489 1 0 3506005 0
[pid=28967/tid=29017] ppid=28964 vsize=14069564 CPUtime=2300.54 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 158638 12660 0 0 229963 83 5 3 20 0 15 0 36631098 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297758276256 140297408942134 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=14069564 CPUtime=16.04 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 38204 12660 0 0 1557 39 5 3 20 0 15 0 36631099 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=14069564 CPUtime=16.03 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 39451 12660 0 0 1556 39 5 3 20 0 15 0 36631099 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=14069564 CPUtime=16.02 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 35994 12660 0 0 1558 36 5 3 20 0 15 0 36631099 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=14069564 CPUtime=16.03 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 37273 12660 0 0 1554 41 5 3 20 0 15 0 36631099 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 28305 12660 0 0 369 42 5 3 20 0 15 0 36631100 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 64 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=14069564 CPUtime=8.48 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 30746 12660 0 0 834 6 5 3 20 0 15 0 36631104 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=14069564 CPUtime=8.89 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) S 28964 28967 7434 0 -1 1077944384 20299 12660 0 0 876 5 5 3 20 0 15 0 36631104 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297227376752 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=14069564 CPUtime=2.88 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 42596 12660 0 0 274 6 5 3 20 0 15 0 36631104 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=14069564 CPUtime=1.47 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 1850 12660 0 0 68 71 5 3 20 0 15 0 36631108 14407233536 538654 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 2389.96
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.44 1.54 1.51 3/209 29293
/proc/meminfo: memFree=25936312/32770624 swapFree=0/405692
[pid=28967] ppid=28964 vsize=14069564 CPUtime=2451.38 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 439294 12660 0 0 244785 345 5 3 20 0 15 0 36631078 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3517391 532112 3489 1 0 3506005 0
[pid=28967/tid=29017] ppid=28964 vsize=14069564 CPUtime=2359.94 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 159910 12660 0 0 235903 83 5 3 20 0 15 0 36631098 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297758276256 140297409060671 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=14069564 CPUtime=16.5 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 38492 12660 0 0 1602 40 5 3 20 0 15 0 36631099 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=14069564 CPUtime=16.51 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 40324 12660 0 0 1603 40 5 3 20 0 15 0 36631099 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=14069564 CPUtime=16.49 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 36615 12660 0 0 1604 37 5 3 20 0 15 0 36631099 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=14069564 CPUtime=16.51 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 37595 12660 0 0 1601 42 5 3 20 0 15 0 36631099 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=14069564 CPUtime=4.3 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 28547 12660 0 0 379 43 5 3 20 0 15 0 36631100 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 64 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=14069564 CPUtime=8.48 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 30750 12660 0 0 834 6 5 3 20 0 15 0 36631104 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=14069564 CPUtime=8.89 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) S 28964 28967 7434 0 -1 1077944384 20303 12660 0 0 876 5 5 3 20 0 15 0 36631104 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297227376752 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=14069564 CPUtime=2.88 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 42600 12660 0 0 274 6 5 3 20 0 15 0 36631104 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 1878 12660 0 0 70 74 5 3 20 0 15 0 36631108 14407233536 532112 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 2451.38
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.52 1.57 1.52 3/209 29295
/proc/meminfo: memFree=25737512/32770624 swapFree=0/405688
[pid=28967] ppid=28964 vsize=14069564 CPUtime=2512.78 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 443231 12660 0 0 250921 349 5 3 20 0 15 0 36631078 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3517391 528137 3489 1 0 3506005 0
[pid=28967/tid=29017] ppid=28964 vsize=14069564 CPUtime=2419.31 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 161143 12660 0 0 241839 84 5 3 20 0 15 0 36631098 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297758276144 140297409060671 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=14069564 CPUtime=16.98 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 38871 12660 0 0 1649 41 5 3 20 0 15 0 36631099 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=14069564 CPUtime=16.97 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 40982 12660 0 0 1649 40 5 3 20 0 15 0 36631099 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=14069564 CPUtime=16.96 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 37340 12660 0 0 1651 37 5 3 20 0 15 0 36631099 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=14069564 CPUtime=16.97 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 38110 12660 0 0 1647 42 5 3 20 0 15 0 36631099 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=14069564 CPUtime=4.4 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 28930 12660 0 0 389 43 5 3 20 0 15 0 36631100 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 64 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=14069564 CPUtime=8.48 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 30754 12660 0 0 834 6 5 3 20 0 15 0 36631104 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=14069564 CPUtime=8.89 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) S 28964 28967 7434 0 -1 1077944384 20307 12660 0 0 876 5 5 3 20 0 15 0 36631104 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297227376752 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=14069564 CPUtime=2.88 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 42604 12660 0 0 274 6 5 3 20 0 15 0 36631104 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=14069564 CPUtime=1.55 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 1910 12660 0 0 71 76 5 3 20 0 15 0 36631108 14407233536 528137 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 2512.78
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.4 s]
/proc/loadavg: 1.44 1.55 1.52 3/209 29296
/proc/meminfo: memFree=25708560/32770624 swapFree=0/405708
[pid=28967] ppid=28964 vsize=14069564 CPUtime=2520.03 cores=0,2,4,6
/proc/28967/stat : 28967 (java) S 28964 28967 7434 0 -1 1077944320 443297 12660 0 0 251646 349 5 3 20 0 15 0 36631078 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140723787550160 140297754042103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
/proc/28967/statm: 3517391 527239 3489 1 0 3506005 0
[pid=28967/tid=29017] ppid=28964 vsize=14069564 CPUtime=2426.34 cores=0,2,4,6
/proc/28967/task/29017/stat : 29017 (java) R 28964 28967 7434 0 -1 4202560 161201 12660 0 0 242542 84 5 3 20 0 15 0 36631098 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297758276208 140297401353084 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29018] ppid=28964 vsize=14069564 CPUtime=17.03 cores=0,2,4,6
/proc/28967/task/29018/stat : 29018 (java) S 28964 28967 7434 0 -1 1077944384 38872 12660 0 0 1654 41 5 3 20 0 15 0 36631099 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297725884688 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29019] ppid=28964 vsize=14069564 CPUtime=17.02 cores=0,2,4,6
/proc/28967/task/29019/stat : 29019 (java) S 28964 28967 7434 0 -1 1077944384 40982 12660 0 0 1654 40 5 3 20 0 15 0 36631099 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297352767888 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29020] ppid=28964 vsize=14069564 CPUtime=17.01 cores=0,2,4,6
/proc/28967/task/29020/stat : 29020 (java) S 28964 28967 7434 0 -1 1077944384 37340 12660 0 0 1656 37 5 3 20 0 15 0 36631099 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297351715344 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29021] ppid=28964 vsize=14069564 CPUtime=17.02 cores=0,2,4,6
/proc/28967/task/29021/stat : 29021 (java) S 28964 28967 7434 0 -1 1077944384 38113 12660 0 0 1652 42 5 3 20 0 15 0 36631099 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297350662800 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29022] ppid=28964 vsize=14069564 CPUtime=4.42 cores=0,2,4,6
/proc/28967/task/29022/stat : 29022 (java) S 28964 28967 7434 0 -1 1077944384 28932 12660 0 0 391 43 5 3 20 0 15 0 36631100 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297232640496 140297754053250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29023] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29023/stat : 29023 (java) S 28964 28967 7434 0 -1 1077944384 64 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297231586784 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29024] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29024/stat : 29024 (java) S 28964 28967 7434 0 -1 1077944384 57 12660 0 0 0 0 5 3 20 0 15 0 36631101 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297230534144 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29025] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29025/stat : 29025 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631103 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297229482704 140297754060699 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29026] ppid=28964 vsize=14069564 CPUtime=8.48 cores=0,2,4,6
/proc/28967/task/29026/stat : 29026 (java) S 28964 28967 7434 0 -1 1077944384 30754 12660 0 0 834 6 5 3 20 0 15 0 36631104 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297228429296 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29027] ppid=28964 vsize=14069564 CPUtime=8.89 cores=0,2,4,6
/proc/28967/task/29027/stat : 29027 (java) S 28964 28967 7434 0 -1 1077944384 20307 12660 0 0 876 5 5 3 20 0 15 0 36631104 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297227376752 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29028] ppid=28964 vsize=14069564 CPUtime=2.88 cores=0,2,4,6
/proc/28967/task/29028/stat : 29028 (java) S 28964 28967 7434 0 -1 1077944384 42604 12660 0 0 274 6 5 3 20 0 15 0 36631104 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297226324208 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29029] ppid=28964 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/28967/task/29029/stat : 29029 (java) S 28964 28967 7434 0 -1 1077944384 3 12660 0 0 0 0 5 3 20 0 15 0 36631104 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297225271904 140297754052309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
[pid=28967/tid=29030] ppid=28964 vsize=14069564 CPUtime=1.55 cores=0,2,4,6
/proc/28967/task/29030/stat : 29030 (java) S 28964 28967 7434 0 -1 1077944384 1912 12660 0 0 71 76 5 3 20 0 15 0 36631108 14407233536 527239 18446744073709551615 4194304 4196468 140723787567616 140297224219440 140297754053250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 9068544 140723787569104 140723787571889 140723787571889 140723787575247 0
Current children cumulated CPU time (s) 2520.03
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 28967 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2449.43
CPU time (s): 2520.08
CPU user time (s): 2516.54
CPU system time (s): 3.54312
CPU usage (%): 102.884
Max. virtual memory (cumulated for all children) (KiB): 14069692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.54312
maximum resident set size= 4107300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143224
involuntary context switches= 5591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6093 second user time and 12.2377 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 22:07:28
IDJOB=4262721
IDBENCH=139728
IDSOLVER=2650
FILE ID=node124/4262721-1502482904
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-13-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262721-1502482904/watcher-4262721-1502482904 -o /tmp/evaluation-result-4262721-1502482904/solver-4262721-1502482904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262721-1502482904.xml

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=951650709

node124.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.51
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.51
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.51
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.51
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:        30269552 kB
MemAvailable:   30726472 kB
Buffers:          221728 kB
Cached:           529792 kB
SwapCached:            0 kB
Active:          1653212 kB
Inactive:         430060 kB
Active(anon):    1332184 kB
Inactive(anon):    24960 kB
Active(file):     321028 kB
Inactive(file):   405100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24696 kB
Writeback:             0 kB
AnonPages:       1331768 kB
Mapped:            51788 kB
Shmem:             25320 kB
Slab:             119212 kB
SReclaimable:      93252 kB
SUnreclaim:        25960 kB
KernelStack:        3408 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1989808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61980 MiB
End job on node124 at 2017-08-11 22:48:18