Trace number 4302695

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)223 252.115 238.337

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark252.072
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.35/4.78	o 365
10.59/4.81	o 362
10.59/4.83	o 354
11.62/5.16	o 353
11.62/5.19	o 352
14.14/6.10	o 332
14.14/6.10	o 330
15.65/7.26	o 320
15.65/7.27	o 317
15.65/7.28	o 311
15.96/7.42	o 310
15.96/7.42	o 307
15.96/7.44	o 305
17.83/8.71	o 303
17.83/8.71	o 300
17.83/8.72	o 299
17.83/8.72	o 298
17.83/8.73	o 297
19.06/9.65	o 294
21.17/11.50	o 293
21.17/11.55	o 292
31.21/20.60	o 289
32.52/21.82	o 284
110.94/98.87	o 278
111.36/99.30	o 277
111.46/99.31	o 275
111.46/99.32	o 274
124.26/112.03	o 272
222.53/209.18	o 269
222.53/209.20	o 267
222.66/209.20	o 266
222.77/209.36	o 263
222.87/209.49	o 262
222.97/209.50	o 256
223.37/209.95	o 255
224.08/210.65	o 254
226.31/212.89	o 253
228.12/214.66	o 252
228.42/214.99	o 248
251.65/237.98	o 237
251.65/237.98	o 229
251.65/237.98	o 226
251.65/237.99	o 225
251.65/237.99	o 223
252.06/238.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/238.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/238.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/238.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/238.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/238.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/238.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/238.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/238.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/238.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/238.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/238.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/238.31		at scala.Option.map(Option.scala:146)
252.06/238.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/238.31		at concrete.MAC.mac(MAC.scala:203)
252.06/238.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/238.31		at scala.util.Try$.apply(Try.scala:209)
252.06/238.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/238.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/238.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/238.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/238.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/238.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/238.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/238.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/238.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/238.31		at concrete.MAC.oneRun(MAC.scala:253)
252.06/238.31		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/238.31		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/238.31		at concrete.Solver.hasNext(Solver.scala:166)
252.06/238.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/238.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/238.31		at concrete.Solver.foreach(Solver.scala:68)
252.06/238.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/238.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/238.31		at scala.util.Success.map(Try.scala:209)
252.06/238.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/238.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/238.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/238.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/238.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/238.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/238.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/238.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/238.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/238.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/238.31		at scala.App.main(App.scala:76)
252.06/238.31		at scala.App.main$(App.scala:74)
252.06/238.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/238.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/238.31	v <instantiation cost="223">
252.06/238.31	v       <list>
252.06/238.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] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44]
252.06/238.31	v       </list>
252.06/238.31	v       <values>
252.06/238.31	v         33 32 41 31 25 11 24 18 10 4 3 12 13 17 26 16 15 6 2 0 9 8 14 21 19 30 27 20 5 7 1 34 40 36 35 42 44 43 39 38 37 28 22 23 29 2 8 7 4 9 8 6 4 2 1 3 1 6 7 6 1 4 2 2 9 1 9 5 2 6 1 4 8 5 4 19 4 3 2 8 7 9 4 4 1 8 4 4 4 5
252.06/238.31	v       </values>
252.06/238.31	v     </instantiation>
252.06/238.31	s SATISFIABLE

Verifier Data

OK	223

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302695-1532898637/watcher-4302695-1532898637 -o /tmp/evaluation-result-4302695-1532898637/solver-4302695-1532898637 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1117277203 -superng HOME/instance-4302695-1532898637.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=1399, runsolver pid=1396

[startup+0.100132 s]*
/proc/loadavg: 1.68 1.79 1.50 3/210 1461
/proc/meminfo: memFree=20442476/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=10005480 memory=16284 CPUtime=0.09 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 4234 13228 0 0 1 0 5 3 20 0 6 0 107426897 10245611520 4071 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2501370 4071 1920 1 0 2489808 0
[pid=1399/tid=1454] ppid=1396 vsize=10005480 memory=8940607975817108597 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 2093 13228 0 0 1 0 5 3 20 0 6 0 107426907 10245611520 4648 33554432000 4194304 4196468 140732934483808 140141461070416 140141474916181 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=10005480 memory=-7001736328920018669 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 6 0 107426907 10245611520 4648 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=10005480 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 6 0 107426907 10245611520 4648 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 6 0 107426907 10245611520 4648 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 6 0 107426907 10245611520 4648 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210058 s]*
/proc/loadavg: 1.68 1.79 1.50 3/219 1475
/proc/meminfo: memFree=20418732/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=10982744 memory=43432 CPUtime=0.26 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 7046 13228 0 0 17 1 5 3 20 0 15 0 107426897 11246329856 10858 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2745686 10858 2946 1 0 2708109 0
[pid=1399/tid=1454] ppid=1396 vsize=10982744 memory=8940607975817108597 CPUtime=0.2 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 4070 13228 0 0 11 1 5 3 20 0 15 0 107426907 11246329856 11320 33554432000 4194304 4196468 140732934483808 140141461048912 140141469509469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=10982744 memory=-7001736328920018669 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246329856 11320 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=10982744 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246329856 11320 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246329856 11320 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246329856 11320 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=10982744 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246329856 11320 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 13 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246329856 11320 33554432000 4194304 4196468 140732934483808 140140286567840 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11246329856 11320 33554432000 4194304 4196468 140732934483808 140140085241328 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246329856 11386 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 350 13228 0 0 1 0 5 3 20 0 15 0 107426912 11246329856 11386 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 258 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246329856 11386 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=10982744 memory=139723268482688 CPUtime=0.11 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 627 13228 0 0 3 0 5 3 20 0 15 0 107426912 11246329856 11386 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246329856 11386 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=10982744 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426913 11246329856 11386 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43432 KiB

[startup+0.310272 s]*
/proc/loadavg: 1.68 1.79 1.50 3/219 1475
/proc/meminfo: memFree=20405488/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=10983192 memory=56872 CPUtime=0.39 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 10274 13228 0 0 28 3 5 3 20 0 15 0 107426897 11246788608 14152 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2745798 14218 3065 1 0 2708109 0
[pid=1399/tid=1454] ppid=1396 vsize=10983192 memory=2964 CPUtime=0.29 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 6914 13228 0 0 19 2 5 3 20 0 15 0 107426907 11246788608 14326 33554432000 4194304 4196468 140732934483808 140141461045664 140141473314142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=10983192 memory=4294967297 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 14326 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=10983192 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 14326 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 14326 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=10983192 memory=2 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 14326 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=10983192 memory=139723268482687 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 13 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140286567840 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140085241328 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246788608 14326 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 350 13228 0 0 1 0 5 3 20 0 15 0 107426912 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 261 13228 0 0 1 0 5 3 20 0 15 0 107426912 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=10983192 memory=139723268482688 CPUtime=0.13 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 646 13228 0 0 5 0 5 3 20 0 15 0 107426912 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246788608 14326 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=10983192 memory=139723268482688 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426913 11246788608 14326 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56872 KiB

[startup+0.700736 s]
/proc/loadavg: 1.68 1.79 1.50 3/219 1475
/proc/meminfo: memFree=20394696/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=10983192 memory=90420 CPUtime=1 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 16729 13228 0 0 88 4 5 3 20 0 15 0 107426897 11246788608 22605 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2745798 22605 3238 1 0 2708109 0
[pid=1399/tid=1454] ppid=1396 vsize=10983192 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 12102 13228 0 0 56 3 5 3 20 0 15 0 107426907 11246788608 22605 33554432000 4194304 4196468 140732934483808 140141461056656 140141475419566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 22605 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 22605 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 22605 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=10983192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426907 11246788608 22605 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 5 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 13 13228 0 0 0 0 5 3 20 0 15 0 107426909 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140286567840 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140085241328 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=10983192 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246788608 22605 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 717 13228 0 0 7 0 5 3 20 0 15 0 107426912 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 939 13228 0 0 9 0 5 3 20 0 15 0 107426912 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 744 13228 0 0 13 0 5 3 20 0 15 0 107426912 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11246788608 22605 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=10983192 memory=279446275752176 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426913 11246788608 22605 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90420 KiB

[startup+1.50076 s]
/proc/loadavg: 1.71 1.79 1.50 3/219 1475
/proc/meminfo: memFree=20350836/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=10998092 memory=184452 CPUtime=2.4 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 24311 13228 0 0 221 11 5 3 20 0 15 0 107426897 11262046208 46113 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2749523 46113 3474 1 0 2711181 0
[pid=1399/tid=1454] ppid=1396 vsize=10998092 memory=8 CPUtime=1.43 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 17579 13228 0 0 129 6 5 3 20 0 15 0 107426907 11262046208 46113 33554432000 4194304 4196468 140732934483808 140141461064848 140141489255581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=10998092 memory=1343 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 165 13228 0 0 0 0 5 3 20 0 15 0 107426907 11262046208 46113 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 67 13228 0 0 1 0 5 3 20 0 15 0 107426907 11262046208 46113 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=10998092 memory=279446275891632 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 25 13228 0 0 1 0 5 3 20 0 15 0 107426907 11262046208 46113 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=10998092 memory=14130048190422801 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 24 13228 0 0 1 0 5 3 20 0 15 0 107426907 11262046208 46113 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 45 13228 0 0 1 0 5 3 20 0 15 0 107426909 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=10998092 memory=7518034348396861520 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 14 13228 0 0 0 0 5 3 20 0 15 0 107426909 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140286567904 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=10998092 memory=7666631141572832339 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140085241344 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=10998092 memory=4639059877604708710 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11262046208 46113 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=10998092 memory=6363681283794813024 CPUtime=0.27 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 1196 13228 0 0 19 0 5 3 20 0 15 0 107426912 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=10998092 memory=7666364995466192728 CPUtime=0.38 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 1599 13228 0 0 30 0 5 3 20 0 15 0 107426912 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=10998092 memory=5859273620209619044 CPUtime=0.42 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 1393 13228 0 0 34 0 5 3 20 0 15 0 107426912 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=10998092 memory=5865491479076426066 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11262046208 46113 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=10998092 memory=5792825802846453857 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426913 11262046208 46113 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10998092 KiB

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

/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 60173 13228 0 0 16138 19 5 3 20 0 15 0 107426907 11345952768 168753 33554432000 4194304 4196468 140732934483808 140141461064928 140141059906651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=11080032 memory=698096 CPUtime=0.51 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 1973 13228 0 0 32 11 5 3 20 0 15 0 107426907 11345952768 168753 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=11080032 memory=689376 CPUtime=0.51 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2092 13228 0 0 32 11 5 3 20 0 15 0 107426907 11345952768 168753 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=11080032 memory=681168 CPUtime=0.5 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 3644 13228 0 0 31 11 5 3 20 0 15 0 107426907 11345952768 168753 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=11080032 memory=682192 CPUtime=0.5 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 2451 13228 0 0 32 10 5 3 20 0 15 0 107426907 11345952768 168753 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=11080032 memory=675012 CPUtime=0.19 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 3961 13228 0 0 9 2 5 3 20 0 15 0 107426909 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=11080032 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 15 13228 0 0 0 0 5 3 20 0 15 0 107426909 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140286567968 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140085241344 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=11080032 memory=682192 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 168753 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=11080032 memory=682192 CPUtime=5.43 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 27961 13228 0 0 531 4 5 3 20 0 15 0 107426912 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=11080032 memory=268418276160754 CPUtime=4.42 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 16098 13228 0 0 430 4 5 3 20 0 15 0 107426912 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=11080032 memory=139723138191249 CPUtime=2.12 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 17774 13228 0 0 199 5 5 3 20 0 15 0 107426912 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=11080032 memory=681168 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 168753 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=11080032 memory=699124 CPUtime=0.16 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 905 13228 0 0 4 4 5 3 20 0 15 0 107426913 11345952768 168753 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 175.39 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 675012 KiB

[startup+222.301 s]
/proc/loadavg: 1.44 1.63 1.50 3/219 1610
/proc/meminfo: memFree=23005324/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=11080032 memory=597568 CPUtime=235.92 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 143124 13228 0 0 23496 88 5 3 20 0 15 0 107426897 11345952768 149392 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2770008 149392 3529 1 0 2731661 0
[pid=1399/tid=1454] ppid=1396 vsize=11080032 memory=620136 CPUtime=221.51 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 60934 13228 0 0 22124 19 5 3 20 0 15 0 107426907 11345952768 149392 33554432000 4194304 4196468 140732934483808 140141461068096 140141057716438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=11080032 memory=614492 CPUtime=0.58 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 2499 13228 0 0 38 12 5 3 20 0 15 0 107426907 11345952768 149392 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=11080032 memory=626292 CPUtime=0.58 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 2129 13228 0 0 39 11 5 3 20 0 15 0 107426907 11345952768 149392 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=11080032 memory=602704 CPUtime=0.57 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 3675 13228 0 0 37 12 5 3 20 0 15 0 107426907 11345952768 149392 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=11080032 memory=598600 CPUtime=0.57 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 2473 13228 0 0 38 11 5 3 20 0 15 0 107426907 11345952768 149392 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=11080032 memory=446 CPUtime=0.24 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 4047 13228 0 0 13 3 5 3 20 0 15 0 107426909 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=11080032 memory=597568 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 15 13228 0 0 0 0 5 3 20 0 15 0 107426909 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140286567968 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=11080032 memory=597568 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140085241344 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=11080032 memory=597572 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 149392 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=11080032 memory=164 CPUtime=5.57 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 28804 13228 0 0 545 4 5 3 20 0 15 0 107426912 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=11080032 memory=600136 CPUtime=4.54 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 16761 13228 0 0 442 4 5 3 20 0 15 0 107426912 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=11080032 memory=4132 CPUtime=2.18 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 18662 13228 0 0 205 5 5 3 20 0 15 0 107426912 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=11080032 memory=601164 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 149392 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=11080032 memory=602704 CPUtime=0.19 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 922 13228 0 0 5 6 5 3 20 0 15 0 107426913 11345952768 149392 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 235.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 597568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.301 s]
/proc/loadavg: 1.56 1.65 1.51 3/219 1610
/proc/meminfo: memFree=23028600/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=11080032 memory=581192 CPUtime=252.06 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 145800 13228 0 0 25109 89 5 3 20 0 15 0 107426897 11345952768 145298 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2770008 145298 3529 1 0 2731661 0
[pid=1399/tid=1454] ppid=1396 vsize=11080032 memory=585300 CPUtime=237.47 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 61227 13228 0 0 23720 19 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141461068272 140141050422923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=11080032 memory=586840 CPUtime=0.6 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 2514 13228 0 0 40 12 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=11080032 memory=610396 CPUtime=0.6 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 3220 13228 0 0 41 11 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=11080032 memory=602704 CPUtime=0.59 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 3720 13228 0 0 39 12 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=11080032 memory=598600 CPUtime=0.59 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 2496 13228 0 0 40 11 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=11080032 memory=620136 CPUtime=0.25 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 4088 13228 0 0 14 3 5 3 20 0 15 0 107426909 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=11080032 memory=626292 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 15 13228 0 0 0 0 5 3 20 0 15 0 107426909 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140286567968 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=11080032 memory=585300 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140085241344 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=11080032 memory=583760 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=11080032 memory=2257 CPUtime=5.59 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 29149 13228 0 0 547 4 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=11080032 memory=581196 CPUtime=4.58 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 17404 13228 0 0 446 4 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=11080032 memory=30700 CPUtime=2.2 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 18825 13228 0 0 207 5 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=11080032 memory=579144 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=11080032 memory=580172 CPUtime=0.2 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 939 13228 0 0 6 6 5 3 20 0 15 0 107426913 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 581192 KiB

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

[startup+238.337 s]
# the end of solver process 1399 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.166 s, system=0.949561 s

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

[startup+238.301 s]
/proc/loadavg: 1.56 1.65 1.51 3/219 1610
/proc/meminfo: memFree=23028600/32770624 swapFree=67108860/67108860
[pid=1399] ppid=1396 vsize=11080032 memory=581192 CPUtime=252.06 cores=0,2,4,6
/proc/1399/stat : 1399 (java) S 1396 1399 29938 0 -1 1077944320 145800 13228 0 0 25109 89 5 3 20 0 15 0 107426897 11345952768 145298 33554432000 4194304 4196468 140732934483808 140732934466352 140141489233655 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
/proc/1399/statm: 2770008 145298 3529 1 0 2731661 0
[pid=1399/tid=1454] ppid=1396 vsize=11080032 memory=585300 CPUtime=237.47 cores=0,2,4,6
/proc/1399/task/1454/stat : 1454 (java) R 1396 1399 29938 0 -1 4202560 61227 13228 0 0 23720 19 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141461068272 140141050422923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1455] ppid=1396 vsize=11080032 memory=586840 CPUtime=0.6 cores=0,2,4,6
/proc/1399/task/1455/stat : 1455 (java) S 1396 1399 29938 0 -1 1077944384 2514 13228 0 0 40 12 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141493475600 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1456] ppid=1396 vsize=11080032 memory=610396 CPUtime=0.6 cores=0,2,4,6
/proc/1399/task/1456/stat : 1456 (java) S 1396 1399 29938 0 -1 1077944384 3220 13228 0 0 41 11 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141364124048 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1457] ppid=1396 vsize=11080032 memory=602704 CPUtime=0.59 cores=0,2,4,6
/proc/1399/task/1457/stat : 1457 (java) S 1396 1399 29938 0 -1 1077944384 3720 13228 0 0 39 12 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141363071504 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1461] ppid=1396 vsize=11080032 memory=598600 CPUtime=0.59 cores=0,2,4,6
/proc/1399/task/1461/stat : 1461 (java) S 1396 1399 29938 0 -1 1077944384 2496 13228 0 0 40 11 5 3 20 0 15 0 107426907 11345952768 145298 33554432000 4194304 4196468 140732934483808 140141362018960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1463] ppid=1396 vsize=11080032 memory=620136 CPUtime=0.25 cores=0,2,4,6
/proc/1399/task/1463/stat : 1463 (java) S 1396 1399 29938 0 -1 1077944384 4088 13228 0 0 14 3 5 3 20 0 15 0 107426909 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140660394480 140141489244802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1468] ppid=1396 vsize=11080032 memory=626292 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1468/stat : 1468 (java) S 1396 1399 29938 0 -1 1077944384 15 13228 0 0 0 0 5 3 20 0 15 0 107426909 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140286567968 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1469] ppid=1396 vsize=11080032 memory=585300 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1469/stat : 1469 (java) S 1396 1399 29938 0 -1 1077944384 1 13228 0 0 0 0 5 3 20 0 15 0 107426910 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140085241344 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1470] ppid=1396 vsize=11080032 memory=583760 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1470/stat : 1470 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140139777841872 140141489252251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1471] ppid=1396 vsize=11080032 memory=2257 CPUtime=5.59 cores=0,2,4,6
/proc/1399/task/1471/stat : 1471 (java) S 1396 1399 29938 0 -1 1077944384 29149 13228 0 0 547 4 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140659341296 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1472] ppid=1396 vsize=11080032 memory=581196 CPUtime=4.58 cores=0,2,4,6
/proc/1399/task/1472/stat : 1472 (java) S 1396 1399 29938 0 -1 1077944384 17404 13228 0 0 446 4 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140658288752 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1473] ppid=1396 vsize=11080032 memory=30700 CPUtime=2.2 cores=0,2,4,6
/proc/1399/task/1473/stat : 1473 (java) S 1396 1399 29938 0 -1 1077944384 18825 13228 0 0 207 5 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140657236208 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1474] ppid=1396 vsize=11080032 memory=579144 CPUtime=0.08 cores=0,2,4,6
/proc/1399/task/1474/stat : 1474 (java) S 1396 1399 29938 0 -1 1077944384 3 13228 0 0 0 0 5 3 20 0 15 0 107426912 11345952768 145298 33554432000 4194304 4196468 140732934483808 140139347044960 140141489243861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
[pid=1399/tid=1475] ppid=1396 vsize=11080032 memory=580172 CPUtime=0.2 cores=0,2,4,6
/proc/1399/task/1475/stat : 1475 (java) S 1396 1399 29938 0 -1 1077944384 939 13228 0 0 6 6 5 3 20 0 15 0 107426913 11345952768 145298 33554432000 4194304 4196468 140732934483808 140140656184112 140141489244802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140732934486632 140732934489441 140732934489441 140732934492111 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 581192 KiB

Child status: 143
Real time (s): 238.337
CPU time (s): 252.115
CPU user time (s): 251.166
CPU system time (s): 0.949561
CPU usage (%): 105.781
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 958776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.166
system time used= 0.949561
maximum resident set size= 969016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159594
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16056
involuntary context switches= 880


# summary of solver processes directly reported to runsolver:
#   pid: 1399
#   total CPU time (s): 252.115
#   total CPU user time (s): 251.166
#   total CPU system time (s): 0.949561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44415 second user time and 2.25979 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 23:10:37
IDJOB=4302695
IDBENCH=141620
IDSOLVER=2777
FILE ID=node132/4302695-1532898637
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58392 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-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-4302695-1532898637/watcher-4302695-1532898637 -o /tmp/evaluation-result-4302695-1532898637/solver-4302695-1532898637 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1117277203 -superng HOME/instance-4302695-1532898637.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=1117277203

node132.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.65
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.65
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.65
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.65
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:        20449188 kB
MemAvailable:   28139880 kB
Buffers:          226716 kB
Cached:          7691892 kB
SwapCached:            0 kB
Active:          6392076 kB
Inactive:        5363804 kB
Active(anon):    3787396 kB
Inactive(anon):    77820 kB
Active(file):    2604680 kB
Inactive(file):  5285984 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:       3844796 kB
Mapped:            57988 kB
Shmem:             25248 kB
Slab:             257052 kB
SReclaimable:     228488 kB
SUnreclaim:        28564 kB
KernelStack:        3616 kB
PageTables:        13188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5029608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3586048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 23:14:36