Trace number 4401179

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)794 2520.12 2472.83

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark20119.8
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
31.82/21.17	o 1143
47.33/32.81	o 1133
57.04/41.92	o 1077
57.04/41.92	o 1067
57.04/41.93	o 1065
57.04/41.93	o 1064
57.04/41.95	o 1058
57.04/41.96	o 1055
57.04/41.97	o 1053
64.80/49.47	o 988
64.80/49.48	o 977
64.95/49.53	o 972
64.95/49.59	o 968
65.07/49.69	o 967
65.18/49.73	o 958
65.18/49.73	o 947
153.85/136.97	o 913
153.85/136.99	o 900
153.98/137.07	o 899
153.98/137.09	o 879
154.09/137.17	o 872
154.09/137.17	o 868
154.09/137.18	o 865
154.18/137.25	o 848
154.29/137.36	o 845
154.69/137.55	o 840
154.69/137.57	o 833
154.69/137.58	o 829
154.92/137.65	o 828
155.44/138.01	o 824
155.44/138.04	o 823
155.73/138.21	o 818
155.98/138.44	o 817
155.98/138.45	o 816
155.98/138.46	o 803
631.29/607.27	o 802
631.29/607.28	o 799
631.53/607.47	o 798
632.25/608.14	o 794
2520.08/2472.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2472.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2472.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2472.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.08/2472.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2472.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2472.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.08/2472.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2472.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2472.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2472.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2472.81		at scala.Option.map(Option.scala:243)
2520.08/2472.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2472.81		at concrete.MAC.mac(MAC.scala:216)
2520.08/2472.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2472.81		at scala.util.Try$.apply(Try.scala:212)
2520.08/2472.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2472.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2472.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2472.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2472.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2472.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2472.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2472.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2472.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2472.81		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2472.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2472.81		at scala.util.Success.map(Try.scala:264)
2520.08/2472.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2472.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2472.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2472.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2472.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2472.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2472.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2472.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2472.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2472.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2472.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2472.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2472.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2472.81		at scala.App.main(App.scala:75)
2520.08/2472.81		at scala.App.main$(App.scala:73)
2520.08/2472.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2472.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2472.81	v <instantiation
2520.08/2472.81	v         cost = '794'>
2520.08/2472.81	v       <list>
2520.08/2472.81	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2520.08/2472.81	v       </list>
2520.08/2472.81	v       <values>
2520.08/2472.81	v         47 36 35 32 20 11 10 17 15 8 6 63 52 46 41 58 61 64 67 71 21 27 12 3 2 0 19 40 81 79 83 72 49 37 66 88 99 92 95 75 82 68 65 16 23 14 5 4 13 43 57 73 76 80 97 93 96 87 89 85 77 78 84 94 98 69 70 74 28 22 33 48 50 55 62 54 51 44 39 34 30 26 18 9 1 7 25 31 56 45 24 29 38 90 86 91 53 59 60 42 7 1 1 6 5 3 4 7 4 3 34 8 3 2 6 7 4 1 2 25 4 7 6 10 5 12 10 19 11 3 6 11 13 13 15 6 8 8 9 4 8 2 25 15 18 9 4 10 16 7 8 4 3 8 4 6 6 8 5 6 4 4 14 1 17 2 2 30 3 8 6 1 2 5 6 10 6 2 3 4 7 3 6 7 6 9 10 10 4 15 2 6 43 4 6 21 6 1 7 6
2520.08/2472.81	v       </values>
2520.08/2472.81	v     </instantiation>
2520.08/2472.81	s SATISFIABLE

Verifier Data

OK	794

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401179-1568689724/watcher-4401179-1568689724 -o /tmp/evaluation-result-4401179-1568689724/solver-4401179-1568689724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=236484995 HOME/instance-4401179-1568689724.xml 

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

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

solver pid=30468, runsolver pid=30465

[startup+0.100088 s]*
/proc/loadavg: 1.39 1.38 1.40 3/224 30525
/proc/meminfo: memFree=30283024/32770624 swapFree=67004544/67108860
[pid=30468] ppid=30465 vsize=9972712 memory=19124 CPUtime=0.1 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 4503 13538 0 0 1 1 6 2 20 0 6 0 445212055 10212057088 4781 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2493178 4781 1937 1 0 2481616 0
[pid=30468/tid=30521] ppid=30465 vsize=9972712 memory=4279135703980080784 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 2288 13538 0 0 1 0 6 2 20 0 6 0 445212064 10212057088 4781 33554432000 4194304 4196468 140736134994848 140395898180176 140395909535728 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 6 0 445212065 10212057088 4781 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=9972712 memory=140071820543616 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 6 0 445212065 10212057088 4781 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 6 0 445212065 10212057088 4781 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 6 0 445212065 10212057088 4781 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210585 s]*
/proc/loadavg: 1.39 1.38 1.40 4/233 30534
/proc/meminfo: memFree=30265632/32770624 swapFree=67004544/67108860
[pid=30468] ppid=30465 vsize=10820196 memory=41600 CPUtime=0.27 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 7268 13538 0 0 18 1 6 2 20 0 15 0 445212055 11079880704 10400 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2705049 10400 3271 1 0 2667149 0
[pid=30468/tid=30521] ppid=30465 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 3769 13538 0 0 11 0 6 2 20 0 15 0 445212064 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395898157600 140395926365341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10820196 memory=140071820543616 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10820196 memory=140071820543616 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212066 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 13 13538 0 0 0 0 6 2 20 0 15 0 445212067 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395367360032 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212067 11079880704 10400 33554432000 4194304 4196468 140736134994848 140394763380080 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11079880704 10400 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 593 13538 0 0 1 0 6 2 20 0 15 0 445212069 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 66 13538 0 0 1 0 6 2 20 0 15 0 445212069 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10820196 memory=140071820543616 CPUtime=0.11 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 602 13538 0 0 3 0 6 2 20 0 15 0 445212070 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11079880704 10400 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10820196 memory=140071820543616 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212070 11079880704 10400 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41600 KiB

[startup+0.311175 s]*
/proc/loadavg: 1.39 1.38 1.40 3/233 30534
/proc/meminfo: memFree=30253280/32770624 swapFree=67004544/67108860
[pid=30468] ppid=30465 vsize=10820196 memory=50040 CPUtime=0.41 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 10379 13538 0 0 30 3 6 2 20 0 15 0 445212055 11079880704 12510 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2705049 12510 3314 1 0 2667149 0
[pid=30468/tid=30521] ppid=30465 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 6864 13538 0 0 19 2 6 2 20 0 15 0 445212064 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395898161504 140395910423902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212065 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212066 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 13 13538 0 0 0 0 6 2 20 0 15 0 445212067 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395367360032 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212067 11079880704 12510 33554432000 4194304 4196468 140736134994848 140394763380080 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11079880704 12510 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 594 13538 0 0 2 0 6 2 20 0 15 0 445212069 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 66 13538 0 0 1 0 6 2 20 0 15 0 445212069 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 620 13538 0 0 5 0 6 2 20 0 15 0 445212070 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11079880704 12510 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212070 11079880704 12510 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50040 KiB

[startup+0.701172 s]
/proc/loadavg: 1.39 1.38 1.40 3/233 30534
/proc/meminfo: memFree=30238108/32770624 swapFree=67004544/67108860
[pid=30468] ppid=30465 vsize=10824364 memory=83212 CPUtime=1.11 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 15069 13538 0 0 98 5 6 2 20 0 15 0 445212055 11084148736 20803 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2706091 20803 3506 1 0 2668173 0
[pid=30468/tid=30521] ppid=30465 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 10520 13538 0 0 55 4 6 2 20 0 15 0 445212064 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395898169472 140395911712880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10824364 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212065 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212065 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 5 13538 0 0 0 0 6 2 20 0 15 0 445212066 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 13 13538 0 0 0 0 6 2 20 0 15 0 445212067 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395367360032 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212067 11084148736 20803 33554432000 4194304 4196468 140736134994848 140394763380080 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11084148736 20803 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10824364 memory=13252 CPUtime=0.21 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) R 30465 30468 22966 0 -1 4202560 1024 13538 0 0 13 0 6 2 20 0 15 0 445212069 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395451705712 140395905532977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10824364 memory=15460 CPUtime=0.19 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) R 30465 30468 22966 0 -1 4202560 461 13538 0 0 11 0 6 2 20 0 15 0 445212069 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395450652912 140395910614829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 823 13538 0 0 17 0 6 2 20 0 15 0 445212070 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11084148736 20803 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212070 11084148736 20803 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83212 KiB

[startup+1.5012 s]
/proc/loadavg: 1.39 1.38 1.40 4/233 30534
/proc/meminfo: memFree=30188476/32770624 swapFree=67004544/67108860
[pid=30468] ppid=30465 vsize=10834680 memory=186128 CPUtime=2.62 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 22601 13538 0 0 244 10 6 2 20 0 15 0 445212055 11094712320 46532 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2708670 46532 3584 1 0 2670733 0
[pid=30468/tid=30521] ppid=30465 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 15384 13538 0 0 129 6 6 2 20 0 15 0 445212064 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395898157776 140395905421064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 51 13538 0 0 1 0 6 2 20 0 15 0 445212065 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 31 13538 0 0 1 0 6 2 20 0 15 0 445212065 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 298 13538 0 0 1 0 6 2 20 0 15 0 445212065 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 78 13538 0 0 1 0 6 2 20 0 15 0 445212065 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 142 13538 0 0 1 0 6 2 20 0 15 0 445212066 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10834680 memory=280143402707200 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 13 13538 0 0 0 0 6 2 20 0 15 0 445212067 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395367360096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 2 13538 0 0 0 0 6 2 20 0 15 0 445212067 11094712320 46532 33554432000 4194304 4196468 140736134994848 140394763380096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10834680 memory=8252 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11094712320 46532 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10834680 memory=6032 CPUtime=0.43 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 1703 13538 0 0 35 0 6 2 20 0 15 0 445212069 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10834680 memory=1056 CPUtime=0.4 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 932 13538 0 0 32 0 6 2 20 0 15 0 445212069 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10834680 memory=1540 CPUtime=0.47 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 1750 13538 0 0 39 0 6 2 20 0 15 0 445212070 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10834680 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11094712320 46532 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10834680 memory=4000 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1 13538 0 0 0 0 6 2 20 0 15 0 445212070 11094712320 46532 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10834680 KiB

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

/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 82382 13538 0 0 230621 35 6 2 20 0 15 0 445212064 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395898155776 140395533041920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10851096 memory=385616 CPUtime=8.43 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 14307 13538 0 0 792 43 6 2 20 0 15 0 445212065 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10851096 memory=1220 CPUtime=8.46 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 16578 13538 0 0 797 41 6 2 20 0 15 0 445212065 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10851096 memory=385556 CPUtime=8.46 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 18159 13538 0 0 792 46 6 2 20 0 15 0 445212065 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10851096 memory=385616 CPUtime=8.45 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 11683 13538 0 0 790 47 6 2 20 0 15 0 445212065 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10851096 memory=385616 CPUtime=5.75 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 11352 13538 0 0 532 35 6 2 20 0 15 0 445212066 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10851096 memory=385556 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 25 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395367360096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10851096 memory=385392 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 33 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96404 33554432000 4194304 4196468 140736134994848 140394763380096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10851096 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11111522304 96404 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10851096 memory=385556 CPUtime=7.76 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 51664 13538 0 0 760 8 6 2 20 0 15 0 445212069 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10851096 memory=47864 CPUtime=7.52 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 46917 13538 0 0 735 9 6 2 20 0 15 0 445212069 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10851096 memory=385616 CPUtime=5.63 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 50392 13538 0 0 545 10 6 2 20 0 15 0 445212070 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10851096 memory=385616 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11111522304 96404 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10851096 memory=385556 CPUtime=1.22 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1243 13538 0 0 58 56 6 2 20 0 15 0 445212070 11111522304 96404 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 2367.72 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 385616 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.49 1.44 3/233 30893
/proc/meminfo: memFree=29018952/32770624 swapFree=67004556/67108860
[pid=30468] ppid=30465 vsize=10851096 memory=387664 CPUtime=2428.47 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 308444 13538 0 0 242540 299 6 2 20 0 15 0 445212055 11111522304 96916 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2712774 96916 3637 1 0 2674829 0
[pid=30468/tid=30521] ppid=30465 vsize=10851096 memory=387664 CPUtime=2366.18 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 82955 13538 0 0 236575 35 6 2 20 0 15 0 445212064 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395898178736 140395526663609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10851096 memory=385616 CPUtime=8.69 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 14604 13538 0 0 816 45 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.72 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 16758 13538 0 0 822 42 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.7 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 18202 13538 0 0 815 47 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.69 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 11854 13538 0 0 814 47 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10851096 memory=387664 CPUtime=5.92 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 11558 13538 0 0 549 35 6 2 20 0 15 0 445212066 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10851096 memory=387664 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 25 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395367360096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10851096 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 33 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394763380096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10851096 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10851096 memory=387664 CPUtime=7.76 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 51666 13538 0 0 760 8 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10851096 memory=387664 CPUtime=7.52 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 46919 13538 0 0 735 9 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10851096 memory=3280 CPUtime=5.63 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 50394 13538 0 0 545 10 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10851096 memory=47864 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10851096 memory=988 CPUtime=1.25 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1260 13538 0 0 59 58 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 2428.47 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387664 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.51 1.45 4/234 30899
/proc/meminfo: memFree=29017352/32770624 swapFree=67004556/67108860
[pid=30468] ppid=30465 vsize=10851096 memory=387664 CPUtime=2489.22 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 309738 13538 0 0 248610 304 6 2 20 0 15 0 445212055 11111522304 96916 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2712774 96916 3637 1 0 2674829 0
[pid=30468/tid=30521] ppid=30465 vsize=10851096 memory=387664 CPUtime=2425.72 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 83500 13538 0 0 242528 36 6 2 20 0 15 0 445212064 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395898166912 140395535898938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.94 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 14732 13538 0 0 841 45 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.97 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 16837 13538 0 0 846 43 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.95 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 18602 13538 0 0 839 48 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10851096 memory=387664 CPUtime=8.95 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 11949 13538 0 0 839 48 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10851096 memory=387664 CPUtime=6.09 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 11593 13538 0 0 565 36 6 2 20 0 15 0 445212066 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10851096 memory=387664 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 25 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395367360096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10851096 memory=4000 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 33 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394763380096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10851096 memory=387664 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10851096 memory=2052 CPUtime=7.76 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 51668 13538 0 0 760 8 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10851096 memory=387664 CPUtime=7.52 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 46921 13538 0 0 735 9 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10851096 memory=387664 CPUtime=5.63 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 50396 13538 0 0 545 10 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10851096 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10851096 memory=25432 CPUtime=1.29 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1266 13538 0 0 61 60 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 2489.22 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.8 s]
/proc/loadavg: 1.58 1.52 1.46 3/233 30900
/proc/meminfo: memFree=29018528/32770624 swapFree=67004556/67108860
[pid=30468] ppid=30465 vsize=10851096 memory=387664 CPUtime=2520.08 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 22966 0 -1 1077944320 310169 13538 0 0 251693 307 6 2 20 0 15 0 445212055 11111522304 96916 33554432000 4194304 4196468 140736134994848 140736134977392 140395926343415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
/proc/30468/statm: 2712774 96916 3637 1 0 2674829 0
[pid=30468/tid=30521] ppid=30465 vsize=10851096 memory=6791534058613427641 CPUtime=2455.99 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 22966 0 -1 4202560 83668 13538 0 0 245555 36 6 2 20 0 15 0 445212064 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395898160336 140395533042810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30522] ppid=30465 vsize=10851096 memory=288230583166042426 CPUtime=9.06 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 22966 0 -1 1077944384 14735 13538 0 0 853 45 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395930585744 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30523] ppid=30465 vsize=10851096 memory=14127840492784186 CPUtime=9.09 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 22966 0 -1 1077944384 16848 13538 0 0 858 43 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395845405200 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30524] ppid=30465 vsize=10851096 memory=2116 CPUtime=9.07 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 22966 0 -1 1077944384 18644 13538 0 0 850 49 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395844352400 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30525] ppid=30465 vsize=10851096 memory=4000 CPUtime=9.07 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 22966 0 -1 1077944384 11963 13538 0 0 850 49 6 2 20 0 15 0 445212065 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395843299600 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30526] ppid=30465 vsize=10851096 memory=2832 CPUtime=6.17 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 22966 0 -1 1077944384 11772 13538 0 0 573 36 6 2 20 0 15 0 445212066 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395452758896 140395926354562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30527] ppid=30465 vsize=10851096 memory=1212 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 22966 0 -1 1077944384 25 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395367360096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30528] ppid=30465 vsize=10851096 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 22966 0 -1 1077944384 33 13538 0 0 0 0 6 2 20 0 15 0 445212067 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394763380096 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30529] ppid=30465 vsize=10851096 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394455980368 140395926362011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30530] ppid=30465 vsize=10851096 memory=784 CPUtime=7.76 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 22966 0 -1 1077944384 51668 13538 0 0 760 8 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395451705712 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30531] ppid=30465 vsize=10851096 memory=8252 CPUtime=7.52 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 22966 0 -1 1077944384 46922 13538 0 0 735 9 6 2 20 0 15 0 445212069 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395450652912 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30532] ppid=30465 vsize=10851096 memory=6032 CPUtime=5.63 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 22966 0 -1 1077944384 50396 13538 0 0 545 10 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395449600112 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30533] ppid=30465 vsize=10851096 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 22966 0 -1 1077944384 3 13538 0 0 0 0 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140394422421728 140395926353621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
[pid=30468/tid=30534] ppid=30465 vsize=10851096 memory=1540 CPUtime=1.31 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 22966 0 -1 1077944384 1279 13538 0 0 62 61 6 2 20 0 15 0 445212070 11111522304 96916 33554432000 4194304 4196468 140736134994848 140395448548528 140395926354562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27275264 140736135002864 140736135005381 140736135005381 140736135008207 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 387664 KiB

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

[startup+2472.83 s]
# the end of solver process 30468 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.01 s, system=3.10522 s

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

Child status: 143
Real time (s): 2472.83
CPU time (s): 2520.12
CPU user time (s): 2517.01
CPU system time (s): 3.10522
CPU usage (%): 101.913
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 782960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.01
system time used= 3.10522
maximum resident set size= 791180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196690
involuntary context switches= 5245


# summary of solver processes directly reported to runsolver:
#   pid: 30468
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.01
#   total CPU system time (s): 3.10522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0085 second user time and 23.5774 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 05:08:05
IDJOB=4401179
IDBENCH=135903
IDSOLVER=2857
FILE ID=node133/4401179-1568689724
RUNJOBID= node133-1568673291-22998
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401179-1568689724/watcher-4401179-1568689724 -o /tmp/evaluation-result-4401179-1568689724/solver-4401179-1568689724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=236484995 HOME/instance-4401179-1568689724.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=236484995

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30291580 kB
MemAvailable:   31167252 kB
Buffers:          242704 kB
Cached:           923368 kB
SwapCached:         3188 kB
Active:          1304976 kB
Inactive:         587836 kB
Active(anon):     750160 kB
Inactive(anon):    25172 kB
Active(file):     554816 kB
Inactive(file):   562664 kB
Unevictable:      110508 kB
Mlocked:          110508 kB
SwapTotal:      67108860 kB
SwapFree:       67004544 kB
Dirty:             35372 kB
Writeback:             0 kB
AnonPages:        882756 kB
Mapped:            61996 kB
Shmem:             40096 kB
Slab:             177236 kB
SReclaimable:     148056 kB
SUnreclaim:        29180 kB
KernelStack:        4096 kB
PageTables:         7672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1968356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59504 MiB
End job on node133 at 2019-09-17 05:49:18