Trace number 4304740

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)198 2520.11 2486.83

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-40-30-00_c18.xml
MD5SUMcd8c3cb9db38dc1b01c6d50a781e959c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark170
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size33
Maximum domain size40
Distribution of domain sizes[{"size":33,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.75	c Concrete v3.9.2.1532736233296 running
10.24/4.62	o 344
10.24/4.65	o 340
10.24/4.66	o 334
10.24/4.68	o 333
10.60/4.70	o 329
10.60/4.71	o 327
10.93/4.80	o 326
11.88/5.14	o 324
12.18/5.29	o 321
12.50/5.31	o 318
12.78/5.49	o 317
12.98/5.53	o 316
13.91/6.06	o 314
14.09/6.16	o 312
14.25/6.29	o 311
14.25/6.30	o 310
14.38/6.33	o 309
14.38/6.33	o 303
14.38/6.39	o 302
14.56/6.40	o 301
16.48/7.81	o 300
16.48/7.82	o 299
16.48/7.82	o 295
16.48/7.82	o 294
16.48/7.83	o 291
16.48/7.84	o 290
18.51/9.60	o 281
18.62/9.62	o 279
18.62/9.64	o 275
20.05/10.84	o 270
20.05/10.85	o 269
20.45/11.16	o 265
20.45/11.17	o 255
20.59/11.23	o 253
21.44/11.99	o 248
21.57/12.03	o 247
21.57/12.10	o 243
21.87/12.37	o 236
22.49/12.90	o 235
23.46/13.77	o 234
28.33/17.96	o 232
28.33/17.98	o 229
28.44/18.02	o 228
28.44/18.03	o 227
28.44/18.03	o 225
28.64/18.20	o 223
28.74/18.31	o 222
28.86/18.44	o 219
28.86/18.48	o 216
187.71/175.16	o 214
187.71/175.16	o 213
245.51/232.42	o 212
415.17/400.26	o 211
415.17/400.29	o 207
848.18/829.34	o 206
849.30/830.45	o 204
884.68/865.40	o 200
1318.04/1295.04	o 199
1363.36/1339.84	o 198
2520.08/2486.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2486.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2486.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2486.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2486.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2486.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2486.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2486.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2486.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2486.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2486.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2486.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.08/2486.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2486.80		at scala.Option.map(Option.scala:146)
2520.08/2486.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2486.80		at concrete.MAC.mac(MAC.scala:203)
2520.08/2486.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2486.80		at scala.util.Try$.apply(Try.scala:209)
2520.08/2486.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2486.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2486.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2486.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2486.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2486.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2486.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2486.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2486.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2486.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2486.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2486.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2486.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2486.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2486.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2486.80		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2486.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2486.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2486.80		at scala.util.Success.map(Try.scala:209)
2520.08/2486.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2486.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2486.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2486.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2486.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2486.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2486.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2486.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2486.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2486.80		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2486.80		at scala.App.main(App.scala:76)
2520.08/2486.80		at scala.App.main$(App.scala:74)
2520.08/2486.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2486.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2486.81	v <instantiation cost="198">
2520.08/2486.81	v       <list>
2520.08/2486.81	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39]
2520.08/2486.81	v       </list>
2520.08/2486.81	v       <values>
2520.08/2486.81	v         36 27 28 25 24 22 23 30 35 39 33 37 38 34 32 29 31 18 17 14 19 11 16 9 3 5 6 1 0 2 4 12 13 15 7 8 20 10 21 26 8 2 5 5 5 3 5 5 6 6 4 3 4 4 4 1 9 2 5 8 6 4 4 3 9 7 4 7 2 1 4 4 3 4 1 10 11 8 5 7
2520.08/2486.81	v       </values>
2520.08/2486.81	v     </instantiation>
2520.08/2486.81	s SATISFIABLE

Verifier Data

OK	198

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304740-1534147775/watcher-4304740-1534147775 -o /tmp/evaluation-result-4304740-1534147775/solver-4304740-1534147775 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1634589111 -superng HOME/instance-4304740-1534147775.xml 

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

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


[startup+0.100165 s]*
/proc/loadavg: 1.56 1.42 1.45 3/210 4367
/proc/meminfo: memFree=16367508/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=10005480 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 4419 13115 0 0 1 0 5 3 20 0 6 0 232340653 10245611520 3728 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2501370 3728 1934 1 0 2489808 0
[pid=4310/tid=4363] ppid=4307 vsize=10005480 memory=-8960322420946026437 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 2263 13115 0 0 1 0 5 3 20 0 6 0 232340662 10245611520 3794 33554432000 4194304 4196468 140728934858992 140045601759824 140045614003550 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 6 0 232340663 10245611520 3794 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=10005480 memory=139771207968384 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 6 0 232340663 10245611520 3794 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 6 0 232340663 10245611520 3794 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 6 0 232340663 10245611520 3794 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210116 s]*
/proc/loadavg: 1.56 1.42 1.45 3/219 4376
/proc/meminfo: memFree=16343320/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=10982744 memory=42952 CPUtime=0.26 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 7922 13115 0 0 17 1 5 3 20 0 15 0 232340653 11246329856 10738 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2745686 10738 2980 1 0 2708109 0
[pid=4310/tid=4363] ppid=4307 vsize=10982744 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 4591 13115 0 0 10 1 5 3 20 0 15 0 232340662 11246329856 10936 33554432000 4194304 4196468 140728934858992 140045601728144 140045610190476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246329856 10936 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=10982744 memory=139771207968384 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246329856 10936 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246329856 10936 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246329856 10936 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=10982744 memory=139771207968384 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 13 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044522218784 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340665 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044320892528 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 551 13115 0 0 1 0 5 3 20 0 15 0 232340667 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) R 4307 4310 1500 0 -1 1077944384 77 13115 0 0 1 0 5 3 20 0 15 0 232340667 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=10982744 memory=139771207968384 CPUtime=0.11 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 683 13115 0 0 3 0 5 3 20 0 15 0 232340667 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246329856 10936 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=10982744 memory=139771207968384 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246329856 10936 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42952 KiB

[startup+0.310352 s]*
/proc/loadavg: 1.56 1.42 1.45 3/219 4376
/proc/meminfo: memFree=16332280/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=10983192 memory=54400 CPUtime=0.39 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 10654 13115 0 0 29 2 5 3 20 0 15 0 232340653 11246788608 13600 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2745798 13600 3099 1 0 2708109 0
[pid=4310/tid=4363] ppid=4307 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 7081 13115 0 0 20 1 5 3 20 0 15 0 232340662 11246788608 13600 33554432000 4194304 4196468 140728934858992 140045601735072 140045629944989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=10983192 memory=7301287531169075280 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 13600 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 13600 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 13600 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 13600 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 13 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044522218784 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340665 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044320892528 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 557 13115 0 0 1 0 5 3 20 0 15 0 232340667 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 84 13115 0 0 1 0 5 3 20 0 15 0 232340667 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 712 13115 0 0 5 0 5 3 20 0 15 0 232340667 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246788608 13600 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246788608 13600 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54400 KiB

[startup+0.700821 s]
/proc/loadavg: 1.56 1.42 1.45 3/219 4376
/proc/meminfo: memFree=16320372/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=10983192 memory=87524 CPUtime=1 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 17103 13115 0 0 88 4 5 3 20 0 15 0 232340653 11246788608 21881 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2745798 21881 3238 1 0 2708109 0
[pid=4310/tid=4363] ppid=4307 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 12299 13115 0 0 56 3 5 3 20 0 15 0 232340662 11246788608 21881 33554432000 4194304 4196468 140728934858992 140045601750944 140045614003550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 21881 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=10983192 memory=3560 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 21881 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 21881 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340663 11246788608 21881 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 5 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 13 13115 0 0 0 0 5 3 20 0 15 0 232340664 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044522218784 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340665 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044320892528 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 1200 13115 0 0 10 0 5 3 20 0 15 0 232340667 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 458 13115 0 0 7 0 5 3 20 0 15 0 232340667 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 923 13115 0 0 13 0 5 3 20 0 15 0 232340667 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246788608 21881 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340668 11246788608 21881 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87524 KiB

[startup+1.50075 s]
/proc/loadavg: 1.56 1.42 1.45 3/219 4376
/proc/meminfo: memFree=16276708/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=10998092 memory=181208 CPUtime=2.39 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 24618 13115 0 0 222 9 5 3 20 0 15 0 232340653 11262046208 45302 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2749523 45302 3472 1 0 2711181 0
[pid=4310/tid=4363] ppid=4307 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 17734 13115 0 0 130 5 5 3 20 0 15 0 232340662 11262046208 45302 33554432000 4194304 4196468 140728934858992 140045601751696 140045629944989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 28 13115 0 0 1 0 5 3 20 0 15 0 232340663 11262046208 45302 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 142 13115 0 0 1 0 5 3 20 0 15 0 232340663 11262046208 45302 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=10998092 memory=3683998604062831409 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 20 13115 0 0 1 0 5 3 20 0 15 0 232340663 11262046208 45302 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 75 13115 0 0 0 0 5 3 20 0 15 0 232340663 11262046208 45302 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 68 13115 0 0 1 0 5 3 20 0 15 0 232340664 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=10998092 memory=279542107285760 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 13 13115 0 0 0 0 5 3 20 0 15 0 232340664 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044522218848 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340665 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044320892544 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=10998092 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=10998092 memory=5772 CPUtime=0.36 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 1786 13115 0 0 28 0 5 3 20 0 15 0 232340667 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=10998092 memory=1444 CPUtime=0.3 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 994 13115 0 0 22 0 5 3 20 0 15 0 232340667 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=10998092 memory=1160 CPUtime=0.42 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 1557 13115 0 0 34 0 5 3 20 0 15 0 232340667 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=10998092 memory=968 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11262046208 45302 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=10998092 memory=12144 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1 13115 0 0 0 0 5 3 20 0 15 0 232340668 11262046208 45302 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10998092 KiB

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

/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 87703 13115 0 0 231188 26 5 3 20 0 15 0 232340662 11345952768 154759 33554432000 4194304 4196468 140728934858992 140045601758368 140045215933088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=11080032 memory=1788 CPUtime=4.7 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 11423 13115 0 0 434 28 5 3 20 0 15 0 232340663 11345952768 154759 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=11080032 memory=619036 CPUtime=4.68 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 13580 13115 0 0 432 28 5 3 20 0 15 0 232340663 11345952768 154759 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=11080032 memory=619036 CPUtime=4.67 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 8704 13115 0 0 431 28 5 3 20 0 15 0 232340663 11345952768 154759 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=11080032 memory=619036 CPUtime=4.7 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 8371 13115 0 0 436 26 5 3 20 0 15 0 232340663 11345952768 154759 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=11080032 memory=619036 CPUtime=3.99 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 10745 13115 0 0 370 21 5 3 20 0 15 0 232340664 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=11080032 memory=619036 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 14 13115 0 0 0 0 5 3 20 0 15 0 232340664 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044522218912 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=11080032 memory=619036 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340665 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044320892544 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=11080032 memory=619036 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=11080032 memory=619036 CPUtime=7.43 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 60880 13115 0 0 726 9 5 3 20 0 15 0 232340667 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=11080032 memory=619036 CPUtime=7.84 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 61097 13115 0 0 769 7 5 3 20 0 15 0 232340667 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=11080032 memory=619036 CPUtime=3.56 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 57217 13115 0 0 339 9 5 3 20 0 15 0 232340667 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=11080032 memory=619036 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11345952768 154759 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=11080032 memory=619036 CPUtime=1.31 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1931 13115 0 0 61 62 5 3 20 0 15 0 232340668 11345952768 154759 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 2354.48 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 619036 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.35 1.39 3/219 4454
/proc/meminfo: memFree=15860444/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=11080032 memory=621108 CPUtime=2414.87 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 325157 13115 0 0 241260 219 5 3 20 0 15 0 232340653 11345952768 155277 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2770008 155277 3529 1 0 2731661 0
[pid=4310/tid=4363] ppid=4307 vsize=11080032 memory=621108 CPUtime=2371.95 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 88275 13115 0 0 237160 27 5 3 20 0 15 0 232340662 11345952768 155277 33554432000 4194304 4196468 140728934858992 140045601758400 140045215933088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.84 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 11438 13115 0 0 448 28 5 3 20 0 15 0 232340663 11345952768 155277 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.81 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 13594 13115 0 0 445 28 5 3 20 0 15 0 232340663 11345952768 155277 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.8 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 8748 13115 0 0 444 28 5 3 20 0 15 0 232340663 11345952768 155277 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.83 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 8795 13115 0 0 448 27 5 3 20 0 15 0 232340663 11345952768 155277 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.1 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 10946 13115 0 0 380 22 5 3 20 0 15 0 232340664 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=11080032 memory=621108 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 14 13115 0 0 0 0 5 3 20 0 15 0 232340664 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044522218912 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=11080032 memory=132 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340665 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044320892544 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=11080032 memory=621108 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=11080032 memory=912 CPUtime=7.43 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 60882 13115 0 0 726 9 5 3 20 0 15 0 232340667 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=11080032 memory=3848 CPUtime=7.84 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 61099 13115 0 0 769 7 5 3 20 0 15 0 232340667 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=11080032 memory=621108 CPUtime=3.56 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 57219 13115 0 0 339 9 5 3 20 0 15 0 232340667 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=11080032 memory=8812 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11345952768 155277 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=11080032 memory=4576 CPUtime=1.33 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1947 13115 0 0 62 63 5 3 20 0 15 0 232340668 11345952768 155277 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 2414.87 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621108 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.38 1.40 3/220 4463
/proc/meminfo: memFree=15859528/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=11080032 memory=621132 CPUtime=2475.28 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 326376 13115 0 0 247296 224 5 3 20 0 15 0 232340653 11345952768 155283 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2770008 155283 3529 1 0 2731661 0
[pid=4310/tid=4363] ppid=4307 vsize=11080032 memory=621132 CPUtime=2431.67 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 88783 13115 0 0 243132 27 5 3 20 0 15 0 232340662 11345952768 155283 33554432000 4194304 4196468 140728934858992 140045601757472 140045207894462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.97 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 11443 13115 0 0 460 29 5 3 20 0 15 0 232340663 11345952768 155283 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.95 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 13666 13115 0 0 458 29 5 3 20 0 15 0 232340663 11345952768 155283 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=11080032 memory=621108 CPUtime=4.94 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 9098 13115 0 0 457 29 5 3 20 0 15 0 232340663 11345952768 155283 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=11080032 memory=621120 CPUtime=4.96 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 8854 13115 0 0 460 28 5 3 20 0 15 0 232340663 11345952768 155283 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=11080032 memory=621132 CPUtime=4.21 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 11148 13115 0 0 391 22 5 3 20 0 15 0 232340664 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=11080032 memory=621108 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 14 13115 0 0 0 0 5 3 20 0 15 0 232340664 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044522218912 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=11080032 memory=621132 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340665 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044320892544 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=11080032 memory=621132 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=11080032 memory=621132 CPUtime=7.43 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 60884 13115 0 0 726 9 5 3 20 0 15 0 232340667 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=11080032 memory=7378131411126087269 CPUtime=7.84 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 61101 13115 0 0 769 7 5 3 20 0 15 0 232340667 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=11080032 memory=621132 CPUtime=3.56 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 57221 13115 0 0 339 9 5 3 20 0 15 0 232340667 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=11080032 memory=621132 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11345952768 155283 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=11080032 memory=621132 CPUtime=1.37 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1964 13115 0 0 64 65 5 3 20 0 15 0 232340668 11345952768 155283 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 2475.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.8 s]
/proc/loadavg: 1.27 1.34 1.38 3/220 4596
/proc/meminfo: memFree=15494288/32770624 swapFree=67108852/67108860
[pid=4310] ppid=4307 vsize=11080032 memory=621144 CPUtime=2520.08 cores=0,2,4,6
/proc/4310/stat : 4310 (java) S 4307 4310 1500 0 -1 1077944320 327118 13115 0 0 251774 226 5 3 20 0 15 0 232340653 11345952768 155286 33554432000 4194304 4196468 140728934858992 140728934841536 140045629923063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
/proc/4310/statm: 2770008 155286 3529 1 0 2731661 0
[pid=4310/tid=4363] ppid=4307 vsize=11080032 memory=2664 CPUtime=2475.95 cores=0,2,4,6
/proc/4310/task/4363/stat : 4363 (java) R 4307 4310 1500 0 -1 4202560 89088 13115 0 0 247560 27 5 3 20 0 15 0 232340662 11345952768 155286 33554432000 4194304 4196468 140728934858992 140045601755328 140045212780253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4364] ppid=4307 vsize=11080032 memory=2596 CPUtime=5.08 cores=0,2,4,6
/proc/4310/task/4364/stat : 4364 (java) S 4307 4310 1500 0 -1 1077944384 11482 13115 0 0 471 29 5 3 20 0 15 0 232340663 11345952768 155286 33554432000 4194304 4196468 140728934858992 140045634165136 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4365] ppid=4307 vsize=11080032 memory=2244 CPUtime=5.04 cores=0,2,4,6
/proc/4310/task/4365/stat : 4365 (java) S 4307 4310 1500 0 -1 1077944384 13669 13115 0 0 467 29 5 3 20 0 15 0 232340663 11345952768 155286 33554432000 4194304 4196468 140728934858992 140045530368272 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4366] ppid=4307 vsize=11080032 memory=4132 CPUtime=5.04 cores=0,2,4,6
/proc/4310/task/4366/stat : 4366 (java) S 4307 4310 1500 0 -1 1077944384 9440 13115 0 0 467 29 5 3 20 0 15 0 232340663 11345952768 155286 33554432000 4194304 4196468 140728934858992 140045168601744 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4367] ppid=4307 vsize=11080032 memory=2192 CPUtime=5.06 cores=0,2,4,6
/proc/4310/task/4367/stat : 4367 (java) S 4307 4310 1500 0 -1 1077944384 8869 13115 0 0 470 28 5 3 20 0 15 0 232340663 11345952768 155286 33554432000 4194304 4196468 140728934858992 140045167548944 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4368] ppid=4307 vsize=11080032 memory=952 CPUtime=4.29 cores=0,2,4,6
/proc/4310/task/4368/stat : 4368 (java) S 4307 4310 1500 0 -1 1077944384 11174 13115 0 0 399 22 5 3 20 0 15 0 232340664 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044598749808 140045629934210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4369] ppid=4307 vsize=11080032 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4369/stat : 4369 (java) S 4307 4310 1500 0 -1 1077944384 14 13115 0 0 0 0 5 3 20 0 15 0 232340664 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044522218912 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4370] ppid=4307 vsize=11080032 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4370/stat : 4370 (java) S 4307 4310 1500 0 -1 1077944384 2 13115 0 0 0 0 5 3 20 0 15 0 232340665 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044320892544 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4371] ppid=4307 vsize=11080032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4371/stat : 4371 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340667 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044013492816 140045629941659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4372] ppid=4307 vsize=11080032 memory=2416 CPUtime=7.43 cores=0,2,4,6
/proc/4310/task/4372/stat : 4372 (java) S 4307 4310 1500 0 -1 1077944384 60886 13115 0 0 726 9 5 3 20 0 15 0 232340667 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044597696624 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4373] ppid=4307 vsize=11080032 memory=1536 CPUtime=7.84 cores=0,2,4,6
/proc/4310/task/4373/stat : 4373 (java) S 4307 4310 1500 0 -1 1077944384 61103 13115 0 0 769 7 5 3 20 0 15 0 232340667 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044596643824 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4374] ppid=4307 vsize=11080032 memory=7528 CPUtime=3.56 cores=0,2,4,6
/proc/4310/task/4374/stat : 4374 (java) S 4307 4310 1500 0 -1 1077944384 57223 13115 0 0 339 9 5 3 20 0 15 0 232340667 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044595591536 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4375] ppid=4307 vsize=11080032 memory=828 CPUtime=0.08 cores=0,2,4,6
/proc/4310/task/4375/stat : 4375 (java) S 4307 4310 1500 0 -1 1077944384 3 13115 0 0 0 0 5 3 20 0 15 0 232340668 11345952768 155286 33554432000 4194304 4196468 140728934858992 140043582695904 140045629933269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
[pid=4310/tid=4376] ppid=4307 vsize=11080032 memory=1408 CPUtime=1.39 cores=0,2,4,6
/proc/4310/task/4376/stat : 4376 (java) S 4307 4310 1500 0 -1 1077944384 1970 13115 0 0 65 66 5 3 20 0 15 0 232340668 11345952768 155286 33554432000 4194304 4196468 140728934858992 140044594539440 140045629934210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140728934865507 140728934868316 140728934868316 140728934870991 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621144 KiB

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

[startup+2486.83 s]
# the end of solver process 4310 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.81 s, system=2.30307 s

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

Child status: 143
Real time (s): 2486.83
CPU time (s): 2520.11
CPU user time (s): 2517.81
CPU system time (s): 2.30307
CPU usage (%): 101.339
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 944504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.81
system time used= 2.30307
maximum resident set size= 950604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142559
involuntary context switches= 6630


# summary of solver processes directly reported to runsolver:
#   pid: 4310
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.81
#   total CPU system time (s): 2.30307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9407 second user time and 21.683 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 10:09:35
IDJOB=4304740
IDBENCH=141628
IDSOLVER=2781
FILE ID=node135/4304740-1534147775
RUNJOBID= node135-1534137835-2125
PBS_JOBID= 21037020
Free space on /tmp= 42692 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-40-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304740-1534147775/watcher-4304740-1534147775 -o /tmp/evaluation-result-4304740-1534147775/solver-4304740-1534147775 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534137835-2125 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1634589111 -superng HOME/instance-4304740-1534147775.xml

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

MD5SUM BENCH= cd8c3cb9db38dc1b01c6d50a781e959c
RANDOM SEED=1634589111

node135.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.50
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.50
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.50
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.50
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:        16373084 kB
MemAvailable:   31241244 kB
Buffers:          255768 kB
Cached:         14707280 kB
SwapCached:            8 kB
Active:          8108516 kB
Inactive:        7572352 kB
Active(anon):     666980 kB
Inactive(anon):   103288 kB
Active(file):    7441536 kB
Inactive(file):  7469064 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27044 kB
Writeback:             0 kB
AnonPages:        726440 kB
Mapped:            75796 kB
Shmem:             49816 kB
Slab:             414644 kB
SReclaimable:     386020 kB
SUnreclaim:        28624 kB
KernelStack:        3888 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1961496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    520192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42664 MiB
End job on node135 at 2018-08-13 10:51:02