Trace number 4403262

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.3SAT (TO)781 2400.06 2359.63

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-02.xml
MD5SUM0e4189ad20205ae354a6aa8eb292dbdf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark421
Best CPU time to get the best result obtained on this benchmark2011.35
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size60
Maximum domain size100
Distribution of domain sizes[{"size":60,"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.91/0.61	c Concrete v3.12.3.1568965526260 running
38.32/27.22	o 885
38.32/27.30	o 880
50.49/37.04	o 787
50.49/37.05	o 786
50.49/37.10	o 784
50.76/37.12	o 783
50.76/37.20	o 781
2400.00/2359.62	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2359.62		at concrete.MAC.mac(MAC.scala:192)
2400.00/2359.62		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2359.62		at scala.util.Try$.apply(Try.scala:210)
2400.00/2359.62		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2359.62		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2359.62		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2359.62		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2359.62		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2359.62		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2359.62		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2359.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2359.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2359.62		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2359.62		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2359.62		at scala.util.Success.map(Try.scala:262)
2400.00/2359.62		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2359.62		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2359.62		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2359.62		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2359.62		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2359.62		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2359.62		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2359.62		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2359.62		at scala.App.$anonfun$main$1(App.scala:73)
2400.00/2359.62		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.00/2359.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2359.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2359.62		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.00/2359.62		at scala.App.main(App.scala:73)
2400.00/2359.62		at scala.App.main$(App.scala:71)
2400.00/2359.62		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2359.62		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2359.62	v <instantiation
2400.00/2359.62	v         cost = '781'>
2400.00/2359.62	v       <list>
2400.00/2359.62	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]
2400.00/2359.62	v       </list>
2400.00/2359.62	v       <values>
2400.00/2359.62	v         12 34 29 59 40 41 46 43 35 36 48 30 31 23 24 21 3 5 11 9 8 18 20 27 28 33 39 42 50 52 54 56 58 62 65 63 53 74 71 69 72 66 67 86 93 98 97 92 82 77 81 80 79 68 73 70 60 47 44 19 7 25 22 2 4 6 14 17 13 49 26 16 10 15 57 96 87 75 64 45 99 91 88 90 94 84 76 78 83 61 55 51 37 38 32 95 89 85 1 0 10 3 14 16 4 3 1 7 2 34 16 5 3 2 4 9 6 5 3 1 6 1 4 5 2 5 4 5 1 6 1 3 4 5 4 6 12 2 3 3 2 1 12 5 4 3 4 5 5 2 9 1 6 3 6 5 7 4 11 9 27 9 19 8 33 6 2 2 17 11 9 5 10 21 24 5 7 9 12 30 4 4 3 1 6 26 2 5 13 4 2 9 3 2 39 2 4 42 1 9
2400.00/2359.62	v       </values>
2400.00/2359.62	v     </instantiation>
2400.00/2359.62	s SATISFIABLE

Verifier Data

OK	781

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403262-1568980790/watcher-4403262-1568980790 -o /tmp/evaluation-result-4403262-1568980790/solver-4403262-1568980790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23755 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403262-1568980790.xml 

running on 4 cores: 0-3

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


[startup+0.100177 s]*
/proc/loadavg: 1.63 1.74 1.71 3/214 27774
/proc/meminfo: memFree=4249956/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=9972712 memory=13068 CPUtime=0.08 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 4049 13142 0 0 0 0 5 3 20 0 6 0 474020646 10212057088 3267 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2493178 3267 1665 1 0 2481616 0
[pid=27721/tid=27774] ppid=27718 vsize=9972712 memory=4279135704047451530 CPUtime=0.08 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 1879 13142 0 0 0 0 5 3 20 0 6 0 474020656 10212057088 3333 33554432000 4194304 4196468 140729056434896 140432587481680 140432469917558 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 474020657 10212057088 3333 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=9972712 memory=139675647551104 CPUtime=0.08 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 6 0 474020657 10212057088 3333 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 474020657 10212057088 3333 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 474020657 10212057088 3333 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13068 KiB

[startup+0.212089 s]*
/proc/loadavg: 1.63 1.74 1.71 4/227 27787
/proc/meminfo: memFree=4229060/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10819716 memory=36864 CPUtime=0.25 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 7025 13142 0 0 16 1 5 3 20 0 15 0 474020646 11079389184 9216 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2704929 9216 3179 1 0 2667149 0
[pid=27721/tid=27774] ppid=27718 vsize=10819716 memory=7022364594140610616 CPUtime=0.18 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 3521 13142 0 0 10 0 5 3 20 0 15 0 474020656 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432587469352 140432599725406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10819716 memory=365 CPUtime=0.08 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10819716 memory=139675647577065 CPUtime=0.08 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10819716 memory=139675647551104 CPUtime=0.08 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020659 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 474020659 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432073802912 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020659 11079389184 9216 33554432000 4194304 4196468 140729056434896 140431471928048 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11079389184 9216 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10819716 memory=0 CPUtime=0.09 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 344 13142 0 0 1 0 5 3 20 0 15 0 474020662 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10819716 memory=-1 CPUtime=0.09 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 303 13142 0 0 1 0 5 3 20 0 15 0 474020662 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10819716 memory=139675647551104 CPUtime=0.1 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) R 27718 27721 23724 0 -1 4202560 600 13142 0 0 2 0 5 3 20 0 15 0 474020662 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432038140400 140432615666266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11079389184 9216 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10819716 memory=139675647551104 CPUtime=0.08 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020663 11079389184 9216 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 36864 KiB

[startup+0.311348 s]*
/proc/loadavg: 1.63 1.74 1.71 3/227 27787
/proc/meminfo: memFree=4218416/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10821220 memory=47916 CPUtime=0.4 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 10232 13142 0 0 28 4 5 3 20 0 15 0 474020646 11080929280 11979 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2705305 11979 3307 1 0 2667405 0
[pid=27721/tid=27774] ppid=27718 vsize=10821220 memory=6791534058613427641 CPUtime=0.28 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 6728 13142 0 0 18 2 5 3 20 0 15 0 474020656 11080929280 11979 33554432000 4194304 4196468 140729056434896 140432587449984 140432608324637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020657 11080929280 11979 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020657 11080929280 11979 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020659 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 474020659 11080929280 11979 33554432000 4194304 4196468 140729056434896 140432073802912 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020659 11080929280 11979 33554432000 4194304 4196468 140729056434896 140431471928048 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11079880704 11979 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 353 13142 0 0 2 0 5 3 20 0 15 0 474020662 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 304 13142 0 0 1 0 5 3 20 0 15 0 474020662 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10820196 memory=139675647551104 CPUtime=0.13 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 619 13142 0 0 5 0 5 3 20 0 15 0 474020662 11079880704 11979 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11080929280 11979 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10821220 memory=139675647551104 CPUtime=0.08 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020663 11080929280 11979 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 47916 KiB

[startup+0.700738 s]
/proc/loadavg: 1.63 1.74 1.71 4/227 27787
/proc/meminfo: memFree=4204228/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10822316 memory=74892 CPUtime=1.07 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 14516 13142 0 0 94 5 5 3 20 0 15 0 474020646 11082051584 18723 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2705579 18723 3494 1 0 2667661 0
[pid=27721/tid=27774] ppid=27718 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 10002 13142 0 0 55 3 5 3 20 0 15 0 474020656 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432587460608 140432599725406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020657 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020657 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10822316 memory=139675490726672 CPUtime=0.08 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10822316 memory=139676631433807 CPUtime=0.08 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 474020657 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10822316 memory=1564 CPUtime=0.08 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 474020659 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10822316 memory=7518026621751088993 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 474020659 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432073802912 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10822316 memory=6081102367496366441 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020659 11082051584 18723 33554432000 4194304 4196468 140729056434896 140431471928048 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10822316 memory=26972 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11082051584 18723 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10822316 memory=14068 CPUtime=0.16 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) R 27718 27721 23724 0 -1 4202560 732 13142 0 0 8 0 5 3 20 0 15 0 474020662 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432040233872 140432600031232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10822316 memory=2120 CPUtime=0.2 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) R 27718 27721 23724 0 -1 4202560 786 13142 0 0 12 0 5 3 20 0 15 0 474020662 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432039181008 140432599137413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10822316 memory=496 CPUtime=0.25 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 734 13142 0 0 17 0 5 3 20 0 15 0 474020662 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10822316 memory=1556 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11082051584 18723 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020663 11082051584 18723 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74892 KiB

[startup+1.50079 s]
/proc/loadavg: 1.63 1.74 1.71 6/227 27787
/proc/meminfo: memFree=4163932/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10832632 memory=178340 CPUtime=2.65 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 21552 13142 0 0 247 10 5 3 20 0 15 0 474020646 11092615168 44585 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2708158 44585 3577 1 0 2670221 0
[pid=27721/tid=27774] ppid=27718 vsize=10832632 memory=62748 CPUtime=1.41 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 15170 13142 0 0 128 5 5 3 20 0 15 0 474020656 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432587476480 140432218308359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10832632 memory=6791534058613427641 CPUtime=0.09 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 305 13142 0 0 1 0 5 3 20 0 15 0 474020657 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10832632 memory=279350981484704 CPUtime=0.09 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 25 13142 0 0 1 0 5 3 20 0 15 0 474020657 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10832632 memory=0 CPUtime=0.09 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 37 13142 0 0 1 0 5 3 20 0 15 0 474020657 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10832632 memory=0 CPUtime=0.09 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 69 13142 0 0 1 0 5 3 20 0 15 0 474020657 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10832632 memory=0 CPUtime=0.09 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 102 13142 0 0 1 0 5 3 20 0 15 0 474020659 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10832632 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 34 13142 0 0 0 0 5 3 20 0 15 0 474020659 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432073802976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10832632 memory=0 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020659 11092615168 44585 33554432000 4194304 4196468 140729056434896 140431471928064 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10832632 memory=-2245088631185882904 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11092615168 44585 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10832632 memory=0 CPUtime=0.41 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) R 27718 27721 23724 0 -1 1077944384 1183 13142 0 0 33 0 5 3 20 0 15 0 474020662 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10832632 memory=0 CPUtime=0.48 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 1236 13142 0 0 40 0 5 3 20 0 15 0 474020662 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10832632 memory=6791534058613427641 CPUtime=0.44 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) R 27718 27721 23724 0 -1 4202560 1173 13142 0 0 36 0 5 3 20 0 15 0 474020662 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10832632 memory=4638778398332698720 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11092615168 44585 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10832632 memory=279350981729152 CPUtime=0.08 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 474020663 11092615168 44585 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10832632 KiB

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

/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 75148 13142 0 0 218960 30 5 3 20 0 15 0 474020656 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432587480176 140432223992948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10851096 memory=369564 CPUtime=6.23 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 18290 13142 0 0 581 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10851096 memory=369532 CPUtime=6.24 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 14188 13142 0 0 582 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10851096 memory=369532 CPUtime=6.27 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 13092 13142 0 0 585 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10851096 memory=369532 CPUtime=6.22 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 12440 13142 0 0 576 38 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10851096 memory=369532 CPUtime=4.59 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 12114 13142 0 0 426 25 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10851096 memory=369532 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 51 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432073803040 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431471928064 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10851096 memory=369532 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10851096 memory=6791534058613427641 CPUtime=8.23 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 53555 13142 0 0 808 7 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10851096 memory=6068 CPUtime=7.64 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 50944 13142 0 0 747 9 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10851096 memory=369756 CPUtime=5.85 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 55298 13142 0 0 567 10 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10851096 memory=6791534058613427641 CPUtime=1.07 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1728 13142 0 0 52 47 5 3 20 0 15 0 474020663 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 2241.72 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 369756 KiB

[startup+2262.3 s]
/proc/loadavg: 1.74 1.56 1.52 3/228 28668
/proc/meminfo: memFree=3792996/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10851096 memory=369756 CPUtime=2302.09 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 309675 13142 0 0 229956 245 5 3 20 0 15 0 474020646 11111522304 92439 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2712774 92439 3637 1 0 2674829 0
[pid=27721/tid=27774] ppid=27718 vsize=10851096 memory=369756 CPUtime=2249.71 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 75407 13142 0 0 224932 31 5 3 20 0 15 0 474020656 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432587479232 140432219488319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.36 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 18343 13142 0 0 593 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.37 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 14323 13142 0 0 594 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10851096 memory=369532 CPUtime=6.39 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 13140 13142 0 0 597 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.36 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 12487 13142 0 0 589 39 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10851096 memory=369756 CPUtime=4.69 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 12160 13142 0 0 435 26 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 51 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432073803040 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10851096 memory=6943526294502006880 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431471928064 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10851096 memory=369756 CPUtime=8.23 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 53555 13142 0 0 808 7 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10851096 memory=369756 CPUtime=7.64 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 50944 13142 0 0 747 9 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10851096 memory=2424 CPUtime=5.85 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 55298 13142 0 0 567 10 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10851096 memory=369756 CPUtime=1.09 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1743 13142 0 0 53 48 5 3 20 0 15 0 474020663 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 2302.09 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 369756 KiB

[startup+2322.3 s]
/proc/loadavg: 2.07 1.71 1.58 3/228 28674
/proc/meminfo: memFree=3857140/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10851096 memory=369756 CPUtime=2362.47 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 311068 13142 0 0 235992 247 5 3 20 0 15 0 474020646 11111522304 92439 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2712774 92439 3637 1 0 2674829 0
[pid=27721/tid=27774] ppid=27718 vsize=10851096 memory=369756 CPUtime=2309.41 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 75845 13142 0 0 230902 31 5 3 20 0 15 0 474020656 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432587479952 140432219513232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.49 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 18506 13142 0 0 606 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.5 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 14559 13142 0 0 607 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.53 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 13341 13142 0 0 611 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10851096 memory=369756 CPUtime=6.5 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 12610 13142 0 0 602 40 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10851096 memory=369756 CPUtime=4.79 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 12369 13142 0 0 445 26 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 51 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432073803040 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10851096 memory=369756 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431471928064 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10851096 memory=5860985701783136621 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10851096 memory=7235710566141946944 CPUtime=8.23 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 53557 13142 0 0 808 7 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10851096 memory=369756 CPUtime=7.64 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 50946 13142 0 0 747 9 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10851096 memory=3612 CPUtime=5.85 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 55300 13142 0 0 567 10 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10851096 memory=303430223234596890 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10851096 memory=288230596050944315 CPUtime=1.12 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1760 13142 0 0 55 49 5 3 20 0 15 0 474020663 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 2362.47 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 369756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.6 s]
/proc/loadavg: 1.70 1.66 1.57 3/228 28678
/proc/meminfo: memFree=3902336/32770688 swapFree=66971596/67108860
[pid=27721] ppid=27718 vsize=10851096 memory=369756 CPUtime=2400 cores=0-3
/proc/27721/stat : 27721 (java) S 27718 27721 23724 0 -1 1077944320 311279 13142 0 0 239744 248 5 3 20 0 15 0 474020646 11111522304 92439 33554432000 4194304 4196468 140729056434896 140729056417440 140432615644919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
/proc/27721/statm: 2712774 92439 3637 1 0 2674829 0
[pid=27721/tid=27774] ppid=27718 vsize=10851096 memory=3848 CPUtime=2346.53 cores=0-3
/proc/27721/task/27774/stat : 27774 (java) R 27718 27721 23724 0 -1 4202560 75947 13142 0 0 234614 31 5 3 20 0 15 0 474020656 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432587480368 140432219488032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27775] ppid=27718 vsize=10851096 memory=6791534058613427641 CPUtime=6.58 cores=0-3
/proc/27721/task/27775/stat : 27775 (java) S 27718 27721 23724 0 -1 1077944384 18508 13142 0 0 615 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432619887632 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27776] ppid=27718 vsize=10851096 memory=27012 CPUtime=6.58 cores=0-3
/proc/27721/task/27776/stat : 27776 (java) S 27718 27721 23724 0 -1 1077944384 14602 13142 0 0 615 35 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432547368080 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27777] ppid=27718 vsize=10851096 memory=14068 CPUtime=6.61 cores=0-3
/proc/27721/task/27777/stat : 27777 (java) S 27718 27721 23724 0 -1 1077944384 13372 13142 0 0 619 34 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432187697936 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27778] ppid=27718 vsize=10851096 memory=2120 CPUtime=6.58 cores=0-3
/proc/27721/task/27778/stat : 27778 (java) S 27718 27721 23724 0 -1 1077944384 12632 13142 0 0 610 40 5 3 20 0 15 0 474020657 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432186645392 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27779] ppid=27718 vsize=10851096 memory=496 CPUtime=4.87 cores=0-3
/proc/27721/task/27779/stat : 27779 (java) S 27718 27721 23724 0 -1 1077944384 12376 13142 0 0 452 27 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432074856688 140432615656066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27780] ppid=27718 vsize=10851096 memory=780 CPUtime=0.08 cores=0-3
/proc/27721/task/27780/stat : 27780 (java) S 27718 27721 23724 0 -1 1077944384 51 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432073803040 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27781] ppid=27718 vsize=10851096 memory=3604 CPUtime=0.08 cores=0-3
/proc/27721/task/27781/stat : 27781 (java) S 27718 27721 23724 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 15 0 474020659 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431471928064 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27782] ppid=27718 vsize=10851096 memory=1088 CPUtime=0.08 cores=0-3
/proc/27721/task/27782/stat : 27782 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431164528592 140432615663515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27783] ppid=27718 vsize=10851096 memory=2832 CPUtime=8.23 cores=0-3
/proc/27721/task/27783/stat : 27783 (java) S 27718 27721 23724 0 -1 1077944384 53557 13142 0 0 808 7 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432040246000 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27784] ppid=27718 vsize=10851096 memory=1564 CPUtime=7.64 cores=0-3
/proc/27721/task/27784/stat : 27784 (java) S 27718 27721 23724 0 -1 1077944384 50946 13142 0 0 747 9 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432039193456 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27785] ppid=27718 vsize=10851096 memory=8560 CPUtime=5.86 cores=0-3
/proc/27721/task/27785/stat : 27785 (java) S 27718 27721 23724 0 -1 1077944384 55300 13142 0 0 567 11 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432038140400 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27786] ppid=27718 vsize=10851096 memory=14008 CPUtime=0.08 cores=0-3
/proc/27721/task/27786/stat : 27786 (java) S 27718 27721 23724 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 474020662 11111522304 92439 33554432000 4194304 4196468 140729056434896 140431130970976 140432615655125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
[pid=27721/tid=27787] ppid=27718 vsize=10851096 memory=27012 CPUtime=1.13 cores=0-3
/proc/27721/task/27787/stat : 27787 (java) S 27718 27721 23724 0 -1 1077944384 1764 13142 0 0 56 49 5 3 20 0 15 0 474020663 11111522304 92439 33554432000 4194304 4196468 140729056434896 140432037087792 140432615656066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15360000 140729056439023 140729056441541 140729056441541 140729056444367 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 369756 KiB

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

[startup+2359.63 s]
# the end of solver process 27721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.53 s, system=2.52632 s

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

Child status: 143
Real time (s): 2359.63
CPU time (s): 2400.06
CPU user time (s): 2397.53
CPU system time (s): 2.52632
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 709616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.53
system time used= 2.52632
maximum resident set size= 718332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159971
involuntary context switches= 4649


# summary of solver processes directly reported to runsolver:
#   pid: 27721
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2397.53
#   total CPU system time (s): 2.52632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2587 second user time and 24.6265 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 13:59:09
IDJOB=4403262
IDBENCH=135901
IDSOLVER=2862
FILE ID=node116/4403262-1568980790
RUNJOBID= node116-1568967597-23755
PBS_JOBID= 21704630
Free space on /tmp= 6248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403262-1568980790/watcher-4403262-1568980790 -o /tmp/evaluation-result-4403262-1568980790/solver-4403262-1568980790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23755 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403262-1568980790.xml

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

MD5SUM BENCH= 0e4189ad20205ae354a6aa8eb292dbdf
RANDOM SEED=1467329244

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:         4252108 kB
MemAvailable:   31132316 kB
Buffers:          131228 kB
Cached:         26703116 kB
SwapCached:        35492 kB
Active:         14076068 kB
Inactive:       13484764 kB
Active(anon):     687244 kB
Inactive(anon):    87764 kB
Active(file):   13388824 kB
Inactive(file): 13397000 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66971596 kB
Dirty:             35552 kB
Writeback:             0 kB
AnonPages:        814476 kB
Mapped:            65084 kB
Shmem:             39668 kB
Slab:             551520 kB
SReclaimable:     522844 kB
SUnreclaim:        28676 kB
KernelStack:        3984 kB
PageTables:         7160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1969800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6212 MiB
End job on node116 at 2019-09-20 14:38:29