Trace number 4304537

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.9.2SAT (TO)202 2520.08 2474.74

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-16_c18.xml
MD5SUM056eb1ebd10e8d59a6677e448014ff35
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size256
Maximum domain size257
Distribution of domain sizes[{"size":256,"count":120},{"size":257,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":15,"count":15},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity120
Distribution of constraint arities[{"arity":3,"count":120},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"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

0.98/0.74	c Concrete v3.9.2.1532736233296 running
11.08/4.81	o 226
14.13/7.22	o 220
16.44/9.37	o 217
20.98/13.71	o 213
30.87/23.18	o 212
175.96/166.25	o 209
257.98/247.29	o 207
1509.89/1480.94	o 202
2520.03/2474.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2474.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2474.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2474.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2474.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2474.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2474.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2474.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2474.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2474.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2474.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2474.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.03/2474.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2474.71		at scala.Option.map(Option.scala:146)
2520.03/2474.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2474.71		at concrete.MAC.mac(MAC.scala:203)
2520.03/2474.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2474.71		at scala.util.Try$.apply(Try.scala:209)
2520.03/2474.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2474.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2474.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2474.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2474.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2474.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2474.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2474.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2474.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2474.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2474.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2474.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2474.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2474.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2474.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2474.71		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2474.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2474.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2474.71		at scala.util.Success.map(Try.scala:209)
2520.03/2474.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2474.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2474.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2474.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2474.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2474.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2474.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2474.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2474.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2474.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2474.71		at scala.App.main(App.scala:76)
2520.03/2474.71		at scala.App.main$(App.scala:74)
2520.03/2474.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2474.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2474.72	v <instantiation cost="202">
2520.03/2474.72	v       <list>
2520.03/2474.72	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] x[15] 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[0][15] 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[1][15] 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[2][15] 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[3][15] 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[4][15] 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[5][15] 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[6][15] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[11][12] y[11][13] y[11][14] y[11][15] y[12][13] y[12][14] y[12][15] y[13][14] y[13][15] y[14][15]
2520.03/2474.72	v       </list>
2520.03/2474.72	v       <values>
2520.03/2474.72	v         0 5 6 18 29 33 49 75 83 97 136 155 157 192 195 202 5 6 18 29 33 49 75 83 97 136 155 157 192 195 202 1 13 24 28 44 70 78 92 131 150 152 187 190 197 12 23 27 43 69 77 91 130 149 151 186 189 196 11 15 31 57 65 79 118 137 139 174 177 184 4 20 46 54 68 107 126 128 163 166 173 16 42 50 64 103 122 124 159 162 169 26 34 48 87 106 108 143 146 153 8 22 61 80 82 117 120 127 14 53 72 74 109 112 119 39 58 60 95 98 105 19 21 56 59 66 2 37 40 47 35 38 45 3 10 7
2520.03/2474.72	v       </values>
2520.03/2474.72	v     </instantiation>
2520.03/2474.72	s SATISFIABLE

Verifier Data

OK	202

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 (11183 MiB free)
  memory of node 1: 16384 MiB (11104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304537-1534101310/watcher-4304537-1534101310 -o /tmp/evaluation-result-4304537-1534101310/solver-4304537-1534101310 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1205548830 HOME/instance-4304537-1534101310.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31055, runsolver pid=31052
Current StackSize limit: 8192 KiB


[startup+0.101723 s]*
/proc/loadavg: 1.58 1.60 1.47 2/206 31112
/proc/meminfo: memFree=22814868/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=10005480 memory=18952 CPUtime=0.08 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 4366 13115 0 0 1 0 4 3 20 0 6 0 227694188 10245611520 4738 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2501370 4738 1934 1 0 2489808 0
[pid=31055/tid=31108] ppid=31052 vsize=10005480 memory=4279135703946725007 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 2171 13115 0 0 0 0 4 3 20 0 6 0 227694197 10245611520 4738 33554432000 4194304 4196468 140722485078128 140126141239888 140126169425053 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 6 0 227694197 10245611520 4738 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=10005480 memory=140615385974400 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 6 0 227694197 10245611520 4738 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 6 0 227694197 10245611520 4738 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 6 0 227694197 10245611520 4738 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209923 s]*
/proc/loadavg: 1.58 1.60 1.47 3/215 31121
/proc/meminfo: memFree=22793660/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=10982744 memory=43668 CPUtime=0.25 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 7664 13115 0 0 17 1 4 3 20 0 15 0 227694188 11246329856 10917 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2745686 10917 2949 1 0 2708109 0
[pid=31055/tid=31108] ppid=31052 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 4251 13115 0 0 10 1 4 3 20 0 15 0 227694197 11246329856 10983 33554432000 4194304 4196468 140722485078128 140126141199168 140126149678887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246329856 10983 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=10982744 memory=140615387191404 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246329856 10983 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246329856 10983 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246329856 10983 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=10982744 memory=140615385974400 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246329856 10983 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 13 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246329856 10983 33554432000 4194304 4196468 140722485078128 140124985746848 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11246329856 11049 33554432000 4194304 4196468 140722485078128 140124784420336 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11246329856 11049 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 367 13115 0 0 1 0 4 3 20 0 15 0 227694202 11246329856 11049 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 246 13115 0 0 0 0 4 3 20 0 15 0 227694202 11246329856 11049 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=10982744 memory=140615385974400 CPUtime=0.1 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 616 13115 0 0 3 0 4 3 20 0 15 0 227694202 11246329856 11049 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246329856 11049 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=10982744 memory=140615385974400 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246329856 11049 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43668 KiB

[startup+0.310192 s]*
/proc/loadavg: 1.58 1.60 1.47 3/215 31121
/proc/meminfo: memFree=22781256/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=10983192 memory=55428 CPUtime=0.38 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 10432 13115 0 0 29 2 4 3 20 0 15 0 227694188 11246788608 13857 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2745798 13857 3068 1 0 2708109 0
[pid=31055/tid=31108] ppid=31052 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 6960 13115 0 0 19 1 4 3 20 0 15 0 227694197 11246788608 13857 33554432000 4194304 4196468 140722485078128 140126141215136 140126150966665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 13857 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 13857 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 13 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246788608 13857 33554432000 4194304 4196468 140722485078128 140124985746848 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11246788608 13857 33554432000 4194304 4196468 140722485078128 140124784420336 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11246788608 13857 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 367 13115 0 0 2 0 4 3 20 0 15 0 227694202 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 249 13115 0 0 1 0 4 3 20 0 15 0 227694202 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=10983192 memory=140615385974400 CPUtime=0.12 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 635 13115 0 0 5 0 4 3 20 0 15 0 227694202 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246788608 13857 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=10983192 memory=140615385974400 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246788608 13857 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55428 KiB

[startup+0.700794 s]
/proc/loadavg: 1.58 1.60 1.47 4/215 31121
/proc/meminfo: memFree=22769576/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=10983192 memory=88292 CPUtime=0.98 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 16746 13115 0 0 87 4 4 3 20 0 15 0 227694188 11246788608 22073 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2745798 22073 3240 1 0 2708109 0
[pid=31055/tid=31108] ppid=31052 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 12219 13115 0 0 56 3 4 3 20 0 15 0 227694197 11246788608 22073 33554432000 4194304 4196468 140722485078128 140126141223952 140125990235813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 22073 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 22073 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=10983192 memory=140615283258160 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 22073 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=10983192 memory=140617229271641 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 2 13115 0 0 0 0 4 3 20 0 15 0 227694197 11246788608 22073 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=10983192 memory=1276 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 5 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246788608 22073 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 13 13115 0 0 0 0 4 3 20 0 15 0 227694199 11246788608 22137 33554432000 4194304 4196468 140722485078128 140124985746848 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=10983192 memory=6082220498176863336 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11246788608 22137 33554432000 4194304 4196468 140722485078128 140124784420336 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=10983192 memory=34140 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11246788608 22137 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=10983192 memory=13756 CPUtime=0.15 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 718 13115 0 0 8 0 4 3 20 0 15 0 227694202 11246788608 22137 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=10983192 memory=3316 CPUtime=0.16 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 865 13115 0 0 9 0 4 3 20 0 15 0 227694202 11246788608 22137 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=10983192 memory=488 CPUtime=0.2 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) R 31052 31055 30220 0 -1 4202560 721 13115 0 0 13 0 4 3 20 0 15 0 227694202 11246788608 22137 33554432000 4194304 4196468 140722485078128 140125659384048 140126153483614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=10983192 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246788608 22137 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=10983192 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694203 11246788608 22137 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88292 KiB

[startup+1.50078 s]
/proc/loadavg: 1.58 1.60 1.47 5/215 31121
/proc/meminfo: memFree=22725912/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=10998092 memory=179432 CPUtime=2.29 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 23921 13115 0 0 212 10 4 3 20 0 15 0 227694188 11262046208 44858 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2749523 44858 3470 1 0 2711181 0
[pid=31055/tid=31108] ppid=31052 vsize=10998092 memory=64984 CPUtime=1.42 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 17718 13115 0 0 129 6 4 3 20 0 15 0 227694197 11262046208 44858 33554432000 4194304 4196468 140722485078128 140126141234528 140126146627280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 52 13115 0 0 1 0 4 3 20 0 15 0 227694197 11262046208 44858 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=10998092 memory=281230566547616 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 243 13115 0 0 1 0 4 3 20 0 15 0 227694197 11262046208 44858 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 23 13115 0 0 1 0 4 3 20 0 15 0 227694197 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 33 13115 0 0 1 0 4 3 20 0 15 0 227694197 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 65 13115 0 0 1 0 4 3 20 0 15 0 227694199 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 14 13115 0 0 0 0 4 3 20 0 15 0 227694199 11262046208 44858 33554432000 4194304 4196468 140722485078128 140124985746912 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11262046208 44858 33554432000 4194304 4196468 140722485078128 140124784420352 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11262046208 44858 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 941 13115 0 0 19 0 4 3 20 0 15 0 227694202 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 1329 13115 0 0 22 1 4 3 20 0 15 0 227694202 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 1302 13115 0 0 34 0 4 3 20 0 15 0 227694202 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11262046208 44858 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=10998092 memory=281230566792128 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694203 11262046208 44858 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 104232 13115 0 0 235473 64 4 3 20 0 15 0 227694197 11343855616 378712 33554432000 4194304 4196468 140722485078128 140126141237680 140125752736934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=11077984 memory=1514848 CPUtime=12.4 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 18225 13115 0 0 1173 60 4 3 20 0 15 0 227694197 11343855616 378712 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=11077984 memory=140615283233464 CPUtime=12.37 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 18386 13115 0 0 1168 62 4 3 20 0 15 0 227694197 11343855616 378712 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=11077984 memory=1514848 CPUtime=12.34 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 17949 13115 0 0 1166 61 4 3 20 0 15 0 227694197 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=11077984 memory=1514848 CPUtime=12.37 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 12743 13115 0 0 1168 62 4 3 20 0 15 0 227694197 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=11077984 memory=1514848 CPUtime=11.52 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 21519 13115 0 0 1083 62 4 3 20 0 15 0 227694199 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=11077984 memory=1514848 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 16 13115 0 0 0 0 4 3 20 0 15 0 227694199 11343855616 378712 33554432000 4194304 4196468 140722485078128 140124985746912 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=11077984 memory=1514848 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11343855616 378712 33554432000 4194304 4196468 140722485078128 140124784420352 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=11077984 memory=1514848 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11343855616 378712 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=11077984 memory=1514848 CPUtime=3.66 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 25487 13115 0 0 355 4 4 3 20 0 15 0 227694202 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=11077984 memory=1514848 CPUtime=3.1 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 20912 13115 0 0 299 4 4 3 20 0 15 0 227694202 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=11077984 memory=928 CPUtime=1.89 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 17523 13115 0 0 178 4 4 3 20 0 15 0 227694202 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=11077984 memory=1514848 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11343855616 378712 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=11077984 memory=752 CPUtime=1.49 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1202 13115 0 0 66 76 4 3 20 0 15 0 227694203 11343855616 378712 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 2426.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1514848 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 1.53 1.44 3/215 31323
/proc/meminfo: memFree=21176700/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=11077984 memory=1516896 CPUtime=2487.09 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 262414 13115 0 0 248299 403 4 3 20 0 15 0 227694188 11343855616 379224 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2769496 379224 3527 1 0 2731149 0
[pid=31055/tid=31108] ppid=31052 vsize=11077984 memory=6791534058613427641 CPUtime=2414.77 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 105187 13115 0 0 241405 65 4 3 20 0 15 0 227694197 11343855616 379224 33554432000 4194304 4196468 140722485078128 140126141237888 140125753367156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.74 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 18556 13115 0 0 1206 61 4 3 20 0 15 0 227694197 11343855616 379224 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.72 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 18482 13115 0 0 1202 63 4 3 20 0 15 0 227694197 11343855616 379224 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.68 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 17999 13115 0 0 1199 62 4 3 20 0 15 0 227694197 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.7 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 13089 13115 0 0 1200 63 4 3 20 0 15 0 227694197 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=11077984 memory=1516896 CPUtime=11.82 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 21738 13115 0 0 1112 63 4 3 20 0 15 0 227694199 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 16 13115 0 0 0 0 4 3 20 0 15 0 227694199 11343855616 379224 33554432000 4194304 4196468 140722485078128 140124985746912 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11343855616 379224 33554432000 4194304 4196468 140722485078128 140124784420352 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11343855616 379224 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=11077984 memory=1516896 CPUtime=3.66 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 25489 13115 0 0 355 4 4 3 20 0 15 0 227694202 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=11077984 memory=1516896 CPUtime=3.1 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 20914 13115 0 0 299 4 4 3 20 0 15 0 227694202 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=11077984 memory=1516896 CPUtime=1.89 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 17525 13115 0 0 178 4 4 3 20 0 15 0 227694202 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=11077984 memory=3812 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11343855616 379224 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=11077984 memory=1516896 CPUtime=1.53 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1219 13115 0 0 68 78 4 3 20 0 15 0 227694203 11343855616 379224 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 2487.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1516896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.7 s]
/proc/loadavg: 1.98 1.58 1.46 3/215 31324
/proc/meminfo: memFree=21172208/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=11077984 memory=1518944 CPUtime=2520.03 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 263719 13115 0 0 251590 406 4 3 20 0 15 0 227694188 11343855616 379736 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2769496 379736 3527 1 0 2731149 0
[pid=31055/tid=31108] ppid=31052 vsize=11077984 memory=1516896 CPUtime=2446.8 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 105878 13115 0 0 244608 65 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126141237840 140125752757387 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.93 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 18606 13115 0 0 1224 62 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.9 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 18485 13115 0 0 1220 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.86 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 18060 13115 0 0 1216 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=11077984 memory=1518944 CPUtime=12.88 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 13178 13115 0 0 1218 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=11077984 memory=1518944 CPUtime=11.98 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 21923 13115 0 0 1127 64 4 3 20 0 15 0 227694199 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=11077984 memory=1518944 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 16 13115 0 0 0 0 4 3 20 0 15 0 227694199 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124985746912 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=11077984 memory=1518944 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124784420352 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=11077984 memory=1516896 CPUtime=3.66 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 25491 13115 0 0 355 4 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=11077984 memory=1518944 CPUtime=3.11 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 20916 13115 0 0 299 5 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=11077984 memory=1616 CPUtime=1.89 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 17738 13115 0 0 178 4 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=11077984 memory=1516896 CPUtime=1.55 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1228 13115 0 0 69 79 4 3 20 0 15 0 227694203 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1518944 KiB

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

[startup+2474.74 s]
# the end of solver process 31055 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.97 s, system=4.11459 s

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

[startup+2474.7 s]
/proc/loadavg: 1.98 1.58 1.46 3/215 31324
/proc/meminfo: memFree=21172208/32770624 swapFree=67108372/67108860
[pid=31055] ppid=31052 vsize=11077984 memory=1518944 CPUtime=2520.03 cores=1,3,5,7
/proc/31055/stat : 31055 (java) S 31052 31055 30220 0 -1 1077944320 263719 13115 0 0 251590 406 4 3 20 0 15 0 227694188 11343855616 379736 33554432000 4194304 4196468 140722485078128 140722485060672 140126169403127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
/proc/31055/statm: 2769496 379736 3527 1 0 2731149 0
[pid=31055/tid=31108] ppid=31052 vsize=11077984 memory=1516896 CPUtime=2446.8 cores=1,3,5,7
/proc/31055/task/31108/stat : 31108 (java) R 31052 31055 30220 0 -1 4202560 105878 13115 0 0 244608 65 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126141237840 140125752757387 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31109] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.93 cores=1,3,5,7
/proc/31055/task/31109/stat : 31109 (java) S 31052 31055 30220 0 -1 1077944384 18606 13115 0 0 1224 62 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126173645072 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31110] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.9 cores=1,3,5,7
/proc/31055/task/31110/stat : 31110 (java) S 31052 31055 30220 0 -1 1077944384 18485 13115 0 0 1220 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140126061050256 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31111] ppid=31052 vsize=11077984 memory=1516896 CPUtime=12.86 cores=1,3,5,7
/proc/31055/task/31111/stat : 31111 (java) S 31052 31055 30220 0 -1 1077944384 18060 13115 0 0 1216 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125708036624 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31112] ppid=31052 vsize=11077984 memory=1518944 CPUtime=12.88 cores=1,3,5,7
/proc/31055/task/31112/stat : 31112 (java) S 31052 31055 30220 0 -1 1077944384 13178 13115 0 0 1218 63 4 3 20 0 15 0 227694197 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125706984080 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31113] ppid=31052 vsize=11077984 memory=1518944 CPUtime=11.98 cores=1,3,5,7
/proc/31055/task/31113/stat : 31113 (java) S 31052 31055 30220 0 -1 1077944384 21923 13115 0 0 1127 64 4 3 20 0 15 0 227694199 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125662542320 140126169414274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31114] ppid=31052 vsize=11077984 memory=1518944 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31114/stat : 31114 (java) S 31052 31055 30220 0 -1 1077944384 16 13115 0 0 0 0 4 3 20 0 15 0 227694199 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124985746912 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31115] ppid=31052 vsize=11077984 memory=1518944 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31115/stat : 31115 (java) S 31052 31055 30220 0 -1 1077944384 1 13115 0 0 0 0 4 3 20 0 15 0 227694200 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124784420352 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31116] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31116/stat : 31116 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124477020880 140126169421723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31117] ppid=31052 vsize=11077984 memory=1516896 CPUtime=3.66 cores=1,3,5,7
/proc/31055/task/31117/stat : 31117 (java) S 31052 31055 30220 0 -1 1077944384 25491 13115 0 0 355 4 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125661489136 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31118] ppid=31052 vsize=11077984 memory=1518944 CPUtime=3.11 cores=1,3,5,7
/proc/31055/task/31118/stat : 31118 (java) S 31052 31055 30220 0 -1 1077944384 20916 13115 0 0 299 5 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125660436592 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31119] ppid=31052 vsize=11077984 memory=1616 CPUtime=1.89 cores=1,3,5,7
/proc/31055/task/31119/stat : 31119 (java) S 31052 31055 30220 0 -1 1077944384 17738 13115 0 0 178 4 4 3 20 0 15 0 227694202 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125659384048 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31120] ppid=31052 vsize=11077984 memory=1516896 CPUtime=0.07 cores=1,3,5,7
/proc/31055/task/31120/stat : 31120 (java) S 31052 31055 30220 0 -1 1077944384 3 13115 0 0 0 0 4 3 20 0 15 0 227694203 11343855616 379736 33554432000 4194304 4196468 140722485078128 140124046223968 140126169413333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
[pid=31055/tid=31121] ppid=31052 vsize=11077984 memory=1516896 CPUtime=1.55 cores=1,3,5,7
/proc/31055/task/31121/stat : 31121 (java) S 31052 31055 30220 0 -1 1077944384 1228 13115 0 0 69 79 4 3 20 0 15 0 227694203 11343855616 379736 33554432000 4194304 4196468 140722485078128 140125658331952 140126169414274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7864320 140722485082732 140722485085532 140722485085532 140722485088207 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1518944 KiB

Child status: 143
Real time (s): 2474.74
CPU time (s): 2520.08
CPU user time (s): 2515.97
CPU system time (s): 4.11459
CPU usage (%): 101.832
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1518944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.97
system time used= 4.11459
maximum resident set size= 1521304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305885
involuntary context switches= 6056


# summary of solver processes directly reported to runsolver:
#   pid: 31055
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.97
#   total CPU system time (s): 4.11459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7451 second user time and 23.7587 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 21:15:10
IDJOB=4304537
IDBENCH=141366
IDSOLVER=2780
FILE ID=node137/4304537-1534101310
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304537-1534101310/watcher-4304537-1534101310 -o /tmp/evaluation-result-4304537-1534101310/solver-4304537-1534101310 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1205548830 HOME/instance-4304537-1534101310.xml

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

MD5SUM BENCH= 056eb1ebd10e8d59a6677e448014ff35
RANDOM SEED=1205548830

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22822844 kB
MemAvailable:   30887456 kB
Buffers:           71680 kB
Cached:          8191692 kB
SwapCached:            8 kB
Active:          5041824 kB
Inactive:        4290752 kB
Active(anon):    1015996 kB
Inactive(anon):   105400 kB
Active(file):    4025828 kB
Inactive(file):  4185352 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       1074440 kB
Mapped:            66332 kB
Shmem:             49624 kB
Slab:             309940 kB
SReclaimable:     281892 kB
SUnreclaim:        28048 kB
KernelStack:        3808 kB
PageTables:         7448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2207776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-12 21:56:25