Trace number 4396597

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.12.2SAT (TO)144 2400.11 2353.33

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2400.49
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.77/0.55	c Concrete v3.12.2.1568380929293 running
12.65/4.92	o 322
12.65/4.94	o 317
12.65/4.96	o 312
13.01/5.05	o 303
13.01/5.06	o 301
15.62/6.02	o 298
15.96/6.23	o 297
15.96/6.25	o 291
15.96/6.26	o 289
15.96/6.29	o 279
15.96/6.29	o 278
16.18/6.30	o 268
17.54/7.03	o 263
17.54/7.05	o 259
17.84/7.27	o 250
18.14/7.41	o 249
18.14/7.42	o 248
23.28/10.58	o 239
23.28/10.58	o 231
23.44/10.60	o 229
23.94/10.98	o 228
27.54/13.71	o 226
27.54/13.73	o 224
27.54/13.73	o 223
27.54/13.74	o 222
27.54/13.74	o 219
27.54/13.78	o 217
27.69/13.86	o 216
44.46/29.27	o 215
49.89/34.59	o 210
49.89/34.60	o 208
51.24/35.89	o 205
53.21/37.74	o 203
53.32/37.88	o 202
53.73/38.21	o 201
55.10/39.54	o 198
55.41/39.81	o 197
55.63/40.08	o 195
55.74/40.11	o 194
55.74/40.17	o 189
64.30/48.42	o 186
64.30/48.44	o 185
147.50/129.42	o 184
360.39/338.46	o 182
360.39/338.47	o 168
360.39/338.47	o 167
395.93/373.37	o 162
396.14/373.54	o 160
2370.25/2324.09	o 157
2387.84/2341.34	o 155
2388.05/2341.52	o 153
2390.49/2343.90	o 145
2390.49/2343.90	o 144
2400.06/2353.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.06/2353.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.06/2353.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.06/2353.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.06/2353.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.06/2353.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.06/2353.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.06/2353.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.06/2353.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2353.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2353.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2353.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2353.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.06/2353.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.06/2353.30		at scala.Option.map(Option.scala:243)
2400.06/2353.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.06/2353.30		at concrete.MAC.mac(MAC.scala:216)
2400.06/2353.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2353.30		at scala.util.Try$.apply(Try.scala:212)
2400.06/2353.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2353.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2353.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2353.30		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2353.30		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2353.30		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2353.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2353.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2353.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2353.30		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2353.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2353.30		at scala.util.Success.map(Try.scala:264)
2400.06/2353.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2353.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2353.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2353.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2353.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2353.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2353.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2353.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2353.31		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2353.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2353.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2353.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2353.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2353.31		at scala.App.main(App.scala:75)
2400.06/2353.31		at scala.App.main$(App.scala:73)
2400.06/2353.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2353.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2353.31	v <instantiation
2400.06/2353.31	v         cost = '144'>
2400.06/2353.31	v       <list>
2400.06/2353.31	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] 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]
2400.06/2353.31	v       </list>
2400.06/2353.31	v       <values>
2400.06/2353.31	v         8 9 7 4 6 3 2 5 1 21 24 22 23 17 18 12 13 0 10 11 25 33 32 34 31 26 27 28 30 29 20 19 14 15 16 2 2 1 4 1 6 1 2 14 1 5 1 4 1 5 1 7 4 4 10 9 1 4 1 6 2 6 11 2 10 1 6 1 2 6
2400.06/2353.31	v       </values>
2400.06/2353.31	v     </instantiation>
2400.06/2353.31	s SATISFIABLE

Verifier Data

OK	144

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396597-1568405405/watcher-4396597-1568405405 -o /tmp/evaluation-result-4396597-1568405405/solver-4396597-1568405405 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13964 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=752572078 HOME/instance-4396597-1568405405.xml 

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

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=15296, runsolver pid=15293

[startup+0.100058 s]*
/proc/loadavg: 1.28 1.31 1.32 3/217 15353
/proc/meminfo: memFree=30724964/32770624 swapFree=66922484/67108860
[pid=15296] ppid=15293 vsize=9972712 memory=15176 CPUtime=0.09 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 4579 13383 0 0 1 1 4 3 20 0 6 0 416796543 10212057088 3794 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2493178 3794 1935 1 0 2481616 0
[pid=15296/tid=15349] ppid=15293 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 2388 13383 0 0 0 0 4 3 20 0 6 0 416796552 10212057088 3860 33554432000 4194304 4196468 140728670885088 140709203858000 140709225118075 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 6 0 416796553 10212057088 3860 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=9972712 memory=3689486784033592992 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 6 0 416796553 10212057088 3860 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 6 0 416796553 10212057088 3860 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 6 0 416796553 10212057088 3860 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209908 s]*
/proc/loadavg: 1.28 1.31 1.32 3/226 15362
/proc/meminfo: memFree=30708684/32770624 swapFree=66922484/67108860
[pid=15296] ppid=15293 vsize=10819664 memory=35556 CPUtime=0.26 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 7275 13383 0 0 17 2 4 3 20 0 15 0 416796543 11079335936 8889 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2704916 8889 3175 1 0 2667149 0
[pid=15296/tid=15349] ppid=15293 vsize=10819664 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 3696 13383 0 0 10 1 4 3 20 0 15 0 416796552 11079335936 9401 33554432000 4194304 4196468 140728670885088 140709203836632 140709216101726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079335936 9401 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10819664 memory=3689486784033592992 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079335936 9401 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079335936 9401 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079335936 9401 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796554 11079335936 9401 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 33 13383 0 0 0 0 4 3 20 0 15 0 416796555 11079335936 9401 33554432000 4194304 4196468 140728670885088 140708690224160 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796555 11079335936 9465 33554432000 4194304 4196468 140728670885088 140708094665584 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 351 13383 0 0 1 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 341 13383 0 0 1 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10819664 memory=140164056618624 CPUtime=0.1 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) R 15293 15296 13932 0 -1 4202560 650 13383 0 0 3 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140708654561904 140709211155154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10819664 memory=140164056618624 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079335936 9465 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 35556 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.28 1.31 1.32 4/226 15362
/proc/meminfo: memFree=30696868/32770624 swapFree=66922484/67108860
[pid=15296] ppid=15293 vsize=10820148 memory=46960 CPUtime=0.39 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 11017 13383 0 0 29 3 4 3 20 0 15 0 416796543 11079831552 11740 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2705037 11740 3311 1 0 2667149 0
[pid=15296/tid=15349] ppid=15293 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 7357 13383 0 0 19 2 4 3 20 0 15 0 416796552 11079831552 11740 33554432000 4194304 4196468 140728670885088 140709203821152 140709232043165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079831552 11740 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079831552 11740 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10820148 memory=140164056618623 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796554 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 33 13383 0 0 0 0 4 3 20 0 15 0 416796555 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708690224160 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796555 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708094665584 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) R 15293 15296 13932 0 -1 1077944384 364 13383 0 0 2 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 351 13383 0 0 2 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10820148 memory=140164056618624 CPUtime=0.12 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) R 15293 15296 13932 0 -1 4202560 691 13383 0 0 5 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708654561904 140709232042586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10820148 memory=140164056618624 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796558 11079831552 11740 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46960 KiB

[startup+0.700726 s]
/proc/loadavg: 1.28 1.31 1.32 4/226 15362
/proc/meminfo: memFree=30681112/32770624 swapFree=66922484/67108860
[pid=15296] ppid=15293 vsize=10824360 memory=80468 CPUtime=1.13 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 15409 13383 0 0 101 5 4 3 20 0 15 0 416796543 11084144640 20117 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2706090 20117 3505 1 0 2668173 0
[pid=15296/tid=15349] ppid=15293 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 10448 13383 0 0 55 4 4 3 20 0 15 0 416796552 11084144640 20117 33554432000 4194304 4196468 140728670885088 140709203850784 140709216101726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10824360 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11084144640 20117 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10824360 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11084144640 20117 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10824360 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796553 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796553 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 5 13383 0 0 0 0 4 3 20 0 15 0 416796554 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 33 13383 0 0 0 0 4 3 20 0 15 0 416796555 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708690224160 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796555 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708094665584 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) R 15293 15296 13932 0 -1 4202560 892 13383 0 0 14 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708656667504 140709211356865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 783 13383 0 0 12 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 1026 13383 0 0 17 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10824360 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796558 11084144640 20117 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80468 KiB

[startup+1.50071 s]
/proc/loadavg: 1.28 1.31 1.32 3/226 15362
/proc/meminfo: memFree=30635328/32770624 swapFree=66922484/67108860
[pid=15296] ppid=15293 vsize=10834676 memory=169364 CPUtime=2.52 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 22432 13383 0 0 235 10 4 3 20 0 15 0 416796543 11094708224 42341 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2708669 42341 3587 1 0 2670733 0
[pid=15296/tid=15349] ppid=15293 vsize=10834676 memory=140163908899416 CPUtime=1.42 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 15397 13383 0 0 129 6 4 3 20 0 15 0 416796552 11094708224 42341 33554432000 4194304 4196468 140728670885088 140709203822896 140709232033174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 334 13383 0 0 1 0 4 3 20 0 15 0 416796553 11094708224 42341 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10834676 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 80 13383 0 0 0 0 4 3 20 0 15 0 416796553 11094708224 42341 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10834676 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 20 13383 0 0 1 0 4 3 20 0 15 0 416796553 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10834676 memory=280327818205600 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 70 13383 0 0 1 0 4 3 20 0 15 0 416796553 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10834676 memory=205844897626038 CPUtime=0.08 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 142 13383 0 0 1 0 4 3 20 0 15 0 416796554 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 33 13383 0 0 0 0 4 3 20 0 15 0 416796555 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708690224224 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10834676 memory=6011695843582571312 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 2 13383 0 0 0 0 4 3 20 0 15 0 416796555 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708094665600 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10834676 memory=-8412658770403813517 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10834676 memory=-7668917182949848256 CPUtime=0.38 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 1373 13383 0 0 31 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10834676 memory=8514726395714956677 CPUtime=0.33 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 955 13383 0 0 26 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10834676 memory=7100839887184299122 CPUtime=0.47 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 1811 13383 0 0 40 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10834676 memory=4628420171383865741 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1 13383 0 0 0 0 4 3 20 0 15 0 416796558 11094708224 42341 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834676 KiB

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

/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 60882 13383 0 0 224163 41 4 3 20 0 15 0 416796552 11111518208 170853 33554432000 4194304 4196468 140728670885088 140709203857424 140708849285915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10851092 memory=683412 CPUtime=9.33 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 9308 13383 0 0 881 45 4 3 20 0 15 0 416796553 11111518208 170853 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10851092 memory=683412 CPUtime=9.36 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 6252 13383 0 0 887 42 4 3 20 0 15 0 416796553 11111518208 170853 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10851092 memory=683412 CPUtime=9.34 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 8171 13383 0 0 881 46 4 3 20 0 15 0 416796553 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10851092 memory=683412 CPUtime=9.33 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 11191 13383 0 0 877 49 4 3 20 0 15 0 416796553 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10851092 memory=683412 CPUtime=8.37 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 10836 13383 0 0 790 40 4 3 20 0 15 0 416796554 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10851092 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 42 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708690224224 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10851092 memory=683412 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 7 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708094665600 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10851092 memory=683412 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10851092 memory=8317482817917895235 CPUtime=6.61 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 31295 13383 0 0 646 8 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10851092 memory=1984 CPUtime=7.09 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 28031 13383 0 0 697 5 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10851092 memory=683412 CPUtime=5.36 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 30552 13383 0 0 519 10 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10851092 memory=683412 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10851092 memory=683412 CPUtime=1.32 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1394 13383 0 0 53 72 4 3 20 0 15 0 416796558 11111518208 170853 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 2307.7 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 683412 KiB

[startup+2322.3 s]
/proc/loadavg: 1.69 1.64 1.48 3/226 15966
/proc/meminfo: memFree=27978856/32770624 swapFree=66922524/67108860
[pid=15296] ppid=15293 vsize=10851092 memory=683416 CPUtime=2368.52 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 201688 13383 0 0 236529 316 4 3 20 0 15 0 416796543 11111518208 170854 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2712773 170854 3630 1 0 2674829 0
[pid=15296/tid=15349] ppid=15293 vsize=10851092 memory=683416 CPUtime=2301.55 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 61438 13383 0 0 230106 42 4 3 20 0 15 0 416796552 11111518208 170854 33554432000 4194304 4196468 140728670885088 140709203855632 140709215196856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.6 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 9315 13383 0 0 907 46 4 3 20 0 15 0 416796553 11111518208 170854 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.64 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 6313 13383 0 0 914 43 4 3 20 0 15 0 416796553 11111518208 170854 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.61 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 8174 13383 0 0 907 47 4 3 20 0 15 0 416796553 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.61 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 11422 13383 0 0 903 51 4 3 20 0 15 0 416796553 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10851092 memory=140163909521473 CPUtime=8.61 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 10869 13383 0 0 813 41 4 3 20 0 15 0 416796554 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 42 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708690224224 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 7 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708094665600 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10851092 memory=683416 CPUtime=6.61 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 31296 13383 0 0 646 8 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10851092 memory=683416 CPUtime=7.09 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 28031 13383 0 0 697 5 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10851092 memory=3580 CPUtime=5.37 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 31170 13383 0 0 520 10 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10851092 memory=683416 CPUtime=1.36 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1397 13383 0 0 55 74 4 3 20 0 15 0 416796558 11111518208 170854 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 2368.52 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 683416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.3 s]
/proc/loadavg: 1.67 1.65 1.49 3/227 15968
/proc/meminfo: memFree=28082036/32770624 swapFree=66922524/67108860
[pid=15296] ppid=15293 vsize=10851092 memory=679308 CPUtime=2400.06 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 203252 13383 0 0 239677 322 4 3 20 0 15 0 416796543 11111518208 169827 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2712773 169827 3630 1 0 2674829 0
[pid=15296/tid=15349] ppid=15293 vsize=10851092 memory=679308 CPUtime=2332.18 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 62186 13383 0 0 233169 42 4 3 20 0 15 0 416796552 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709203857200 140708848405175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10851092 memory=679308 CPUtime=9.79 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 9387 13383 0 0 925 47 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10851092 memory=679308 CPUtime=9.82 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 6332 13383 0 0 931 44 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.79 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 8240 13383 0 0 924 48 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.78 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 11458 13383 0 0 920 51 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10851092 memory=140163909521473 CPUtime=8.77 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 11060 13383 0 0 827 43 4 3 20 0 15 0 416796554 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 42 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708690224224 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 7 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708094665600 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10851092 memory=679308 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10851092 memory=679308 CPUtime=6.62 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 31590 13383 0 0 647 8 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10851092 memory=679308 CPUtime=7.09 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 28033 13383 0 0 697 5 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10851092 memory=679308 CPUtime=5.37 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 31289 13383 0 0 520 10 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10851092 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10851092 memory=804 CPUtime=1.37 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1414 13383 0 0 55 75 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 679308 KiB

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

[startup+2353.33 s]
# the end of solver process 15296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.84 s, system=3.26467 s

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

[startup+2353.3 s]
/proc/loadavg: 1.67 1.65 1.49 3/227 15968
/proc/meminfo: memFree=28082036/32770624 swapFree=66922524/67108860
[pid=15296] ppid=15293 vsize=10851092 memory=679308 CPUtime=2400.06 cores=1,3,5,7
/proc/15296/stat : 15296 (java) S 15293 15296 13932 0 -1 1077944320 203252 13383 0 0 239677 322 4 3 20 0 15 0 416796543 11111518208 169827 33554432000 4194304 4196468 140728670885088 140728670867632 140709232021239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
/proc/15296/statm: 2712773 169827 3630 1 0 2674829 0
[pid=15296/tid=15349] ppid=15293 vsize=10851092 memory=679308 CPUtime=2332.18 cores=1,3,5,7
/proc/15296/task/15349/stat : 15349 (java) R 15293 15296 13932 0 -1 4202560 62186 13383 0 0 233169 42 4 3 20 0 15 0 416796552 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709203857200 140708848405175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15350] ppid=15293 vsize=10851092 memory=679308 CPUtime=9.79 cores=1,3,5,7
/proc/15296/task/15350/stat : 15350 (java) S 15293 15296 13932 0 -1 1077944384 9387 13383 0 0 925 47 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709236264080 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15351] ppid=15293 vsize=10851092 memory=679308 CPUtime=9.82 cores=1,3,5,7
/proc/15296/task/15351/stat : 15351 (java) S 15293 15296 13932 0 -1 1077944384 6332 13383 0 0 931 44 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140709170306064 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15352] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.79 cores=1,3,5,7
/proc/15296/task/15352/stat : 15352 (java) S 15293 15296 13932 0 -1 1077944384 8240 13383 0 0 924 48 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708803873680 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15353] ppid=15293 vsize=10851092 memory=683416 CPUtime=9.78 cores=1,3,5,7
/proc/15296/task/15353/stat : 15353 (java) S 15293 15296 13932 0 -1 1077944384 11458 13383 0 0 920 51 4 3 20 0 15 0 416796553 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708802820880 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15354] ppid=15293 vsize=10851092 memory=140163909521473 CPUtime=8.77 cores=1,3,5,7
/proc/15296/task/15354/stat : 15354 (java) S 15293 15296 13932 0 -1 1077944384 11060 13383 0 0 827 43 4 3 20 0 15 0 416796554 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708691278192 140709232032386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15355] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15355/stat : 15355 (java) S 15293 15296 13932 0 -1 1077944384 42 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708690224224 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15356] ppid=15293 vsize=10851092 memory=683416 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15356/stat : 15356 (java) S 15293 15296 13932 0 -1 1077944384 7 13383 0 0 0 0 4 3 20 0 15 0 416796555 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708094665600 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15357] ppid=15293 vsize=10851092 memory=679308 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15357/stat : 15357 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140707787265872 140709232039835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15358] ppid=15293 vsize=10851092 memory=679308 CPUtime=6.62 cores=1,3,5,7
/proc/15296/task/15358/stat : 15358 (java) S 15293 15296 13932 0 -1 1077944384 31590 13383 0 0 647 8 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708656667504 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15359] ppid=15293 vsize=10851092 memory=679308 CPUtime=7.09 cores=1,3,5,7
/proc/15296/task/15359/stat : 15359 (java) S 15293 15296 13932 0 -1 1077944384 28033 13383 0 0 697 5 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708655614704 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15360] ppid=15293 vsize=10851092 memory=679308 CPUtime=5.37 cores=1,3,5,7
/proc/15296/task/15360/stat : 15360 (java) S 15293 15296 13932 0 -1 1077944384 31289 13383 0 0 520 10 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708654561904 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15361] ppid=15293 vsize=10851092 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/15296/task/15361/stat : 15361 (java) S 15293 15296 13932 0 -1 1077944384 3 13383 0 0 0 0 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140707753708256 140709232031445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
[pid=15296/tid=15362] ppid=15293 vsize=10851092 memory=804 CPUtime=1.37 cores=1,3,5,7
/proc/15296/task/15362/stat : 15362 (java) S 15293 15296 13932 0 -1 1077944384 1414 13383 0 0 55 75 4 3 20 0 15 0 416796558 11111518208 169827 33554432000 4194304 4196468 140728670885088 140708653509296 140709232032386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140728670890736 140728670893253 140728670893253 140728670896079 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 679308 KiB

Child status: 143
Real time (s): 2353.33
CPU time (s): 2400.11
CPU user time (s): 2396.84
CPU system time (s): 3.26467
CPU usage (%): 101.988
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 806676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.84
system time used= 3.26467
maximum resident set size= 808724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249171
involuntary context switches= 6626


# summary of solver processes directly reported to runsolver:
#   pid: 15296
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.84
#   total CPU system time (s): 3.26467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9167 second user time and 20.4061 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 21:08:09
IDJOB=4396597
IDBENCH=135871
IDSOLVER=2847
FILE ID=node107/4396597-1568405405
RUNJOBID= node107-1568395638-13964
PBS_JOBID= 21701875
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396597-1568405405/watcher-4396597-1568405405 -o /tmp/evaluation-result-4396597-1568405405/solver-4396597-1568405405 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13964 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=752572078 HOME/instance-4396597-1568405405.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=752572078

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30731432 kB
MemAvailable:   31261332 kB
Buffers:          159860 kB
Cached:           642376 kB
SwapCached:        79324 kB
Active:          1059112 kB
Inactive:         393112 kB
Active(anon):     579796 kB
Inactive(anon):   100912 kB
Active(file):     479316 kB
Inactive(file):   292200 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922484 kB
Dirty:             35476 kB
Writeback:             0 kB
AnonPages:        685896 kB
Mapped:            47908 kB
Shmem:             22220 kB
Slab:             177236 kB
SReclaimable:     148440 kB
SUnreclaim:        28796 kB
KernelStack:        3856 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1822876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-13 21:47:22