Trace number 4396599

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)782 2400.1 2352.72

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 benchmark2011.47
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.79/0.55	c Concrete v3.12.2.1568380929293 running
78.39/64.96	o 1021
78.70/65.01	o 1019
139.69/122.01	o 870
139.69/122.03	o 863
139.69/122.05	o 862
139.69/122.07	o 861
139.69/122.08	o 858
169.93/151.81	o 786
169.93/151.85	o 785
170.26/152.13	o 784
170.36/152.22	o 783
170.36/152.24	o 782
2400.04/2352.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.04/2352.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.04/2352.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.04/2352.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.04/2352.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.04/2352.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.04/2352.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.04/2352.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.04/2352.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2352.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2352.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2352.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2352.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.04/2352.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.04/2352.71		at scala.Option.map(Option.scala:243)
2400.04/2352.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.04/2352.71		at concrete.MAC.mac(MAC.scala:216)
2400.04/2352.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2352.71		at scala.util.Try$.apply(Try.scala:212)
2400.04/2352.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2352.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2352.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2352.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2352.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2352.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2352.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2352.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.71		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2352.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2352.71		at scala.util.Success.map(Try.scala:264)
2400.04/2352.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2352.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2352.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2352.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2352.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2352.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2352.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2352.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2352.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2352.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2352.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2352.71		at scala.App.main(App.scala:75)
2400.04/2352.71		at scala.App.main$(App.scala:73)
2400.04/2352.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2352.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2352.71	v <instantiation
2400.04/2352.71	v         cost = '782'>
2400.04/2352.71	v       <list>
2400.04/2352.71	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.04/2352.71	v       </list>
2400.04/2352.71	v       <values>
2400.04/2352.71	v         27 13 1 14 30 39 38 24 18 5 4 7 9 51 44 56 69 78 84 85 89 94 93 98 96 92 99 97 87 77 74 70 50 66 62 31 34 53 49 47 72 79 82 91 95 90 36 60 59 55 54 48 43 33 29 26 25 23 28 22 37 12 88 76 80 75 65 68 64 67 58 46 32 35 21 17 16 15 8 6 3 10 11 45 57 73 83 86 81 63 41 40 19 0 2 20 52 61 71 42 15 9 19 7 6 7 7 4 7 4 1 3 20 6 4 8 6 4 2 5 6 1 1 7 5 8 1 4 12 4 2 21 8 2 23 3 30 2 1 12 4 1 6 2 11 27 16 1 8 1 2 3 5 6 4 1 7 4 3 8 14 42 7 3 12 8 2 6 1 6 5 8 1 7 2 8 1 4 3 2 7 3 43 12 8 20 10 6 8 10 1 10 12 5 10 14 6 6 21 11
2400.04/2352.71	v       </values>
2400.04/2352.71	v     </instantiation>
2400.04/2352.71	s SATISFIABLE

Verifier Data

OK	782

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396599-1568405539/watcher-4396599-1568405539 -o /tmp/evaluation-result-4396599-1568405539/solver-4396599-1568405539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1070942167 HOME/instance-4396599-1568405539.xml 

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

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

solver pid=16365, runsolver pid=16362

[startup+0.100392 s]*
/proc/loadavg: 1.43 1.33 1.37 3/223 16422
/proc/meminfo: memFree=30332472/32770624 swapFree=66967472/67108860
[pid=16365] ppid=16362 vsize=9972712 memory=18996 CPUtime=0.08 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 4506 13186 0 0 1 0 5 2 20 0 6 0 416803440 10212057088 4749 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2493178 4749 1935 1 0 2481616 0
[pid=16365/tid=16418] ppid=16362 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 2329 13186 0 0 1 0 5 2 20 0 6 0 416803449 10212057088 4814 33554432000 4194304 4196468 140726580662400 140266094244432 140266107719673 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=9972712 memory=5793855331557747129 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 6 0 416803449 10212057088 4814 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=9972712 memory=140080547853952 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 6 0 416803449 10212057088 4814 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 6 0 416803449 10212057088 4814 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 6 0 416803449 10212057088 4814 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210244 s]*
/proc/loadavg: 1.43 1.33 1.37 4/232 16431
/proc/meminfo: memFree=30312804/32770624 swapFree=66967472/67108860
[pid=16365] ppid=16362 vsize=10819664 memory=43412 CPUtime=0.27 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 7116 13186 0 0 18 2 5 2 20 0 15 0 416803440 11079335936 10853 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2704916 10853 3193 1 0 2667149 0
[pid=16365/tid=16418] ppid=16362 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 3587 13186 0 0 11 0 5 2 20 0 15 0 416803449 11079335936 10853 33554432000 4194304 4196468 140726580662400 140266094195664 140266105594480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10819664 memory=4211973806752644490 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079335936 10853 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10819664 memory=140080547853952 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079335936 10853 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10819664 memory=140080547853952 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265041946272 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079335936 10853 33554432000 4194304 4196468 140726580662400 140264907728112 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11079335936 10853 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 464 13186 0 0 1 0 5 2 20 0 15 0 416803454 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 214 13186 0 0 1 0 5 2 20 0 15 0 416803454 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10819664 memory=140080547853952 CPUtime=0.1 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 617 13186 0 0 3 0 5 2 20 0 15 0 416803454 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11079335936 10853 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10819664 memory=140080547853952 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803455 11079335936 10853 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43412 KiB

[startup+0.310891 s]*
/proc/loadavg: 1.43 1.33 1.37 3/232 16431
/proc/meminfo: memFree=30300492/32770624 swapFree=66967472/67108860
[pid=16365] ppid=16362 vsize=10820148 memory=52304 CPUtime=0.4 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 10775 13186 0 0 29 4 5 2 20 0 15 0 416803440 11079831552 13076 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2705037 13076 3324 1 0 2667149 0
[pid=16365/tid=16418] ppid=16362 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 7220 13186 0 0 19 2 5 2 20 0 15 0 416803449 11079831552 13076 33554432000 4194304 4196468 140726580662400 140266094204000 140266106488158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079831552 13076 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079831552 13076 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803449 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10820148 memory=140080547853951 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265041946272 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10820148 memory=140080547853952 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803451 11079831552 13076 33554432000 4194304 4196468 140726580662400 140264907728112 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11079831552 13076 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 465 13186 0 0 2 0 5 2 20 0 15 0 416803454 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 223 13186 0 0 2 0 5 2 20 0 15 0 416803454 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 634 13186 0 0 5 0 5 2 20 0 15 0 416803454 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11079831552 13076 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803455 11079831552 13076 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52304 KiB

[startup+0.700964 s]
/proc/loadavg: 1.43 1.33 1.37 3/232 16431
/proc/meminfo: memFree=30284984/32770624 swapFree=66967472/67108860
[pid=16365] ppid=16362 vsize=10824360 memory=85888 CPUtime=1.15 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 15120 13186 0 0 102 6 5 2 20 0 15 0 416803440 11084144640 21472 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2706090 21472 3512 1 0 2668173 0
[pid=16365/tid=16418] ppid=16362 vsize=10824360 memory=280160851222720 CPUtime=0.66 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 10425 13186 0 0 55 4 5 2 20 0 15 0 416803449 11084144640 21472 33554432000 4194304 4196468 140726580662400 140266094224912 140266104904158 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10824360 memory=280160851222912 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11084144640 21472 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10824360 memory=280160851223104 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11084144640 21472 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10824360 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803449 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803449 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 5 13186 0 0 0 0 5 2 20 0 15 0 416803451 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265041946272 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803451 11084144640 21472 33554432000 4194304 4196468 140726580662400 140264907728112 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11084144640 21472 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10824360 memory=6944652177228980320 CPUtime=0.2 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) R 16362 16365 14797 0 -1 4202560 927 13186 0 0 13 0 5 2 20 0 15 0 416803454 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265648007408 140266101626056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10824360 memory=6944656592455359580 CPUtime=0.23 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 683 13186 0 0 16 0 5 2 20 0 15 0 416803454 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 848 13186 0 0 17 0 5 2 20 0 15 0 416803454 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11084144640 21472 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10824360 memory=140080425502512 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803455 11084144640 21472 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85888 KiB

[startup+1.50067 s]
/proc/loadavg: 1.43 1.33 1.37 4/232 16431
/proc/meminfo: memFree=30236096/32770624 swapFree=66967472/67108860
[pid=16365] ppid=16362 vsize=10834676 memory=188124 CPUtime=2.66 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 22628 13186 0 0 249 10 5 2 20 0 15 0 416803440 11094708224 47031 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2708669 47031 3582 1 0 2670733 0
[pid=16365/tid=16418] ppid=16362 vsize=10834676 memory=231 CPUtime=1.43 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 15390 13186 0 0 130 6 5 2 20 0 15 0 416803449 11094708224 47031 33554432000 4194304 4196468 140726580662400 140266094229952 140266122419606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10834676 memory=115 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 65 13186 0 0 1 0 5 2 20 0 15 0 416803449 11094708224 47031 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10834676 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 21 13186 0 0 1 0 5 2 20 0 15 0 416803449 11094708224 47031 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 314 13186 0 0 1 0 5 2 20 0 15 0 416803449 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10834676 memory=7451864626322498902 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 66 13186 0 0 1 0 5 2 20 0 15 0 416803449 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10834676 memory=7811028882913579370 CPUtime=0.08 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 222 13186 0 0 1 0 5 2 20 0 15 0 416803451 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10834676 memory=7525070097751501396 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265041946272 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10834676 memory=5787213827130549604 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 2 13186 0 0 0 0 5 2 20 0 15 0 416803451 11094708224 47031 33554432000 4194304 4196468 140726580662400 140264907728128 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10834676 memory=280160850972512 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11094708224 47031 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10834676 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 1304 13186 0 0 35 0 5 2 20 0 15 0 416803454 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10834676 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 1314 13186 0 0 36 0 5 2 20 0 15 0 416803454 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10834676 memory=140080425495760 CPUtime=0.46 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 1706 13186 0 0 39 0 5 2 20 0 15 0 416803454 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11094708224 47031 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10834676 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1 13186 0 0 0 0 5 2 20 0 15 0 416803455 11094708224 47031 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834676 KiB

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

/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 85474 13186 0 0 224633 38 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266094213872 140265727280303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.17 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 13315 13186 0 0 767 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.18 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 10789 13186 0 0 769 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.2 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 16397 13186 0 0 771 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10851092 memory=280160851535840 CPUtime=8.18 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 16017 13186 0 0 769 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.57 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 11416 13186 0 0 515 35 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 21 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265041946336 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264907728128 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10851092 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10851092 memory=23028 CPUtime=8.16 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 50626 13186 0 0 799 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10851092 memory=407664 CPUtime=9 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 51845 13186 0 0 886 7 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10851092 memory=984 CPUtime=5.83 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 47057 13186 0 0 566 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10851092 memory=407664 CPUtime=1.2 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1658 13186 0 0 54 59 5 2 20 0 15 0 416803455 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 2308.73 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 407664 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.44 1.47 3/231 16777
/proc/meminfo: memFree=29930080/32770624 swapFree=66967484/67108860
[pid=16365] ppid=16362 vsize=10851092 memory=407664 CPUtime=2369.34 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 307701 13186 0 0 236634 293 5 2 20 0 15 0 416803440 11111518208 101916 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2712773 101916 3637 1 0 2674829 0
[pid=16365/tid=16418] ppid=16362 vsize=10851092 memory=407664 CPUtime=2306.39 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 85908 13186 0 0 230594 38 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266094217712 140265740423474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.38 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 13384 13186 0 0 788 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.38 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 10809 13186 0 0 789 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.4 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 16403 13186 0 0 790 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.39 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 16294 13186 0 0 790 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.72 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 11462 13186 0 0 529 36 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 21 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265041946336 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10851092 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264907728128 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10851092 memory=23036 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.16 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 50626 13186 0 0 799 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10851092 memory=2048 CPUtime=9 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 51847 13186 0 0 886 7 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.83 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 47059 13186 0 0 566 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10851092 memory=407664 CPUtime=1.24 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1663 13186 0 0 56 61 5 2 20 0 15 0 416803455 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 2369.34 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 407664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.7 s]
/proc/loadavg: 1.52 1.46 1.47 3/231 16780
/proc/meminfo: memFree=29929536/32770624 swapFree=66967484/67108860
[pid=16365] ppid=16362 vsize=10851092 memory=407664 CPUtime=2400.04 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 308553 13186 0 0 239702 295 5 2 20 0 15 0 416803440 11111518208 101916 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2712773 101916 3637 1 0 2674829 0
[pid=16365/tid=16418] ppid=16362 vsize=10851092 memory=2608 CPUtime=2336.59 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 86167 13186 0 0 233614 38 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266094241824 140265740422723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10851092 memory=3428 CPUtime=8.48 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 13488 13186 0 0 798 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.49 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 10941 13186 0 0 799 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.51 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 16440 13186 0 0 801 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.49 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 16417 13186 0 0 800 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.78 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 11644 13186 0 0 535 36 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 21 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265041946336 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264907728128 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.16 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 50628 13186 0 0 799 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10851092 memory=0 CPUtime=9 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 51847 13186 0 0 886 7 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.83 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 47059 13186 0 0 566 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10851092 memory=407664 CPUtime=1.25 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1676 13186 0 0 56 62 5 2 20 0 15 0 416803455 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 407664 KiB

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

[startup+2352.72 s]
# the end of solver process 16365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.1 s, system=2.9933 s

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

[startup+2352.7 s]
/proc/loadavg: 1.52 1.46 1.47 3/231 16780
/proc/meminfo: memFree=29929536/32770624 swapFree=66967484/67108860
[pid=16365] ppid=16362 vsize=10851092 memory=407664 CPUtime=2400.04 cores=1,3,5,7
/proc/16365/stat : 16365 (java) S 16362 16365 14797 0 -1 1077944320 308553 13186 0 0 239702 295 5 2 20 0 15 0 416803440 11111518208 101916 33554432000 4194304 4196468 140726580662400 140726580644944 140266122407671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
/proc/16365/statm: 2712773 101916 3637 1 0 2674829 0
[pid=16365/tid=16418] ppid=16362 vsize=10851092 memory=2608 CPUtime=2336.59 cores=1,3,5,7
/proc/16365/task/16418/stat : 16418 (java) R 16362 16365 14797 0 -1 4202560 86167 13186 0 0 233614 38 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266094241824 140265740422723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16419] ppid=16362 vsize=10851092 memory=3428 CPUtime=8.48 cores=1,3,5,7
/proc/16365/task/16419/stat : 16419 (java) S 16362 16365 14797 0 -1 1077944384 13488 13186 0 0 798 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266126649872 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16420] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.49 cores=1,3,5,7
/proc/16365/task/16420/stat : 16420 (java) S 16362 16365 14797 0 -1 1077944384 10941 13186 0 0 799 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140266049809040 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16421] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.51 cores=1,3,5,7
/proc/16365/task/16421/stat : 16421 (java) S 16362 16365 14797 0 -1 1077944384 16440 13186 0 0 801 43 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265694927120 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16422] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.49 cores=1,3,5,7
/proc/16365/task/16422/stat : 16422 (java) S 16362 16365 14797 0 -1 1077944384 16417 13186 0 0 800 42 5 2 20 0 15 0 416803449 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265693874576 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16423] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.78 cores=1,3,5,7
/proc/16365/task/16423/stat : 16423 (java) S 16362 16365 14797 0 -1 1077944384 11644 13186 0 0 535 36 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265649060592 140266122418818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16424] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16424/stat : 16424 (java) S 16362 16365 14797 0 -1 1077944384 21 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265041946336 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16425] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16425/stat : 16425 (java) S 16362 16365 14797 0 -1 1077944384 13 13186 0 0 0 0 5 2 20 0 15 0 416803451 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264907728128 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16426] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16426/stat : 16426 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264667437520 140266122426267 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16427] ppid=16362 vsize=10851092 memory=407664 CPUtime=8.16 cores=1,3,5,7
/proc/16365/task/16427/stat : 16427 (java) S 16362 16365 14797 0 -1 1077944384 50628 13186 0 0 799 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265648007408 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16428] ppid=16362 vsize=10851092 memory=0 CPUtime=9 cores=1,3,5,7
/proc/16365/task/16428/stat : 16428 (java) S 16362 16365 14797 0 -1 1077944384 51847 13186 0 0 886 7 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265122687344 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16429] ppid=16362 vsize=10851092 memory=407664 CPUtime=5.83 cores=1,3,5,7
/proc/16365/task/16429/stat : 16429 (java) S 16362 16365 14797 0 -1 1077944384 47059 13186 0 0 566 10 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265121634288 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16430] ppid=16362 vsize=10851092 memory=407664 CPUtime=0.07 cores=1,3,5,7
/proc/16365/task/16430/stat : 16430 (java) S 16362 16365 14797 0 -1 1077944384 3 13186 0 0 0 0 5 2 20 0 15 0 416803454 11111518208 101916 33554432000 4194304 4196468 140726580662400 140264633878880 140266122417877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
[pid=16365/tid=16431] ppid=16362 vsize=10851092 memory=407664 CPUtime=1.25 cores=1,3,5,7
/proc/16365/task/16431/stat : 16431 (java) S 16362 16365 14797 0 -1 1077944384 1676 13186 0 0 56 62 5 2 20 0 15 0 416803455 11111518208 101916 33554432000 4194304 4196468 140726580662400 140265120582704 140266122418818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8687616 140726580665071 140726580667589 140726580667589 140726580670415 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 407664 KiB

Child status: 143
Real time (s): 2352.72
CPU time (s): 2400.1
CPU user time (s): 2397.1
CPU system time (s): 2.9933
CPU usage (%): 102.013
Max. virtual memory (cumulated for all children) (KiB): 10851888
Max. memory (cumulated for all children) (KiB): 646864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.1
system time used= 2.9933
maximum resident set size= 650960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185262
involuntary context switches= 7207


# summary of solver processes directly reported to runsolver:
#   pid: 16365
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2397.1
#   total CPU system time (s): 2.9933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1652 second user time and 21.6659 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 22:11:39
IDJOB=4396599
IDBENCH=135903
IDSOLVER=2847
FILE ID=node135/4396599-1568405539
RUNJOBID= node135-1568399014-14829
PBS_JOBID= 21701873
Free space on /tmp= 61340 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-4396599-1568405539/watcher-4396599-1568405539 -o /tmp/evaluation-result-4396599-1568405539/solver-4396599-1568405539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1070942167 HOME/instance-4396599-1568405539.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1070942167

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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.76
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.76
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.76
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:        30341524 kB
MemAvailable:   31345276 kB
Buffers:          155404 kB
Cached:          1116932 kB
SwapCached:        34884 kB
Active:          1074312 kB
Inactive:         756436 kB
Active(anon):     531288 kB
Inactive(anon):    59764 kB
Active(file):     543024 kB
Inactive(file):   696672 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967472 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:        641888 kB
Mapped:            49768 kB
Shmem:             23892 kB
Slab:             190812 kB
SReclaimable:     159784 kB
SUnreclaim:        31028 kB
KernelStack:        4064 kB
PageTables:         6832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1771728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 22:50:52