Trace number 4295987

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)1067 2520.1 2479.83

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-150-50-00_c18.xml
MD5SUM784274e168c99e425b71be44c62c6ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark537
Best CPU time to get the best result obtained on this benchmark2520
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size66
Maximum domain size150
Distribution of domain sizes[{"size":66,"count":150},{"size":150,"count":150}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":150},{"degree":3,"count":150}]
Minimum constraint arity3
Maximum constraint arity150
Distribution of constraint arities[{"arity":3,"count":150},{"arity":150,"count":1}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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/0.74	c Concrete v3.8.1528841891564 running
99.21/90.65	o 1154
99.21/90.69	o 1153
99.46/90.71	o 1151
99.46/90.72	o 1150
99.46/90.73	o 1144
99.46/90.74	o 1116
99.46/90.77	o 1079
263.04/248.81	o 1076
263.04/248.82	o 1074
263.20/249.00	o 1073
263.20/249.01	o 1071
263.53/249.12	o 1067
2520.05/2479.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2479.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2479.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2479.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2479.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2479.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2479.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2479.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2479.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2479.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2479.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2479.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.05/2479.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2479.81		at scala.Option.map(Option.scala:146)
2520.05/2479.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2479.81		at concrete.MAC.mac(MAC.scala:203)
2520.05/2479.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2479.81		at scala.util.Try$.apply(Try.scala:209)
2520.05/2479.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2479.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2479.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2479.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2479.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2479.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2479.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2479.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2479.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2479.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2479.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2479.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2479.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2479.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2479.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2479.81		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2479.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2479.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2479.81		at scala.util.Success.map(Try.scala:209)
2520.05/2479.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2479.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2479.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2479.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2479.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2479.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2479.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2479.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2479.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2479.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2479.81		at scala.App.main(App.scala:76)
2520.05/2479.81		at scala.App.main$(App.scala:74)
2520.05/2479.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2479.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2479.81	v <instantiation cost="1067">
2520.05/2479.81	v       <list>
2520.05/2479.81	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] c[125] c[126] c[127] c[128] c[129] c[130] c[131] c[132] c[133] c[134] c[135] c[136] c[137] c[138] c[139] c[140] c[141] c[142] c[143] c[144] c[145] c[146] c[147] c[148] c[149] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99] d[100] d[101] d[102] d[103] d[104] d[105] d[106] d[107] d[108] d[109] d[110] d[111] d[112] d[113] d[114] d[115] d[116] d[117] d[118] d[119] d[120] d[121] d[122] d[123] d[124] d[125] d[126] d[127] d[128] d[129] d[130] d[131] d[132] d[133] d[134] d[135] d[136] d[137] d[138] d[139] d[140] d[141] d[142] d[143] d[144] d[145] d[146] d[147] d[148] d[149]
2520.05/2479.81	v       </list>
2520.05/2479.81	v       <values>
2520.05/2479.81	v         63 9 7 8 16 17 31 38 45 46 54 62 75 99 104 109 56 96 15 25 20 33 34 32 27 29 18 24 43 26 39 30 5 0 52 55 10 48 66 80 123 108 112 148 141 136 146 132 127 129 110 124 125 138 137 118 117 120 130 142 133 134 135 143 145 131 121 89 79 91 106 105 100 69 70 71 65 50 36 42 35 41 28 23 19 22 14 4 3 2 12 11 6 1 115 107 98 88 83 68 64 86 93 102 103 95 90 81 82 87 85 77 58 57 60 67 73 78 72 76 149 144 147 126 140 139 128 113 84 92 53 51 21 13 40 49 47 44 37 122 116 119 111 114 59 61 74 94 97 101 29 3 1 3 2 6 2 3 1 4 4 3 12 1 3 38 23 31 3 1 4 1 4 2 1 4 2 13 6 5 3 9 4 19 7 15 19 20 4 14 36 12 18 6 2 9 4 3 4 6 4 2 4 1 13 2 3 3 5 3 4 3 6 11 4 4 10 4 4 3 6 1 10 6 2 3 6 5 3 2 7 4 3 3 4 3 16 2 5 4 2 3 3 54 4 5 4 6 6 5 8 2 4 1 5 2 4 1 3 9 4 5 4 1 5 1 2 8 2 51 4 32 9 11 2 4 5 8 2 13 2 14 4 9 3 1 2 4 28 4 4 4 2 18 1 5 15 1 13 12
2520.05/2479.81	v       </values>
2520.05/2479.81	v     </instantiation>
2520.05/2479.81	s SATISFIABLE

Verifier Data

OK	1067

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295987-1532604425/watcher-4295987-1532604425 -o /tmp/evaluation-result-4295987-1532604425/solver-4295987-1532604425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=365809293 -superng HOME/instance-4295987-1532604425.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
Current StackSize limit: 8192 KiB

solver pid=8887, runsolver pid=8884

[startup+0.100093 s]*
/proc/loadavg: 1.45 1.40 1.41 3/206 8944
/proc/meminfo: memFree=23654208/32770624 swapFree=67076968/67108860
[pid=8887] ppid=8884 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 4377 12878 0 0 1 0 5 3 20 0 6 0 78005726 10212057088 4203 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2493178 4203 1934 1 0 2481616 0
[pid=8887/tid=8940] ppid=8884 vsize=9972712 memory=-8960601696899481541 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 2217 12878 0 0 1 0 5 3 20 0 6 0 78005735 10212057088 4269 33554432000 4194304 4196468 140732564393664 139976345420368 139976357664094 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 6 0 78005736 10212057088 4269 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=9972712 memory=139926835930752 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 6 0 78005736 10212057088 4269 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 6 0 78005736 10212057088 4269 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 6 0 78005736 10212057088 4269 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209875 s]*
/proc/loadavg: 1.45 1.40 1.41 3/215 8953
/proc/meminfo: memFree=23631668/32770624 swapFree=67076968/67108860
[pid=8887] ppid=8884 vsize=10818936 memory=44016 CPUtime=0.26 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 8930 12878 0 0 17 1 5 3 20 0 15 0 78005726 11078590464 11004 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2704734 11004 2931 1 0 2667157 0
[pid=8887/tid=8940] ppid=8884 vsize=10818904 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 6062 12878 0 0 11 1 5 3 20 0 15 0 78005735 11078557696 11519 33554432000 4194304 4196468 140732564393664 139976345408416 139976366300711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10818904 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11078557696 11519 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10818904 memory=139926835939896 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11078557696 11519 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11078557696 11519 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005736 11078557696 11519 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10818904 memory=139926835930752 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005737 11078557696 11519 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 78005737 11078557696 11519 33554432000 4194304 4196468 140732564393664 139975265871264 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005738 11078590464 11519 33554432000 4194304 4196468 140732564393664 139975131653616 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11078590464 11519 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 524 12878 0 0 1 0 5 3 20 0 15 0 78005740 11078590464 11519 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 56 12878 0 0 0 0 5 3 20 0 15 0 78005740 11078590464 11519 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10818936 memory=139926835930752 CPUtime=0.11 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 554 12878 0 0 3 0 5 3 20 0 15 0 78005740 11078590464 11519 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11078590464 11519 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10818936 memory=139926835930752 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005741 11078590464 11519 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44016 KiB

[startup+0.310285 s]*
/proc/loadavg: 1.45 1.40 1.41 4/215 8953
/proc/meminfo: memFree=23617968/32770624 swapFree=67076968/67108860
[pid=8887] ppid=8884 vsize=10819352 memory=53952 CPUtime=0.4 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 10622 12878 0 0 30 2 5 3 20 0 15 0 78005726 11079016448 13488 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2704838 13488 3050 1 0 2667149 0
[pid=8887/tid=8940] ppid=8884 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 7267 12878 0 0 20 1 5 3 20 0 15 0 78005735 11079016448 13488 33554432000 4194304 4196468 140732564393664 139976345395616 139976353860432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 13488 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 13488 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 13488 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 13488 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005737 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 78005737 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975265871264 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005738 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975131653616 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11079016448 13488 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 525 12878 0 0 2 0 5 3 20 0 15 0 78005740 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 56 12878 0 0 1 0 5 3 20 0 15 0 78005740 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10819352 memory=139926835930752 CPUtime=0.13 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 562 12878 0 0 5 0 5 3 20 0 15 0 78005740 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11079016448 13488 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10819352 memory=139926835930752 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005741 11079016448 13488 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53952 KiB

[startup+0.700698 s]
/proc/loadavg: 1.45 1.40 1.41 3/215 8953
/proc/meminfo: memFree=23609412/32770624 swapFree=67076968/67108860
[pid=8887] ppid=8884 vsize=10819352 memory=86516 CPUtime=1 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 16750 12878 0 0 89 3 5 3 20 0 15 0 78005726 11079016448 21629 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2704838 21629 3237 1 0 2667149 0
[pid=8887/tid=8940] ppid=8884 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 12299 12878 0 0 56 2 5 3 20 0 15 0 78005735 11079016448 21629 33554432000 4194304 4196468 140732564393664 139976345404432 139976356770437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 21629 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 21629 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10819352 memory=139926679204624 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 21629 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10819352 memory=139930034504265 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005736 11079016448 21629 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10819352 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 5 12878 0 0 0 0 5 3 20 0 15 0 78005737 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 78005737 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975265871264 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005738 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975131653616 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10819352 memory=3604 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11079016448 21629 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10819352 memory=10832 CPUtime=0.19 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 1184 12878 0 0 11 0 5 3 20 0 15 0 78005740 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10819352 memory=15128 CPUtime=0.14 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 420 12878 0 0 6 0 5 3 20 0 15 0 78005740 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10819352 memory=640 CPUtime=0.21 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 629 12878 0 0 13 0 5 3 20 0 15 0 78005740 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10819352 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11079016448 21629 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10819352 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005741 11079016448 21629 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86516 KiB

[startup+1.50071 s]
/proc/loadavg: 1.45 1.40 1.41 5/215 8953
/proc/meminfo: memFree=23563328/32770624 swapFree=67076968/67108860
[pid=8887] ppid=8884 vsize=10834252 memory=208112 CPUtime=2.72 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 24113 12878 0 0 255 9 5 3 20 0 15 0 78005726 11094274048 52028 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2708563 52028 3481 1 0 2670221 0
[pid=8887/tid=8940] ppid=8884 vsize=10834252 memory=62880 CPUtime=1.42 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 17086 12878 0 0 129 5 5 3 20 0 15 0 78005735 11094274048 52028 33554432000 4194304 4196468 140732564393664 139976345394176 139976354228500 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 60 12878 0 0 1 0 5 3 20 0 15 0 78005736 11094274048 52028 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10834252 memory=279853358440608 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 29 12878 0 0 1 0 5 3 20 0 15 0 78005736 11094274048 52028 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 18 12878 0 0 1 0 5 3 20 0 15 0 78005736 11094274048 52028 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 194 12878 0 0 1 0 5 3 20 0 15 0 78005736 11094274048 52028 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 58 12878 0 0 1 0 5 3 20 0 15 0 78005737 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 14 12878 0 0 0 0 5 3 20 0 15 0 78005737 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975265871328 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 78005738 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975131653632 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11094274048 52028 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10834252 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 1848 12878 0 0 42 0 5 3 20 0 15 0 78005740 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10834252 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 1244 12878 0 0 38 0 5 3 20 0 15 0 78005740 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10834252 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 1366 12878 0 0 37 0 5 3 20 0 15 0 78005740 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11094274048 52028 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10834252 memory=279853358685056 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 78005741 11094274048 52028 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 166042 12878 0 0 231440 45 5 3 20 0 15 0 78005735 11178180608 746408 33554432000 4194304 4196468 140732564393664 139976345415336 139975969832203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10916192 memory=2985632 CPUtime=6.82 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 25631 12878 0 0 570 104 5 3 20 0 15 0 78005736 11178180608 746408 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10916192 memory=3032 CPUtime=6.82 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 22367 12878 0 0 570 104 5 3 20 0 15 0 78005736 11178180608 746408 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10916192 memory=3016412 CPUtime=6.81 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 25917 12878 0 0 571 102 5 3 20 0 15 0 78005736 11178180608 746408 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10916192 memory=2985632 CPUtime=6.79 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 17454 12878 0 0 570 101 5 3 20 0 15 0 78005736 11178180608 746408 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10916192 memory=2985632 CPUtime=0.51 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 26732 12878 0 0 35 8 5 3 20 0 15 0 78005737 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10916192 memory=2985632 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 28 12878 0 0 0 0 5 3 20 0 15 0 78005737 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975265871328 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10916192 memory=2985632 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 8 12878 0 0 0 0 5 3 20 0 15 0 78005738 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975131653632 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10916192 memory=3016412 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11178180608 746408 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10916192 memory=3016412 CPUtime=6.24 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 68340 12878 0 0 608 8 5 3 20 0 15 0 78005740 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10916192 memory=3544 CPUtime=7.04 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 79219 12878 0 0 690 6 5 3 20 0 15 0 78005740 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10916192 memory=2985632 CPUtime=2.49 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 49574 12878 0 0 233 8 5 3 20 0 15 0 78005740 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10916192 memory=2985632 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11178180608 746408 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10916192 memory=3328 CPUtime=1.23 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1703 12878 0 0 53 62 5 3 20 0 15 0 78005741 11178180608 746408 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 2359.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2985632 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.56 1.60 3/215 9181
/proc/meminfo: memFree=20908844/32770624 swapFree=67076992/67108860
[pid=8887] ppid=8884 vsize=10916192 memory=2860068 CPUtime=2422.41 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 496098 12878 0 0 241690 543 5 3 20 0 15 0 78005726 11178180608 715017 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2729048 715017 3532 1 0 2690701 0
[pid=8887/tid=8940] ppid=8884 vsize=10916192 memory=2839940 CPUtime=2373.78 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 168271 12878 0 0 237324 46 5 3 20 0 15 0 78005735 11178180608 715017 33554432000 4194304 4196468 140732564393664 139976345414720 139975967152160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10916192 memory=2860068 CPUtime=7.88 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 25821 12878 0 0 676 104 5 3 20 0 15 0 78005736 11178180608 715017 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10916192 memory=2839940 CPUtime=7.9 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 22973 12878 0 0 676 106 5 3 20 0 15 0 78005736 11178180608 715017 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10916192 memory=2839940 CPUtime=7.89 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 26393 12878 0 0 678 103 5 3 20 0 15 0 78005736 11178180608 715017 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10916192 memory=800 CPUtime=7.87 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 17825 12878 0 0 677 102 5 3 20 0 15 0 78005736 11178180608 715017 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10916192 memory=2860068 CPUtime=0.58 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 32634 12878 0 0 41 9 5 3 20 0 15 0 78005737 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10916192 memory=2860068 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 28 12878 0 0 0 0 5 3 20 0 15 0 78005737 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975265871328 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10916192 memory=2860068 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 8 12878 0 0 0 0 5 3 20 0 15 0 78005738 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975131653632 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10916192 memory=2860068 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11178180608 715017 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10916192 memory=55 CPUtime=6.29 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 68950 12878 0 0 613 8 5 3 20 0 15 0 78005740 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10916192 memory=2860068 CPUtime=7.08 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 79601 12878 0 0 694 6 5 3 20 0 15 0 78005740 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10916192 memory=2839940 CPUtime=2.49 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 49678 12878 0 0 233 8 5 3 20 0 15 0 78005740 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10916192 memory=2860068 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11178180608 715017 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10916192 memory=2860068 CPUtime=1.27 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1723 12878 0 0 55 64 5 3 20 0 15 0 78005741 11178180608 715017 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 2422.41 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2860068 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.54 1.59 3/215 9182
/proc/meminfo: memFree=21078256/32770624 swapFree=67076992/67108860
[pid=8887] ppid=8884 vsize=10916192 memory=2688876 CPUtime=2482.48 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 500335 12878 0 0 247696 544 5 3 20 0 15 0 78005726 11178180608 672219 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2729048 672219 3532 1 0 2690701 0
[pid=8887/tid=8940] ppid=8884 vsize=10916192 memory=2592 CPUtime=2433.75 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 170340 12878 0 0 243321 46 5 3 20 0 15 0 78005735 11178180608 672219 33554432000 4194304 4196468 140732564393664 139976345394736 139975969073629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10916192 memory=2688876 CPUtime=7.89 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 26462 12878 0 0 677 104 5 3 20 0 15 0 78005736 11178180608 672219 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10916192 memory=2688876 CPUtime=7.91 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 23227 12878 0 0 677 106 5 3 20 0 15 0 78005736 11178180608 672219 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10916192 memory=2803784 CPUtime=7.9 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 26631 12878 0 0 679 103 5 3 20 0 15 0 78005736 11178180608 672219 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10916192 memory=2745816 CPUtime=7.88 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 18111 12878 0 0 678 102 5 3 20 0 15 0 78005736 11178180608 672219 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10916192 memory=2688876 CPUtime=0.59 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 32815 12878 0 0 42 9 5 3 20 0 15 0 78005737 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10916192 memory=2688876 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 28 12878 0 0 0 0 5 3 20 0 15 0 78005737 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975265871328 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10916192 memory=2688876 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 8 12878 0 0 0 0 5 3 20 0 15 0 78005738 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975131653632 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10916192 memory=2688876 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11178180608 672219 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10916192 memory=2688876 CPUtime=6.3 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 69222 12878 0 0 614 8 5 3 20 0 15 0 78005740 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10916192 memory=1548 CPUtime=7.09 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 79765 12878 0 0 695 6 5 3 20 0 15 0 78005740 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10916192 memory=2688876 CPUtime=2.49 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 49787 12878 0 0 233 8 5 3 20 0 15 0 78005740 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10916192 memory=20476 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11178180608 672219 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10916192 memory=2688876 CPUtime=1.29 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1746 12878 0 0 56 65 5 3 20 0 15 0 78005741 11178180608 672219 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 2482.48 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2688876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.8 s]
/proc/loadavg: 1.45 1.52 1.58 3/215 9183
/proc/meminfo: memFree=21228020/32770624 swapFree=67076992/67108860
[pid=8887] ppid=8884 vsize=10916192 memory=2539080 CPUtime=2520.05 cores=1,3,5,7
/proc/8887/stat : 8887 (java) S 8884 8887 5667 0 -1 1077944320 503612 12878 0 0 251451 546 5 3 20 0 15 0 78005726 11178180608 634770 33554432000 4194304 4196468 140732564393664 140732564376208 139976373583607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
/proc/8887/statm: 2729048 634770 3532 1 0 2690701 0
[pid=8887/tid=8940] ppid=8884 vsize=10916192 memory=1404 CPUtime=2471.23 cores=1,3,5,7
/proc/8887/task/8940/stat : 8940 (java) R 8884 8887 5667 0 -1 4202560 171816 12878 0 0 247069 46 5 3 20 0 15 0 78005735 11178180608 634770 33554432000 4194304 4196468 140732564393664 139976345403440 139975962162592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8941] ppid=8884 vsize=10916192 memory=3132 CPUtime=7.9 cores=1,3,5,7
/proc/8887/task/8941/stat : 8941 (java) S 8884 8887 5667 0 -1 1077944384 26999 12878 0 0 678 104 5 3 20 0 15 0 78005736 11178180608 634770 33554432000 4194304 4196468 140732564393664 139976377825552 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8942] ppid=8884 vsize=10916192 memory=2584736 CPUtime=7.92 cores=1,3,5,7
/proc/8887/task/8942/stat : 8942 (java) S 8884 8887 5667 0 -1 1077944384 23511 12878 0 0 678 106 5 3 20 0 15 0 78005736 11178180608 634770 33554432000 4194304 4196468 140732564393664 139976276715920 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8943] ppid=8884 vsize=10916192 memory=1408 CPUtime=7.91 cores=1,3,5,7
/proc/8887/task/8943/stat : 8943 (java) S 8884 8887 5667 0 -1 1077944384 26887 12878 0 0 680 103 5 3 20 0 15 0 78005736 11178180608 634770 33554432000 4194304 4196468 140732564393664 139976275663376 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8944] ppid=8884 vsize=10916192 memory=3184 CPUtime=7.89 cores=1,3,5,7
/proc/8887/task/8944/stat : 8944 (java) S 8884 8887 5667 0 -1 1077944384 18449 12878 0 0 679 102 5 3 20 0 15 0 78005736 11178180608 634770 33554432000 4194304 4196468 140732564393664 139976274610832 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8945] ppid=8884 vsize=10916192 memory=468208 CPUtime=0.59 cores=1,3,5,7
/proc/8887/task/8945/stat : 8945 (java) S 8884 8887 5667 0 -1 1077944384 32996 12878 0 0 42 9 5 3 20 0 15 0 78005737 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975832906224 139976373594754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8946] ppid=8884 vsize=10916192 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8946/stat : 8946 (java) S 8884 8887 5667 0 -1 1077944384 28 12878 0 0 0 0 5 3 20 0 15 0 78005737 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975265871328 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8947] ppid=8884 vsize=10916192 memory=-6733704525061579059 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8947/stat : 8947 (java) S 8884 8887 5667 0 -1 1077944384 8 12878 0 0 0 0 5 3 20 0 15 0 78005738 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975131653632 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8948] ppid=8884 vsize=10916192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8948/stat : 8948 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005740 11178180608 634770 33554432000 4194304 4196468 140732564393664 139974891363024 139976373602203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8949] ppid=8884 vsize=10916192 memory=2584736 CPUtime=6.31 cores=1,3,5,7
/proc/8887/task/8949/stat : 8949 (java) S 8884 8887 5667 0 -1 1077944384 69376 12878 0 0 615 8 5 3 20 0 15 0 78005740 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975831853040 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8950] ppid=8884 vsize=10916192 memory=1408 CPUtime=7.09 cores=1,3,5,7
/proc/8887/task/8950/stat : 8950 (java) S 8884 8887 5667 0 -1 1077944384 79773 12878 0 0 695 6 5 3 20 0 15 0 78005740 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975830800496 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8951] ppid=8884 vsize=10916192 memory=3184 CPUtime=2.5 cores=1,3,5,7
/proc/8887/task/8951/stat : 8951 (java) S 8884 8887 5667 0 -1 1077944384 49811 12878 0 0 234 8 5 3 20 0 15 0 78005740 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975829747952 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8952] ppid=8884 vsize=10916192 memory=468208 CPUtime=0.08 cores=1,3,5,7
/proc/8887/task/8952/stat : 8952 (java) S 8884 8887 5667 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 78005741 11178180608 634770 33554432000 4194304 4196468 140732564393664 139974857804384 139976373593813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
[pid=8887/tid=8953] ppid=8884 vsize=10916192 memory=4100 CPUtime=1.32 cores=1,3,5,7
/proc/8887/task/8953/stat : 8953 (java) S 8884 8887 5667 0 -1 1077944384 1765 12878 0 0 57 67 5 3 20 0 15 0 78005741 11178180608 634770 33554432000 4194304 4196468 140732564393664 139975828695856 139976373594754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140732564400300 140732564403548 140732564403548 140732564406223 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2539080 KiB

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

[startup+2479.83 s]
# the end of solver process 8887 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.58 s, system=5.51178 s

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

Child status: 143
Real time (s): 2479.83
CPU time (s): 2520.1
CPU user time (s): 2514.58
CPU system time (s): 5.51178
CPU usage (%): 101.624
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 3564592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.58
system time used= 5.51178
maximum resident set size= 3564592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69280
involuntary context switches= 1915


# summary of solver processes directly reported to runsolver:
#   pid: 8887
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.58
#   total CPU system time (s): 5.51178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2821 second user time and 24.3817 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 13:27:05
IDJOB=4295987
IDBENCH=141629
IDSOLVER=2751
FILE ID=node102/4295987-1532604425
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-150-50-00_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-4295987-1532604425/watcher-4295987-1532604425 -o /tmp/evaluation-result-4295987-1532604425/solver-4295987-1532604425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=365809293 -superng HOME/instance-4295987-1532604425.xml

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

MD5SUM BENCH= 784274e168c99e425b71be44c62c6ab3
RANDOM SEED=365809293

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23660368 kB
MemAvailable:   31403384 kB
Buffers:          189580 kB
Cached:          7789808 kB
SwapCached:         5328 kB
Active:          1911288 kB
Inactive:        6658084 kB
Active(anon):     561484 kB
Inactive(anon):    53648 kB
Active(file):    1349804 kB
Inactive(file):  6604436 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076968 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:        592380 kB
Mapped:            46776 kB
Shmem:             21900 kB
Slab:             236816 kB
SReclaimable:     209224 kB
SUnreclaim:        27592 kB
KernelStack:        3504 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 14:08:26