Trace number 4392216

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.10SAT (TO)151 2400.12 2359.73

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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

0.72/0.55	c Concrete v3.10.1560635388952 running
8.92/3.77	o 237
8.92/3.79	o 230
9.24/3.83	o 229
9.24/3.86	o 228
11.50/4.61	o 227
11.50/4.62	o 214
11.50/4.63	o 211
11.50/4.68	o 209
13.73/5.74	o 208
18.28/8.84	o 206
18.28/8.85	o 201
18.28/8.89	o 200
18.58/9.04	o 193
24.53/13.56	o 190
24.53/13.56	o 187
24.86/13.86	o 186
34.53/22.69	o 181
34.76/22.82	o 178
34.76/22.83	o 175
34.76/22.84	o 173
36.44/24.35	o 172
42.94/30.33	o 171
42.94/30.35	o 169
42.94/30.35	o 168
43.06/30.43	o 167
43.06/30.43	o 166
43.06/30.46	o 163
43.06/30.46	o 162
43.18/30.53	o 158
56.46/42.22	o 157
56.46/42.23	o 156
56.46/42.26	o 153
56.46/42.29	o 152
59.23/44.85	o 151
2400.07/2359.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2359.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2359.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.07/2359.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.07/2359.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.07/2359.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.07/2359.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.07/2359.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.07/2359.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2359.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2359.70		at scala.Option.map(Option.scala:243)
2400.07/2359.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2359.70		at concrete.MAC.mac(MAC.scala:204)
2400.07/2359.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.07/2359.70		at scala.util.Try$.apply(Try.scala:212)
2400.07/2359.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2359.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2359.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2359.70		at concrete.MAC.oneRun(MAC.scala:253)
2400.07/2359.70		at concrete.MAC.nextSolution(MAC.scala:272)
2400.07/2359.70		at concrete.MAC.nextSolution(MAC.scala:355)
2400.07/2359.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2359.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2359.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2359.70		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2359.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.07/2359.70		at scala.util.Success.map(Try.scala:264)
2400.07/2359.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.07/2359.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2359.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2359.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2359.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2359.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2359.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2359.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2359.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2359.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2359.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2359.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2359.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2359.70		at scala.App.main(App.scala:75)
2400.07/2359.70		at scala.App.main$(App.scala:73)
2400.07/2359.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2359.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2359.71	v <instantiation
2400.07/2359.71	v         cost = '151'>
2400.07/2359.71	v       <list>
2400.07/2359.71	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] 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]
2400.07/2359.71	v       </list>
2400.07/2359.71	v       <values>
2400.07/2359.71	v         3 10 13 12 5 0 1 2 6 4 7 8 9 15 16 26 23 22 20 18 14 19 21 25 29 28 27 24 17 11 12 2 5 12 4 2 5 4 18 6 6 2 6 4 6 1 1 3 2 4 6 3 2 4 2 2 2 6 3 16
2400.07/2359.71	v       </values>
2400.07/2359.71	v     </instantiation>
2400.07/2359.71	s SATISFIABLE

Verifier Data

OK	151

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392216-1568322643/watcher-4392216-1568322643 -o /tmp/evaluation-result-4392216-1568322643/solver-4392216-1568322643 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=106092414 HOME/instance-4392216-1568322643.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28155, runsolver pid=28152

[startup+0.100592 s]*
/proc/loadavg: 1.44 1.39 1.38 3/224 28212
/proc/meminfo: memFree=29440312/32770624 swapFree=67003368/67108860
[pid=28155] ppid=28152 vsize=9972712 memory=17344 CPUtime=0.08 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 4551 13120 0 0 1 0 4 3 20 0 6 0 408503962 10212057088 4336 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2493178 4336 1958 1 0 2481616 0
[pid=28155/tid=28208] ppid=28152 vsize=9972712 memory=4279135703980212366 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 2348 13120 0 0 1 0 4 3 20 0 6 0 408503971 10212057088 4336 33554432000 4194304 4196468 140734355671680 140310362477136 140310374720862 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 6 0 408503972 10212057088 4336 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=9972712 memory=140204477081216 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 6 0 408503972 10212057088 4336 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 6 0 408503972 10212057088 4336 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 6 0 408503972 10212057088 4336 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17344 KiB

[startup+0.21051 s]*
/proc/loadavg: 1.44 1.39 1.38 3/233 28221
/proc/meminfo: memFree=29424692/32770624 swapFree=67003368/67108860
[pid=28155] ppid=28152 vsize=10818940 memory=36508 CPUtime=0.25 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 7027 13120 0 0 17 1 4 3 20 0 15 0 408503962 11078594560 9127 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2704735 9127 2960 1 0 2667149 0
[pid=28155/tid=28208] ppid=28152 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 3532 13120 0 0 11 1 4 3 20 0 15 0 408503971 11078594560 9127 33554432000 4194304 4196468 140734355671680 140310362466528 140310374720862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11078594560 9127 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10818940 memory=140204477081216 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11078594560 9127 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11078594560 9127 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 408503972 11078594560 9127 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10818940 memory=140204477081216 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 408503973 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 408503973 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309392462752 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309266686960 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11078594560 9127 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 570 13120 0 0 1 0 4 3 20 0 15 0 408503976 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) R 28152 28155 20959 0 -1 1077944384 65 13120 0 0 0 0 4 3 20 0 15 0 408503976 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10818940 memory=140204477081216 CPUtime=0.1 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) R 28152 28155 20959 0 -1 4202560 612 13120 0 0 3 0 4 3 20 0 15 0 408503976 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309356800752 140310369257814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11078594560 9127 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10818940 memory=140204477081216 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503977 11078594560 9127 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36508 KiB

[startup+0.310603 s]*
/proc/loadavg: 1.44 1.39 1.38 4/233 28221
/proc/meminfo: memFree=29413028/32770624 swapFree=67003368/67108860
[pid=28155] ppid=28152 vsize=10820096 memory=47920 CPUtime=0.4 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 10718 13120 0 0 30 3 4 3 20 0 15 0 408503962 11079778304 11980 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2705024 11980 3233 1 0 2667149 0
[pid=28155/tid=28208] ppid=28152 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 7207 13120 0 0 19 2 4 3 20 0 15 0 408503971 11079778304 11980 33554432000 4194304 4196468 140734355671680 140310362461776 140309954652879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10820096 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11079778304 11980 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10820096 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11079778304 11980 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11079778304 11980 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 408503972 11079778304 11980 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 408503973 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 408503973 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309392462752 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309266686960 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11079778304 11980 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 570 13120 0 0 2 0 4 3 20 0 15 0 408503976 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 67 13120 0 0 1 0 4 3 20 0 15 0 408503976 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 621 13120 0 0 5 0 4 3 20 0 15 0 408503976 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11079778304 11980 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503977 11079778304 11980 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47920 KiB

[startup+0.700772 s]
/proc/loadavg: 1.44 1.39 1.38 7/233 28221
/proc/meminfo: memFree=29396960/32770624 swapFree=67003368/67108860
[pid=28155] ppid=28152 vsize=10824340 memory=78444 CPUtime=1.13 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 14864 13120 0 0 102 4 4 3 20 0 15 0 408503962 11084124160 19611 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2706085 19611 3498 1 0 2668173 0
[pid=28155/tid=28208] ppid=28152 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 10515 13120 0 0 56 3 4 3 20 0 15 0 408503971 11084124160 19611 33554432000 4194304 4196468 140734355671680 140310362462512 140310383020848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11084124160 19611 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10824340 memory=3280 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11084124160 19611 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503972 11084124160 19611 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 2 13120 0 0 0 0 4 3 20 0 15 0 408503972 11084124160 19611 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10824340 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 6 13120 0 0 0 0 4 3 20 0 15 0 408503973 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10824340 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 33 13120 0 0 0 0 4 3 20 0 15 0 408503973 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309392462752 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10824340 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309266686960 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10824340 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11084124160 19611 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10824340 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 826 13120 0 0 13 0 4 3 20 0 15 0 408503976 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10824340 memory=15460 CPUtime=0.22 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 434 13120 0 0 15 0 4 3 20 0 15 0 408503976 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10824340 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 833 13120 0 0 17 0 4 3 20 0 15 0 408503976 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10824340 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11084124160 19611 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10824340 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503977 11084124160 19611 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78444 KiB

[startup+1.50067 s]
/proc/loadavg: 1.44 1.39 1.38 4/233 28221
/proc/meminfo: memFree=29353800/32770624 swapFree=67003368/67108860
[pid=28155] ppid=28152 vsize=10834656 memory=165820 CPUtime=2.53 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 22605 13120 0 0 237 9 4 3 20 0 15 0 408503962 11094687744 41455 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2708664 41455 3573 1 0 2670733 0
[pid=28155/tid=28208] ppid=28152 vsize=10834656 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 15543 13120 0 0 131 4 4 3 20 0 15 0 408503971 11094687744 41455 33554432000 4194304 4196468 140734355671680 140310362441616 140310390652310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 61 13120 0 0 1 0 4 3 20 0 15 0 408503972 11094687744 41455 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 22 13120 0 0 0 0 4 3 20 0 15 0 408503972 11094687744 41455 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 374 13120 0 0 0 0 4 3 20 0 15 0 408503972 11094687744 41455 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 77 13120 0 0 1 0 4 3 20 0 15 0 408503972 11094687744 41455 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10834656 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 717 13120 0 0 1 0 4 3 20 0 15 0 408503973 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10834656 memory=280408751155456 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 35 13120 0 0 0 0 4 3 20 0 15 0 408503973 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309392462752 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309266686976 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10834656 memory=8252 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11094687744 41455 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10834656 memory=5912 CPUtime=0.38 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 1405 13120 0 0 31 0 4 3 20 0 15 0 408503976 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10834656 memory=1056 CPUtime=0.34 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 640 13120 0 0 27 0 4 3 20 0 15 0 408503976 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10834656 memory=1540 CPUtime=0.47 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) R 28152 28155 20959 0 -1 4202560 1518 13120 0 0 40 0 4 3 20 0 15 0 408503976 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309356800752 140310390661722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10834656 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11094687744 41455 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10834656 memory=3436 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503977 11094687744 41455 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834656 KiB

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

/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 50406 13120 0 0 224426 35 4 3 20 0 15 0 408503971 11109400576 160891 33554432000 4194304 4196468 140734355671680 140310362471856 140309966662901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10849024 memory=643564 CPUtime=7.6 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 8330 13120 0 0 710 43 4 3 20 0 15 0 408503972 11109400576 160891 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10849024 memory=643564 CPUtime=7.55 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 6585 13120 0 0 710 38 4 3 20 0 15 0 408503972 11109400576 160891 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10849024 memory=643564 CPUtime=7.55 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 7479 13120 0 0 708 40 4 3 20 0 15 0 408503972 11109400576 160891 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10849024 memory=643564 CPUtime=7.56 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 5987 13120 0 0 710 39 4 3 20 0 15 0 408503972 11109400576 160891 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10849024 memory=2052 CPUtime=7.02 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 10279 13120 0 0 658 37 4 3 20 0 15 0 408503973 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10849024 memory=643564 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 40 13120 0 0 0 0 4 3 20 0 15 0 408503973 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309392462816 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10849024 memory=643564 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309266686976 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10849024 memory=643564 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11109400576 160891 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10849024 memory=3280 CPUtime=6.93 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 27009 13120 0 0 679 7 4 3 20 0 15 0 408503976 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10849024 memory=37644 CPUtime=7.45 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 23975 13120 0 0 732 6 4 3 20 0 15 0 408503976 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10849024 memory=643564 CPUtime=4.52 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 27334 13120 0 0 437 8 4 3 20 0 15 0 408503976 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10849024 memory=643564 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11109400576 160891 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10849024 memory=784 CPUtime=1.34 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 678 13120 0 0 64 63 4 3 20 0 15 0 408503977 11109400576 160891 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 2301.69 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 643564 KiB

[startup+2322.3 s]
/proc/loadavg: 1.37 1.29 1.32 3/230 28815
/proc/meminfo: memFree=30494028/32770624 swapFree=67003372/67108860
[pid=28155] ppid=28152 vsize=10849024 memory=643600 CPUtime=2362.28 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 171155 13120 0 0 235949 272 4 3 20 0 15 0 408503962 11109400576 160900 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2712256 160900 3627 1 0 2674317 0
[pid=28155/tid=28208] ppid=28152 vsize=10849024 memory=643600 CPUtime=2304.21 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 50852 13120 0 0 230378 36 4 3 20 0 15 0 408503971 11109400576 160900 33554432000 4194304 4196468 140734355671680 140310362475008 140309968119076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10849024 memory=1056 CPUtime=7.81 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 8358 13120 0 0 730 44 4 3 20 0 15 0 408503972 11109400576 160900 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10849024 memory=643600 CPUtime=7.76 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 6697 13120 0 0 730 39 4 3 20 0 15 0 408503972 11109400576 160900 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10849024 memory=643600 CPUtime=7.76 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 7491 13120 0 0 728 41 4 3 20 0 15 0 408503972 11109400576 160900 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10849024 memory=643600 CPUtime=7.78 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 6026 13120 0 0 731 40 4 3 20 0 15 0 408503972 11109400576 160900 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10849024 memory=643600 CPUtime=7.22 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 10468 13120 0 0 676 39 4 3 20 0 15 0 408503973 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10849024 memory=643600 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 40 13120 0 0 0 0 4 3 20 0 15 0 408503973 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309392462816 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10849024 memory=643600 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309266686976 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10849024 memory=643600 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11109400576 160900 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10849024 memory=643600 CPUtime=6.93 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 27009 13120 0 0 679 7 4 3 20 0 15 0 408503976 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10849024 memory=643600 CPUtime=7.45 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 23975 13120 0 0 732 6 4 3 20 0 15 0 408503976 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10849024 memory=12024 CPUtime=4.52 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 27334 13120 0 0 437 8 4 3 20 0 15 0 408503976 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10849024 memory=643600 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11109400576 160900 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10849024 memory=643600 CPUtime=1.38 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 693 13120 0 0 66 65 4 3 20 0 15 0 408503977 11109400576 160900 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 2362.28 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 643600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.7 s]
/proc/loadavg: 1.34 1.30 1.32 3/230 28819
/proc/meminfo: memFree=30478984/32770624 swapFree=67003372/67108860
[pid=28155] ppid=28152 vsize=10849024 memory=643620 CPUtime=2400.07 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 171778 13120 0 0 239724 276 4 3 20 0 15 0 408503962 11109400576 160905 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2712256 160905 3627 1 0 2674317 0
[pid=28155/tid=28208] ppid=28152 vsize=10849024 memory=643620 CPUtime=2341.31 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 51171 13120 0 0 234088 36 4 3 20 0 15 0 408503971 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310362474944 140309965765905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.94 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 8369 13120 0 0 742 45 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.9 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 6708 13120 0 0 743 40 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.9 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 7520 13120 0 0 741 42 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10849024 memory=0 CPUtime=7.92 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 6236 13120 0 0 744 41 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.35 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 10500 13120 0 0 688 40 4 3 20 0 15 0 408503973 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 40 13120 0 0 0 0 4 3 20 0 15 0 408503973 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309392462816 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309266686976 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10849024 memory=643600 CPUtime=6.93 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 27011 13120 0 0 679 7 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10849024 memory=641376 CPUtime=7.45 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 23977 13120 0 0 732 6 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10849024 memory=643620 CPUtime=4.52 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 27336 13120 0 0 437 8 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11109400576 160905 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10849024 memory=643620 CPUtime=1.4 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 698 13120 0 0 67 66 4 3 20 0 15 0 408503977 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 643620 KiB

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

[startup+2359.73 s]
# the end of solver process 28155 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.31 s, system=2.80563 s

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

[startup+2359.7 s]
/proc/loadavg: 1.34 1.30 1.32 3/230 28819
/proc/meminfo: memFree=30478984/32770624 swapFree=67003372/67108860
[pid=28155] ppid=28152 vsize=10849024 memory=643620 CPUtime=2400.07 cores=0,2,4,6
/proc/28155/stat : 28155 (java) S 28152 28155 20959 0 -1 1077944320 171778 13120 0 0 239724 276 4 3 20 0 15 0 408503962 11109400576 160905 33554432000 4194304 4196468 140734355671680 140734355654224 140310390640375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
/proc/28155/statm: 2712256 160905 3627 1 0 2674317 0
[pid=28155/tid=28208] ppid=28152 vsize=10849024 memory=643620 CPUtime=2341.31 cores=0,2,4,6
/proc/28155/task/28208/stat : 28208 (java) R 28152 28155 20959 0 -1 4202560 51171 13120 0 0 234088 36 4 3 20 0 15 0 408503971 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310362474944 140309965765905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28209] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.94 cores=0,2,4,6
/proc/28155/task/28209/stat : 28209 (java) S 28152 28155 20959 0 -1 1077944384 8369 13120 0 0 742 45 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310394882832 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28210] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.9 cores=0,2,4,6
/proc/28155/task/28210/stat : 28210 (java) S 28152 28155 20959 0 -1 1077944384 6708 13120 0 0 743 40 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310283156368 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28211] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.9 cores=0,2,4,6
/proc/28155/task/28211/stat : 28211 (java) S 28152 28155 20959 0 -1 1077944384 7520 13120 0 0 741 42 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310282103824 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28212] ppid=28152 vsize=10849024 memory=0 CPUtime=7.92 cores=0,2,4,6
/proc/28155/task/28212/stat : 28212 (java) S 28152 28155 20959 0 -1 1077944384 6236 13120 0 0 744 41 4 3 20 0 15 0 408503972 11109400576 160905 33554432000 4194304 4196468 140734355671680 140310281051280 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28213] ppid=28152 vsize=10849024 memory=643620 CPUtime=7.35 cores=0,2,4,6
/proc/28155/task/28213/stat : 28213 (java) S 28152 28155 20959 0 -1 1077944384 10500 13120 0 0 688 40 4 3 20 0 15 0 408503973 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309393516528 140310390651522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28214] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28214/stat : 28214 (java) S 28152 28155 20959 0 -1 1077944384 40 13120 0 0 0 0 4 3 20 0 15 0 408503973 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309392462816 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28215] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28215/stat : 28215 (java) S 28152 28155 20959 0 -1 1077944384 1 13120 0 0 0 0 4 3 20 0 15 0 408503974 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309266686976 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28216] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28216/stat : 28216 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140308959287504 140310390658971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28217] ppid=28152 vsize=10849024 memory=643600 CPUtime=6.93 cores=0,2,4,6
/proc/28155/task/28217/stat : 28217 (java) S 28152 28155 20959 0 -1 1077944384 27011 13120 0 0 679 7 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309358905840 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28218] ppid=28152 vsize=10849024 memory=641376 CPUtime=7.45 cores=0,2,4,6
/proc/28155/task/28218/stat : 28218 (java) S 28152 28155 20959 0 -1 1077944384 23977 13120 0 0 732 6 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309357853296 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28219] ppid=28152 vsize=10849024 memory=643620 CPUtime=4.52 cores=0,2,4,6
/proc/28155/task/28219/stat : 28219 (java) S 28152 28155 20959 0 -1 1077944384 27336 13120 0 0 437 8 4 3 20 0 15 0 408503976 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309356800752 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28220] ppid=28152 vsize=10849024 memory=643620 CPUtime=0.07 cores=0,2,4,6
/proc/28155/task/28220/stat : 28220 (java) S 28152 28155 20959 0 -1 1077944384 3 13120 0 0 0 0 4 3 20 0 15 0 408503977 11109400576 160905 33554432000 4194304 4196468 140734355671680 140308925729888 140310390650581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
[pid=28155/tid=28221] ppid=28152 vsize=10849024 memory=643620 CPUtime=1.4 cores=0,2,4,6
/proc/28155/task/28221/stat : 28221 (java) S 28152 28155 20959 0 -1 1077944384 698 13120 0 0 67 66 4 3 20 0 15 0 408503977 11109400576 160905 33554432000 4194304 4196468 140734355671680 140309355747632 140310390651522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22032384 140734355679990 140734355682501 140734355682501 140734355685327 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 643620 KiB

Child status: 143
Real time (s): 2359.73
CPU time (s): 2400.12
CPU user time (s): 2397.31
CPU system time (s): 2.80563
CPU usage (%): 101.712
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 643620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.31
system time used= 2.80563
maximum resident set size= 647844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 224633
involuntary context switches= 10425


# summary of solver processes directly reported to runsolver:
#   pid: 28155
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.31
#   total CPU system time (s): 2.80563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3541 second user time and 23.1911 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 23:10:04
IDJOB=4392216
IDBENCH=135868
IDSOLVER=2837
FILE ID=node133/4392216-1568322643
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392216-1568322643/watcher-4392216-1568322643 -o /tmp/evaluation-result-4392216-1568322643/solver-4392216-1568322643 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=106092414 HOME/instance-4392216-1568322643.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=106092414

node133.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.18
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.18
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.18
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.18
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:        29447852 kB
MemAvailable:   29705092 kB
Buffers:          125700 kB
Cached:           415752 kB
SwapCached:         3548 kB
Active:          2511308 kB
Inactive:         224860 kB
Active(anon):    2218404 kB
Inactive(anon):    16420 kB
Active(file):     292904 kB
Inactive(file):   208440 kB
Unevictable:      110512 kB
Mlocked:          110512 kB
SwapTotal:      67108860 kB
SwapFree:       67003368 kB
Dirty:             34608 kB
Writeback:             0 kB
AnonPages:       2326032 kB
Mapped:            56212 kB
Shmem:             31228 kB
Slab:             172260 kB
SReclaimable:     143460 kB
SUnreclaim:        28800 kB
KernelStack:        4080 kB
PageTables:        11448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3385028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2154496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 23:49:24