Trace number 4294353

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.8-SuperNG 2018-06-13SAT (TO)170 2520.08 2479.73

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-15_c18.xml
MD5SUM9d47b2b78bc459aa217a94cfbd52e9d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints106
Number of domains2
Minimum domain size225
Maximum domain size226
Distribution of domain sizes[{"size":225,"count":105},{"size":226,"count":15}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":14,"count":14},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity105
Distribution of constraint arities[{"arity":3,"count":105},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
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

1.00/1.12	c Concrete v3.8.1528841891564 running
13.21/6.26	o 200
14.31/6.65	o 198
14.31/6.67	o 194
16.73/7.98	o 192
22.39/13.24	o 191
48.27/38.26	o 190
78.86/68.44	o 188
86.73/76.29	o 186
93.97/83.35	o 185
109.70/98.94	o 184
252.06/239.61	o 183
252.49/240.07	o 181
280.31/267.54	o 178
910.88/890.09	o 176
995.24/973.24	o 174
1075.22/1052.11	o 171
2423.70/2384.69	o 170
2520.03/2479.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2479.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2479.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2479.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2479.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2479.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2479.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2479.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2479.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2479.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2479.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2479.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2479.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2479.71		at scala.Option.map(Option.scala:146)
2520.03/2479.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2479.71		at concrete.MAC.mac(MAC.scala:203)
2520.03/2479.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2479.71		at scala.util.Try$.apply(Try.scala:209)
2520.03/2479.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2479.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2479.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2479.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2479.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2479.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2479.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2479.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2479.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2479.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2479.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2479.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2479.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2479.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2479.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2479.71		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2479.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2479.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2479.71		at scala.util.Success.map(Try.scala:209)
2520.03/2479.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2479.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2479.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2479.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2479.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2479.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2479.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2479.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2479.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2479.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2479.71		at scala.App.main(App.scala:76)
2520.03/2479.71		at scala.App.main$(App.scala:74)
2520.03/2479.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2479.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2479.71	v <instantiation cost="170">
2520.03/2479.71	v       <list>
2520.03/2479.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[10][11] y[10][12] y[10][13] y[10][14] y[11][12] y[11][13] y[11][14] y[12][13] y[12][14] y[13][14]
2520.03/2479.71	v       </list>
2520.03/2479.71	v       <values>
2520.03/2479.71	v         0 1 6 13 21 44 53 80 98 115 137 140 156 166 170 1 6 13 21 44 53 80 98 115 137 140 156 166 170 5 12 20 43 52 79 97 114 136 139 155 165 169 7 15 38 47 74 92 109 131 134 150 160 164 8 31 40 67 85 102 124 127 143 153 157 23 32 59 77 94 116 119 135 145 149 9 36 54 71 93 96 112 122 126 27 45 62 84 87 103 113 117 18 35 57 60 76 86 90 17 39 42 58 68 72 22 25 41 51 55 3 19 29 33 16 26 30 10 14 4
2520.03/2479.71	v       </values>
2520.03/2479.71	v     </instantiation>
2520.03/2479.72	s SATISFIABLE

Verifier Data

OK	170

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10049 MiB free)
  memory of node 1: 16384 MiB (11198 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294353-1532458221/watcher-4294353-1532458221 -o /tmp/evaluation-result-4294353-1532458221/solver-4294353-1532458221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1533677735 -superng HOME/instance-4294353-1532458221.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26902, runsolver pid=26899

[startup+0.100175 s]*
/proc/loadavg: 1.11 1.26 1.29 2/207 26932
/proc/meminfo: memFree=21754260/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/26902/stat : 26902 (bash) S 26899 26902 24765 0 -1 4202496 877 5673 0 0 0 0 0 1 20 0 1 0 63385317 115974144 403 33554432000 4194304 5098028 140727467737408 140727467731416 140524351302656 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 34140160 140727467746453 140727467746600 140727467746600 140727467749358 0
/proc/26902/statm: 28314 403 319 221 0 119 0
[pid=26929] ppid=26902 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/26929/stat : 26929 (bash) S 26902 26902 24765 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 63385319 115974144 179 33554432000 4194304 5098028 140727467737408 140727467730088 140524351128188 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34140160 140727467746453 140727467746600 140727467746600 140727467749358 0
/proc/26929/statm: 28314 179 95 221 0 119 0
[pid=26930] ppid=26929 vsize=109440 memory=5444 CPUtime=0 cores=0,2,4,6
/proc/26930/stat : 26930 (java) S 26929 26902 24765 0 -1 1077944320 1615 0 0 0 0 0 0 0 20 0 2 0 63385319 112066560 1361 33554432000 4194304 4196468 140725326779056 140725326761600 139664672972535 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
/proc/26930/statm: 27360 1361 1031 1 0 16810 0
[pid=26930/tid=26932] ppid=26929 vsize=109440 memory=-6949179150270506172 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26932/stat : 26932 (java) D 26929 26902 24765 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 2 0 63385322 112066560 1361 33554432000 4194304 4196468 140725326779056 139664677209296 139664665651757 0 4 0 16784584 18446744072101666340 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26931] ppid=26929 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26931/stat : 26931 (awk) S 26929 26902 24765 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 63385319 116211712 242 33554432000 4194304 4609284 140736392225104 140736392224280 140512876686336 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 26542080 140736392226131 140736392226161 140736392226161 140736392228847 0
/proc/26931/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449440 KiB
Current children cumulated memory: 8740 KiB

[startup+0.21035 s]*
/proc/loadavg: 1.11 1.26 1.29 3/214 26939
/proc/meminfo: memFree=21742224/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/26902/stat : 26902 (bash) S 26899 26902 24765 0 -1 4202496 877 5673 0 0 0 0 0 1 20 0 1 0 63385317 115974144 403 33554432000 4194304 5098028 140727467737408 140727467731416 140524351302656 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 34140160 140727467746453 140727467746600 140727467746600 140727467749358 0
/proc/26902/statm: 28314 403 319 221 0 119 0
[pid=26929] ppid=26902 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/26929/stat : 26929 (bash) S 26902 26902 24765 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 63385319 115974144 179 33554432000 4194304 5098028 140727467737408 140727467730088 140524351128188 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34140160 140727467746453 140727467746600 140727467746600 140727467749358 0
/proc/26929/statm: 28314 179 95 221 0 119 0
[pid=26930] ppid=26929 vsize=10593144 memory=23740 CPUtime=0.05 cores=0,2,4,6
/proc/26930/stat : 26930 (java) S 26929 26902 24765 0 -1 1077944320 4818 0 0 0 5 0 0 0 20 0 14 0 63385319 10847379456 5935 33554432000 4194304 4196468 140725326779056 140725326761600 139664672972535 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
/proc/26930/statm: 2648286 5935 2549 1 0 2610827 0
[pid=26930/tid=26932] ppid=26929 vsize=10593144 memory=7022364632946311227 CPUtime=0.04 cores=0,2,4,6
/proc/26930/task/26932/stat : 26932 (java) R 26929 26902 24765 0 -1 4202560 2990 0 0 0 4 0 0 0 20 0 14 0 63385322 10847379456 5935 33554432000 4194304 4196468 140725326779056 139664677214032 139664672994461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26933] ppid=26929 vsize=10593144 memory=4294980944 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26933/stat : 26933 (java) S 26929 26902 24765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63385330 10847379456 5935 33554432000 4194304 4196468 140725326779056 139664625593232 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26934] ppid=26929 vsize=10593144 memory=4049499947400152736 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26934/stat : 26934 (java) S 26929 26902 24765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63385330 10847379456 5935 33554432000 4194304 4196468 140725326779056 139664624540432 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26935] ppid=26929 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26935/stat : 26935 (java) S 26929 26902 24765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63385330 10847379456 5935 33554432000 4194304 4196468 140725326779056 139664623488144 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26936] ppid=26929 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26936/stat : 26936 (java) S 26929 26902 24765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63385331 10847379456 5935 33554432000 4194304 4196468 140725326779056 139664622435344 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26937] ppid=26929 vsize=10593144 memory=140235123705472 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26937/stat : 26937 (java) S 26929 26902 24765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63385333 10847379456 5935 33554432000 4194304 4196468 140725326779056 139663977293936 139664672983682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26938] ppid=26929 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26938/stat : 26938 (java) S 26929 26902 24765 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 63385334 10847379456 5935 33554432000 4194304 4196468 140725326779056 139663976239904 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26939] ppid=26929 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26939/stat : 26939 (java) S 26929 26902 24765 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 63385334 10847379456 5935 33554432000 4194304 4196468 140725326779056 139663975187568 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26940] ppid=26929 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26940/stat : 26940 (java) S 26929 26902 24765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63385338 10847379456 5935 33554432000 4194304 4196468 140725326779056 139663974135888 139664672991131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26941] ppid=26929 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26941/stat : 26941 (java) R 26929 26902 24765 0 -1 4202560 293 0 0 0 0 0 0 0 20 0 14 0 63385338 10847379456 5935 33554432000 4194304 4196468 140725326779056 139663973070072 139664672993882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26942] ppid=26929 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26942/stat : 26942 (java) S 26929 26902 24765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63385338 10847379456 6001 33554432000 4194304 4196468 140725326779056 139663972030656 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26943] ppid=26929 vsize=10593144 memory=140235123705472 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26943/stat : 26943 (java) R 26929 26902 24765 0 -1 4202560 203 0 0 0 0 0 0 0 20 0 14 0 63385338 10847379456 6001 33554432000 4194304 4196468 140725326779056 139663970978672 139664651947888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26930/tid=26944] ppid=26929 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26930/task/26944/stat : 26944 (java) S 26929 26902 24765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63385339 10847379456 6001 33554432000 4194304 4196468 140725326779056 139663969926112 139664672982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140725326783779 140725326783793 140725326783793 140725326786511 0
[pid=26931] ppid=26929 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26931/stat : 26931 (awk) S 26929 26902 24765 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 63385319 116211712 242 33554432000 4194304 4609284 140736392225104 140736392224280 140512876686336 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 26542080 140736392226131 140736392226161 140736392226161 140736392228847 0
/proc/26931/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27036 KiB

[startup+0.310626 s]*
/proc/loadavg: 1.11 1.26 1.29 2/203 26954
/proc/meminfo: memFree=21755140/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10652 memory=692 CPUtime=0.07 cores=0,2,4,6
/proc/26902/stat : 26902 (java) D 26899 26902 24765 0 -1 1077944320 1220 13243 0 0 0 0 5 2 20 0 1 0 63385317 10907648 173 33554432000 4194304 4196468 140722966481792 140722966462488 139667328378567 0 0 4096 0 18446744072101666340 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2663 173 139 1 0 85 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10652 KiB
Current children cumulated memory: 692 KiB

[startup+0.70083 s]
/proc/loadavg: 1.11 1.26 1.29 2/216 26967
/proc/meminfo: memFree=21734784/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10819352 memory=57280 CPUtime=0.4 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 10420 13243 0 0 30 3 5 2 20 0 15 0 63385317 11079016448 14320 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2704838 14320 3080 1 0 2667149 0
[pid=26902/tid=26955] ppid=26899 vsize=10819352 memory=1196 CPUtime=0.29 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 7024 13243 0 0 20 2 5 2 20 0 15 0 63385350 11079016448 14320 33554432000 4194304 4196468 140722966481792 139667297915296 139667307666847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10819352 memory=8372 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11079016448 14320 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10819352 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11079016448 14320 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10819352 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11079016448 14320 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10819352 memory=15868 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385357 11079016448 14320 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10819352 memory=140235123704305 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385358 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666766423328 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10819352 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385359 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666632205936 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10819352 memory=8772 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 501 13243 0 0 1 0 5 2 20 0 15 0 63385365 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10819352 memory=-2895008908443676273 CPUtime=0.08 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 90 13243 0 0 1 0 5 2 20 0 15 0 63385365 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10819352 memory=4136 CPUtime=0.12 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) S 26899 26902 24765 0 -1 1077944384 590 13243 0 0 5 0 5 2 20 0 15 0 63385365 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666849581424 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11079016448 14320 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10819352 memory=576587700018377745 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385368 11079016448 14320 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57280 KiB

[startup+1.50072 s]
/proc/loadavg: 1.11 1.26 1.29 3/217 26968
/proc/meminfo: memFree=21689752/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10828108 memory=118632 CPUtime=1.59 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 19714 13243 0 0 146 6 5 2 20 0 15 0 63385317 11087982592 29658 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2707027 29658 3437 1 0 2668685 0
[pid=26902/tid=26955] ppid=26899 vsize=10828108 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 14892 13243 0 0 92 3 5 2 20 0 15 0 63385350 11087982592 29658 33554432000 4194304 4196468 140722966481792 139667297936064 139667326115222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11087982592 29658 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10828108 memory=280469954462848 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11087982592 29658 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10828108 memory=3986339125105264928 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385357 11087982592 29658 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10828108 memory=8326441112149131687 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385357 11087982592 29658 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10828108 memory=7306905013333287504 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 5 13243 0 0 0 0 5 2 20 0 15 0 63385358 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10828108 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666766423328 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10828108 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385359 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666632205936 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10828108 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10828108 memory=2668 CPUtime=0.19 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 866 13243 0 0 12 0 5 2 20 0 15 0 63385365 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10828108 memory=2600 CPUtime=0.21 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 738 13243 0 0 14 0 5 2 20 0 15 0 63385365 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10828108 memory=4108 CPUtime=0.34 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) R 26899 26902 24765 0 -1 4202560 1000 13243 0 0 27 0 5 2 20 0 15 0 63385365 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666849577792 139667326115222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10828108 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11087982592 29658 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10828108 memory=3172 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 63385368 11087982592 29658 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10828108 KiB
Current children cumulated memory: 118632 KiB

[startup+3.1105 s]
/proc/loadavg: 1.11 1.26 1.29 6/217 26968
/proc/meminfo: memFree=21561508/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10842464 memory=204760 CPUtime=5.14 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 43485 13243 0 0 493 14 5 2 20 0 15 0 63385317 11102683136 51190 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2710616 51190 3491 1 0 2672269 0
[pid=26902/tid=26955] ppid=26899 vsize=10842464 memory=2600 CPUtime=2.6 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 27660 13243 0 0 246 7 5 2 20 0 15 0 63385350 11102683136 51190 33554432000 4194304 4196468 140722966481792 139667297930896 139667326125213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10842464 memory=280469954462848 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 240 13243 0 0 0 0 5 2 20 0 15 0 63385357 11102683136 51190 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10842464 memory=3986339125105264928 CPUtime=0.08 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 58 13243 0 0 1 0 5 2 20 0 15 0 63385357 11102683136 51190 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10842464 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 22 13243 0 0 0 0 5 2 20 0 15 0 63385357 11102683136 51190 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10842464 memory=184864 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 31 13243 0 0 0 0 5 2 20 0 15 0 63385357 11102683136 51190 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 190 13243 0 0 1 0 5 2 20 0 15 0 63385358 11102683136 51190 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0

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

/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 92306 13243 0 0 236197 42 5 2 20 0 15 0 63385350 11176083456 245134 33554432000 4194304 4196468 140722966481792 139667297937392 139666930408310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10914144 memory=980536 CPUtime=9.43 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 12718 13243 0 0 896 40 5 2 20 0 15 0 63385357 11176083456 245134 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10914144 memory=978488 CPUtime=9.48 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 11942 13243 0 0 903 38 5 2 20 0 15 0 63385357 11176083456 245134 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10914144 memory=978488 CPUtime=9.47 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 10281 13243 0 0 899 41 5 2 20 0 15 0 63385357 11176083456 245134 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10914144 memory=0 CPUtime=9.41 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 13909 13243 0 0 895 39 5 2 20 0 15 0 63385357 11176083456 245134 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10914144 memory=0 CPUtime=8.26 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 14534 13243 0 0 783 36 5 2 20 0 15 0 63385358 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10914144 memory=978488 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666766423456 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10914144 memory=978488 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666632205952 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10914144 memory=980536 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10914144 memory=980536 CPUtime=4.81 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 29160 13243 0 0 470 4 5 2 20 0 15 0 63385365 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10914144 memory=980536 CPUtime=5.04 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 34149 13243 0 0 493 4 5 2 20 0 15 0 63385365 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10914144 memory=7883948347972151399 CPUtime=2.08 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) S 26899 26902 24765 0 -1 1077944384 30592 13243 0 0 197 4 5 2 20 0 15 0 63385365 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666849581424 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10914144 memory=980536 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245134 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10914144 memory=18252 CPUtime=1.45 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 1972 13243 0 0 67 71 5 2 20 0 15 0 63385368 11176083456 245134 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 2421.37 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 980536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.38 1.36 3/216 27445
/proc/meminfo: memFree=20823336/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10914144 memory=982584 CPUtime=2482.12 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 256103 13243 0 0 247924 281 5 2 20 0 15 0 63385317 11176083456 245646 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2728536 245646 3536 1 0 2690189 0
[pid=26902/tid=26955] ppid=26899 vsize=10914144 memory=982584 CPUtime=2421.94 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 93537 13243 0 0 242145 42 5 2 20 0 15 0 63385350 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667297937696 139666924574198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.69 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 12772 13243 0 0 921 41 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10914144 memory=980536 CPUtime=9.73 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 12098 13243 0 0 927 39 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10914144 memory=980536 CPUtime=9.73 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 10666 13243 0 0 924 42 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10914144 memory=978488 CPUtime=9.67 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 13941 13243 0 0 920 40 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10914144 memory=980536 CPUtime=8.46 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 14741 13243 0 0 803 36 5 2 20 0 15 0 63385358 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10914144 memory=980536 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666766423456 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10914144 memory=980536 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666632205952 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10914144 memory=980536 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10914144 memory=980536 CPUtime=4.81 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 29162 13243 0 0 470 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10914144 memory=980536 CPUtime=5.04 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 34152 13243 0 0 493 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10914144 memory=982584 CPUtime=2.08 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) S 26899 26902 24765 0 -1 1077944384 30836 13243 0 0 197 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666849581424 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10914144 memory=982584 CPUtime=1.49 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 1990 13243 0 0 70 72 5 2 20 0 15 0 63385368 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 2482.12 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 982584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.7 s]
/proc/loadavg: 1.17 1.34 1.34 3/216 27446
/proc/meminfo: memFree=20821972/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10914144 memory=982584 CPUtime=2520.03 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 257430 13243 0 0 251711 285 5 2 20 0 15 0 63385317 11176083456 245646 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2728536 245646 3536 1 0 2690189 0
[pid=26902/tid=26955] ppid=26899 vsize=10914144 memory=982584 CPUtime=2458.99 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 94032 13243 0 0 245850 42 5 2 20 0 15 0 63385350 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667297937792 139666933003716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.87 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 12799 13243 0 0 938 42 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.91 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 12216 13243 0 0 944 40 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.9 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 11000 13243 0 0 940 43 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.84 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 14062 13243 0 0 936 41 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10914144 memory=982584 CPUtime=8.61 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 14949 13243 0 0 817 37 5 2 20 0 15 0 63385358 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666766423456 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10914144 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666632205952 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10914144 memory=4136 CPUtime=4.81 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 29165 13243 0 0 470 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10914144 memory=4616 CPUtime=5.04 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 34154 13243 0 0 493 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10914144 memory=1424 CPUtime=2.08 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) S 26899 26902 24765 0 -1 1077944384 30838 13243 0 0 197 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666849581424 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10914144 memory=4136 CPUtime=1.51 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 2007 13243 0 0 71 73 5 2 20 0 15 0 63385368 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 982584 KiB

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

[startup+2479.73 s]
# the end of solver process 26902 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.19 s, system=2.8885 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2479.7 s]
/proc/loadavg: 1.17 1.34 1.34 3/216 27446
/proc/meminfo: memFree=20821972/32770624 swapFree=67108860/67108860
[pid=26902] ppid=26899 vsize=10914144 memory=982584 CPUtime=2520.03 cores=0,2,4,6
/proc/26902/stat : 26902 (java) S 26899 26902 24765 0 -1 1077944320 257430 13243 0 0 251711 285 5 2 20 0 15 0 63385317 11176083456 245646 33554432000 4194304 4196468 140722966481792 140722966464336 139667326103287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
/proc/26902/statm: 2728536 245646 3536 1 0 2690189 0
[pid=26902/tid=26955] ppid=26899 vsize=10914144 memory=982584 CPUtime=2458.99 cores=0,2,4,6
/proc/26902/task/26955/stat : 26955 (java) R 26899 26902 24765 0 -1 4202560 94032 13243 0 0 245850 42 5 2 20 0 15 0 63385350 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667297937792 139666933003716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26956] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.87 cores=0,2,4,6
/proc/26902/task/26956/stat : 26956 (java) S 26899 26902 24765 0 -1 1077944384 12799 13243 0 0 938 42 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667330345360 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26957] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.91 cores=0,2,4,6
/proc/26902/task/26957/stat : 26957 (java) S 26899 26902 24765 0 -1 1077944384 12216 13243 0 0 944 40 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667245164816 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26958] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.9 cores=0,2,4,6
/proc/26902/task/26958/stat : 26958 (java) S 26899 26902 24765 0 -1 1077944384 11000 13243 0 0 940 43 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667244112528 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26959] ppid=26899 vsize=10914144 memory=982584 CPUtime=9.84 cores=0,2,4,6
/proc/26902/task/26959/stat : 26959 (java) S 26899 26902 24765 0 -1 1077944384 14062 13243 0 0 936 41 5 2 20 0 15 0 63385357 11176083456 245646 33554432000 4194304 4196468 140722966481792 139667243059728 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26960] ppid=26899 vsize=10914144 memory=982584 CPUtime=8.61 cores=0,2,4,6
/proc/26902/task/26960/stat : 26960 (java) S 26899 26902 24765 0 -1 1077944384 14949 13243 0 0 817 37 5 2 20 0 15 0 63385358 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666852739696 139667326114434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26961] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26961/stat : 26961 (java) S 26899 26902 24765 0 -1 1077944384 13 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666766423456 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26962] ppid=26899 vsize=10914144 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26962/stat : 26962 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385359 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666632205952 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26963] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26963/stat : 26963 (java) S 26899 26902 24765 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666028227152 139667326121883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26964] ppid=26899 vsize=10914144 memory=4136 CPUtime=4.81 cores=0,2,4,6
/proc/26902/task/26964/stat : 26964 (java) S 26899 26902 24765 0 -1 1077944384 29165 13243 0 0 470 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666851686512 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26965] ppid=26899 vsize=10914144 memory=4616 CPUtime=5.04 cores=0,2,4,6
/proc/26902/task/26965/stat : 26965 (java) S 26899 26902 24765 0 -1 1077944384 34154 13243 0 0 493 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666850633712 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26966] ppid=26899 vsize=10914144 memory=1424 CPUtime=2.08 cores=0,2,4,6
/proc/26902/task/26966/stat : 26966 (java) S 26899 26902 24765 0 -1 1077944384 30838 13243 0 0 197 4 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666849581424 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26967] ppid=26899 vsize=10914144 memory=982584 CPUtime=0.07 cores=0,2,4,6
/proc/26902/task/26967/stat : 26967 (java) S 26899 26902 24765 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 63385365 11176083456 245646 33554432000 4194304 4196468 140722966481792 139665558464992 139667326113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
[pid=26902/tid=26968] ppid=26899 vsize=10914144 memory=4136 CPUtime=1.51 cores=0,2,4,6
/proc/26902/task/26968/stat : 26968 (java) S 26899 26902 24765 0 -1 1077944384 2007 13243 0 0 71 73 5 2 20 0 15 0 63385368 11176083456 245646 33554432000 4194304 4196468 140722966481792 139666848529328 139667326114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37404672 140722966489259 140722966492508 140722966492508 140722966495183 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 982584 KiB

Child status: 143
Real time (s): 2479.73
CPU time (s): 2520.08
CPU user time (s): 2517.19
CPU system time (s): 2.8885
CPU usage (%): 101.627
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 982584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.19
system time used= 2.8885
maximum resident set size= 986704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271852
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= 222366
involuntary context switches= 6420


# summary of solver processes directly reported to runsolver:
#   pid: 26902
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.19
#   total CPU system time (s): 2.8885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9222 second user time and 23.5035 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 20:50:21
IDJOB=4294353
IDBENCH=141370
IDSOLVER=2751
FILE ID=node105/4294353-1532458221
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-15_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294353-1532458221/watcher-4294353-1532458221 -o /tmp/evaluation-result-4294353-1532458221/solver-4294353-1532458221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1533677735 -superng HOME/instance-4294353-1532458221.xml

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

MD5SUM BENCH= 9d47b2b78bc459aa217a94cfbd52e9d7
RANDOM SEED=1533677735

node105.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.32
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.32
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.32
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.32
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:        21758432 kB
MemAvailable:   31028132 kB
Buffers:          221096 kB
Cached:          9188600 kB
SwapCached:            0 kB
Active:          2554624 kB
Inactive:        7817804 kB
Active(anon):     917016 kB
Inactive(anon):    65412 kB
Active(file):    1637608 kB
Inactive(file):  7752392 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26688 kB
Writeback:             4 kB
AnonPages:        970132 kB
Mapped:            51620 kB
Shmem:             17036 kB
Slab:             335520 kB
SReclaimable:     308160 kB
SUnreclaim:        27360 kB
KernelStack:        3568 kB
PageTables:         7256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1849288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 21:31:41