Trace number 4302686

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)790 252.062 235.154

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-100-50-00_c18.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark451
Best CPU time to get the best result obtained on this benchmark252.003
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.98/0.74	c Concrete v3.9.2.1532736233296 running
31.11/22.34	o 868
31.41/22.43	o 860
31.41/22.45	o 854
54.09/42.34	o 812
54.09/42.34	o 794
54.09/42.35	o 791
54.09/42.36	o 790
252.00/235.12	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/235.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/235.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/235.12		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.00/235.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/235.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/235.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/235.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.00/235.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/235.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/235.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/235.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/235.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/235.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/235.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/235.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/235.13		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/235.13		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/235.13		at scala.Option.map(Option.scala:146)
252.00/235.13		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/235.13		at concrete.MAC.mac(MAC.scala:203)
252.00/235.13		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/235.13		at scala.util.Try$.apply(Try.scala:209)
252.00/235.13		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/235.13		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/235.13		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/235.13		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/235.13		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/235.13		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/235.13		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/235.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/235.13		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/235.13		at concrete.MAC.oneRun(MAC.scala:253)
252.00/235.13		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/235.13		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/235.13		at concrete.Solver.hasNext(Solver.scala:166)
252.00/235.13		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/235.13		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/235.13		at concrete.Solver.foreach(Solver.scala:68)
252.00/235.13		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/235.13		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/235.13		at scala.util.Success.map(Try.scala:209)
252.00/235.13		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/235.13		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/235.13		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/235.13		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/235.13		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/235.13		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/235.13		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/235.13		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/235.13		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/235.13		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/235.13		at scala.App.main(App.scala:76)
252.00/235.13		at scala.App.main$(App.scala:74)
252.00/235.13		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/235.13		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/235.13	v <instantiation cost="790">
252.00/235.13	v       <list>
252.00/235.13	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]
252.00/235.13	v       </list>
252.00/235.13	v       <values>
252.00/235.13	v         80 83 84 76 92 95 98 94 93 85 87 69 55 74 28 11 6 18 26 32 82 88 99 64 79 24 20 12 14 15 41 10 16 8 0 97 86 29 27 30 35 34 51 50 47 56 61 68 77 81 78 89 90 91 96 73 72 58 70 60 45 1 2 3 4 5 9 13 7 22 31 42 53 49 46 43 48 40 33 36 37 59 63 62 54 38 57 65 71 66 67 52 44 39 23 25 19 21 17 75 1 2 11 10 2 6 4 1 3 5 9 11 7 28 9 5 15 6 7 23 4 6 21 8 27 4 4 13 7 21 21 2 6 8 61 6 28 2 4 7 1 7 1 2 6 2 4 5 4 3 5 4 3 6 12 1 8 4 3 7 47 7 5 1 2 3 7 4 9 6 6 4 2 2 10 6 2 9 4 1 9 3 1 4 7 9 7 2 3 3 7 7 3 12 4 6 6 5 38 4
252.00/235.13	v       </values>
252.00/235.13	v     </instantiation>
252.00/235.13	s SATISFIABLE

Verifier Data

OK	790

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302686-1532898669/watcher-4302686-1532898669 -o /tmp/evaluation-result-4302686-1532898669/solver-4302686-1532898669 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1887492122 -superng HOME/instance-4302686-1532898669.xml 

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

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

solver pid=14756, runsolver pid=14753

[startup+0.10004 s]*
/proc/loadavg: 1.58 1.69 1.76 3/207 14813
/proc/meminfo: memFree=18551052/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=10005480 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 4336 13008 0 0 1 1 5 3 20 0 6 0 107430110 10245611520 4203 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2501370 4203 1935 1 0 2489808 0
[pid=14756/tid=14809] ppid=14753 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 2165 13008 0 0 0 0 5 3 20 0 6 0 107430120 10245611520 4203 33554432000 4194304 4196468 140724869055376 139714182685264 139714194929020 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 107430120 10245611520 4203 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=10005480 memory=139916677752448 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 107430120 10245611520 4203 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 6 0 107430120 10245611520 4203 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 6 0 107430120 10245611520 4203 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210092 s]*
/proc/loadavg: 1.58 1.69 1.76 3/216 14822
/proc/meminfo: memFree=18525212/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=10982696 memory=44536 CPUtime=0.26 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 8544 13008 0 0 16 2 5 3 20 0 15 0 107430110 11246280704 11134 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2745674 11134 2932 1 0 2708109 0
[pid=14756/tid=14809] ppid=14753 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 5062 13008 0 0 9 2 5 3 20 0 15 0 107430120 11246280704 11134 33554432000 4194304 4196468 140724869055376 139714182646160 139714192412089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=10982696 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246280704 11134 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=10982696 memory=139916677752448 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246280704 11134 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246280704 11134 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=10982696 memory=139916677752448 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713071539744 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430123 11246280704 11134 33554432000 4194304 4196468 140724869055376 139712870212976 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246280704 11134 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 370 13008 0 0 1 0 5 3 20 0 15 0 107430125 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 260 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=10982696 memory=139916677752448 CPUtime=0.11 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 628 13008 0 0 3 0 5 3 20 0 15 0 107430125 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246280704 11134 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=10982696 memory=139916677752448 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430126 11246280704 11134 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44536 KiB

[startup+0.310479 s]*
/proc/loadavg: 1.58 1.69 1.76 3/216 14822
/proc/meminfo: memFree=18515536/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=10983192 memory=55884 CPUtime=0.38 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 10568 13008 0 0 27 3 5 3 20 0 15 0 107430110 11246788608 13971 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2745798 13971 3064 1 0 2708109 0
[pid=14756/tid=14809] ppid=14753 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 7078 13008 0 0 18 2 5 3 20 0 15 0 107430120 11246788608 13971 33554432000 4194304 4196468 140724869055376 139714182660512 139714196014071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=10983192 memory=6081918200710189137 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 13971 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 13971 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 13971 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713071539744 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430123 11246788608 13971 33554432000 4194304 4196468 140724869055376 139712870212976 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246788608 13971 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 370 13008 0 0 1 0 5 3 20 0 15 0 107430125 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 263 13008 0 0 1 0 5 3 20 0 15 0 107430125 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 633 13008 0 0 5 0 5 3 20 0 15 0 107430125 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246788608 13971 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430126 11246788608 13971 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55884 KiB

[startup+0.700947 s]
/proc/loadavg: 1.58 1.69 1.76 3/216 14822
/proc/meminfo: memFree=18504124/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=10983192 memory=88468 CPUtime=0.98 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 16822 13008 0 0 85 5 5 3 20 0 15 0 107430110 11246788608 22117 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2745798 22117 3237 1 0 2708109 0
[pid=14756/tid=14809] ppid=14753 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 12356 13008 0 0 54 4 5 3 20 0 15 0 107430120 11246788608 22117 33554432000 4194304 4196468 140724869055376 139714182669328 139714210870429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 22117 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 22117 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 22117 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 2 13008 0 0 0 0 5 3 20 0 15 0 107430120 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 5 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 107430122 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713071539744 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430123 11246788608 22117 33554432000 4194304 4196468 140724869055376 139712870212976 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246788608 22117 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 1038 13008 0 0 10 0 5 3 20 0 15 0 107430125 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 507 13008 0 0 7 0 5 3 20 0 15 0 107430125 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) R 14753 14756 8396 0 -1 1077944384 694 13008 0 0 12 0 5 3 20 0 15 0 107430125 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11246788608 22117 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430126 11246788608 22117 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88468 KiB

[startup+1.50075 s]
/proc/loadavg: 1.58 1.69 1.76 3/216 14822
/proc/meminfo: memFree=18457840/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=10999932 memory=207392 CPUtime=2.98 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 28674 13008 0 0 281 9 5 3 20 0 15 0 107430110 11263930368 51848 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2749983 51848 3476 1 0 2711641 0
[pid=14756/tid=14809] ppid=14753 vsize=10999932 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 17960 13008 0 0 127 6 5 3 20 0 15 0 107430120 11263930368 51848 33554432000 4194304 4196468 140724869055376 139714182665632 139714194041208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=10999932 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 24 13008 0 0 0 0 5 3 20 0 15 0 107430120 11263930368 51848 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=10999932 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 76 13008 0 0 1 0 5 3 20 0 15 0 107430120 11263930368 51848 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=10999932 memory=4051323354130624818 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 21 13008 0 0 1 0 5 3 20 0 15 0 107430120 11263930368 51848 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=10999932 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 150 13008 0 0 0 0 5 3 20 0 15 0 107430120 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=10999932 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 61 13008 0 0 1 0 5 3 20 0 15 0 107430122 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=10999932 memory=279833091320064 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 13 13008 0 0 0 0 5 3 20 0 15 0 107430122 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713071539744 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=10999932 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430123 11263930368 51848 33554432000 4194304 4196468 140724869055376 139712870212992 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=10999932 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11263930368 51848 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=10999932 memory=5788 CPUtime=0.66 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) R 14753 14756 8396 0 -1 4202560 4109 13008 0 0 58 0 5 3 20 0 15 0 107430125 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713635402408 139714190105112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=10999932 memory=4616 CPUtime=0.6 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) R 14753 14756 8396 0 -1 4202560 2545 13008 0 0 52 0 5 3 20 0 15 0 107430125 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713634354016 139714192393171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=10999932 memory=12032 CPUtime=0.43 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 1511 13008 0 0 35 0 5 3 20 0 15 0 107430125 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=10999932 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11263930368 51848 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=10999932 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 1 13008 0 0 0 0 5 3 20 0 15 0 107430126 11263930368 51848 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10999932 KiB

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

/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 60282 13008 0 0 16066 16 5 3 20 0 15 0 107430120 11345952768 233308 33554432000 4194304 4196468 140724869055376 139714182666656 139713775735073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=11080032 memory=958300 CPUtime=0.84 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 4183 13008 0 0 59 17 5 3 20 0 15 0 107430120 11345952768 233308 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=11080032 memory=958300 CPUtime=0.85 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 2754 13008 0 0 59 18 5 3 20 0 15 0 107430120 11345952768 233308 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=11080032 memory=951168 CPUtime=0.85 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 2067 13008 0 0 59 18 5 3 20 0 15 0 107430120 11345952768 233308 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=11080032 memory=933232 CPUtime=0.82 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 3186 13008 0 0 58 16 5 3 20 0 15 0 107430120 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=11080032 memory=951168 CPUtime=0.15 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 4845 13008 0 0 7 0 5 3 20 0 15 0 107430122 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=11080032 memory=933232 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 30 13008 0 0 0 0 5 3 20 0 15 0 107430122 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713071539808 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=11080032 memory=933232 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 107430123 11345952768 233308 33554432000 4194304 4196468 140724869055376 139712870212992 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=11080032 memory=933232 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 233308 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=11080032 memory=933232 CPUtime=5.55 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 23812 13008 0 0 544 3 5 3 20 0 15 0 107430125 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=11080032 memory=933232 CPUtime=5.89 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 27996 13008 0 0 577 4 5 3 20 0 15 0 107430125 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=11080032 memory=30496 CPUtime=2.09 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 16962 13008 0 0 197 4 5 3 20 0 15 0 107430125 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=11080032 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 233308 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=11080032 memory=958300 CPUtime=0.15 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 216 13008 0 0 3 4 5 3 20 0 15 0 107430126 11345952768 233308 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 177.48 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 933232 KiB

[startup+222.301 s]
/proc/loadavg: 1.80 1.72 1.76 3/216 14956
/proc/meminfo: memFree=16859788/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=11080032 memory=806288 CPUtime=239 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 162982 13008 0 0 23783 109 5 3 20 0 15 0 107430110 11345952768 201572 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2770008 201572 3526 1 0 2731661 0
[pid=14756/tid=14809] ppid=14753 vsize=11080032 memory=912 CPUtime=220.61 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 62954 13008 0 0 22037 16 5 3 20 0 15 0 107430120 11345952768 201572 33554432000 4194304 4196468 140724869055376 139714182668144 139713763188258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=11080032 memory=826256 CPUtime=1.1 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 4276 13008 0 0 84 18 5 3 20 0 15 0 107430120 11345952768 201572 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=11080032 memory=826256 CPUtime=1.12 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 2862 13008 0 0 85 19 5 3 20 0 15 0 107430120 11345952768 201572 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=11080032 memory=834380 CPUtime=1.12 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 2286 13008 0 0 85 19 5 3 20 0 15 0 107430120 11345952768 201572 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=11080032 memory=880396 CPUtime=1.08 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 4340 13008 0 0 83 17 5 3 20 0 15 0 107430120 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=11080032 memory=831280 CPUtime=0.17 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 5057 13008 0 0 8 1 5 3 20 0 15 0 107430122 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=11080032 memory=831924 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 30 13008 0 0 0 0 5 3 20 0 15 0 107430122 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713071539808 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=11080032 memory=816548 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 107430123 11345952768 201572 33554432000 4194304 4196468 140724869055376 139712870212992 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=11080032 memory=816548 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 201572 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=11080032 memory=202 CPUtime=5.88 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 27802 13008 0 0 576 4 5 3 20 0 15 0 107430125 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=11080032 memory=816548 CPUtime=6.24 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 33147 13008 0 0 612 4 5 3 20 0 15 0 107430125 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=11080032 memory=912 CPUtime=2.1 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 17773 13008 0 0 198 4 5 3 20 0 15 0 107430125 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 201572 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=11080032 memory=30496 CPUtime=0.18 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 234 13008 0 0 5 5 5 3 20 0 15 0 107430126 11345952768 201572 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 239 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 806288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.11 s]
/proc/loadavg: 1.69 1.70 1.75 3/215 14956
/proc/meminfo: memFree=16770244/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=11080032 memory=776536 CPUtime=252 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 165409 13008 0 0 25083 109 5 3 20 0 15 0 107430110 11345952768 194134 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2770008 194134 3526 1 0 2731661 0
[pid=14756/tid=14809] ppid=14753 vsize=11080032 memory=0 CPUtime=233.37 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 63678 13008 0 0 23313 16 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714182682376 139713775734777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.14 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 4279 13008 0 0 88 18 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=11080032 memory=816548 CPUtime=1.16 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 2867 13008 0 0 89 19 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.16 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 2287 13008 0 0 89 19 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.12 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 4342 13008 0 0 87 17 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.18 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 5079 13008 0 0 9 1 5 3 20 0 15 0 107430122 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 30 13008 0 0 0 0 5 3 20 0 15 0 107430122 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713071539808 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 107430123 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712870212992 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=11080032 memory=1716 CPUtime=5.91 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 28725 13008 0 0 579 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=11080032 memory=776536 CPUtime=6.27 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 33807 13008 0 0 615 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=11080032 memory=6944656592455359580 CPUtime=2.11 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 17846 13008 0 0 199 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.19 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 248 13008 0 0 5 6 5 3 20 0 15 0 107430126 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 776536 KiB

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

[startup+235.154 s]
# the end of solver process 14756 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.918 s, system=1.14417 s

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

[startup+235.11 s]
/proc/loadavg: 1.69 1.70 1.75 3/215 14956
/proc/meminfo: memFree=16770244/32770624 swapFree=67108860/67108860
[pid=14756] ppid=14753 vsize=11080032 memory=776536 CPUtime=252 cores=0,2,4,6
/proc/14756/stat : 14756 (java) S 14753 14756 8396 0 -1 1077944320 165409 13008 0 0 25083 109 5 3 20 0 15 0 107430110 11345952768 194134 33554432000 4194304 4196468 140724869055376 140724869037920 139714210848503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
/proc/14756/statm: 2770008 194134 3526 1 0 2731661 0
[pid=14756/tid=14809] ppid=14753 vsize=11080032 memory=0 CPUtime=233.37 cores=0,2,4,6
/proc/14756/task/14809/stat : 14809 (java) R 14753 14756 8396 0 -1 4202560 63678 13008 0 0 23313 16 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714182682376 139713775734777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14810] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.14 cores=0,2,4,6
/proc/14756/task/14810/stat : 14810 (java) S 14753 14756 8396 0 -1 1077944384 4279 13008 0 0 88 18 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714215090832 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14811] ppid=14753 vsize=11080032 memory=816548 CPUtime=1.16 cores=0,2,4,6
/proc/14756/task/14811/stat : 14811 (java) S 14753 14756 8396 0 -1 1077944384 2867 13008 0 0 89 19 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714080426512 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14812] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.16 cores=0,2,4,6
/proc/14756/task/14812/stat : 14812 (java) S 14753 14756 8396 0 -1 1077944384 2287 13008 0 0 89 19 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139714079373712 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14813] ppid=14753 vsize=11080032 memory=776536 CPUtime=1.12 cores=0,2,4,6
/proc/14756/task/14813/stat : 14813 (java) S 14753 14756 8396 0 -1 1077944384 4342 13008 0 0 87 17 5 3 20 0 15 0 107430120 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713748789520 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14814] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.18 cores=0,2,4,6
/proc/14756/task/14814/stat : 14814 (java) S 14753 14756 8396 0 -1 1077944384 5079 13008 0 0 9 1 5 3 20 0 15 0 107430122 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713636469616 139714210859650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14815] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14815/stat : 14815 (java) S 14753 14756 8396 0 -1 1077944384 30 13008 0 0 0 0 5 3 20 0 15 0 107430122 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713071539808 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14816] ppid=14753 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14816/stat : 14816 (java) S 14753 14756 8396 0 -1 1077944384 19 13008 0 0 0 0 5 3 20 0 15 0 107430123 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712870212992 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14817] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14817/stat : 14817 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712562813264 139714210867099 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14818] ppid=14753 vsize=11080032 memory=1716 CPUtime=5.91 cores=0,2,4,6
/proc/14756/task/14818/stat : 14818 (java) S 14753 14756 8396 0 -1 1077944384 28725 13008 0 0 579 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713635416432 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14819] ppid=14753 vsize=11080032 memory=776536 CPUtime=6.27 cores=0,2,4,6
/proc/14756/task/14819/stat : 14819 (java) S 14753 14756 8396 0 -1 1077944384 33807 13008 0 0 615 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713634363632 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14820] ppid=14753 vsize=11080032 memory=6944656592455359580 CPUtime=2.11 cores=0,2,4,6
/proc/14756/task/14820/stat : 14820 (java) S 14753 14756 8396 0 -1 1077944384 17846 13008 0 0 199 4 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713633310832 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14821] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.08 cores=0,2,4,6
/proc/14756/task/14821/stat : 14821 (java) S 14753 14756 8396 0 -1 1077944384 3 13008 0 0 0 0 5 3 20 0 15 0 107430125 11345952768 194134 33554432000 4194304 4196468 140724869055376 139712132016352 139714210858709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
[pid=14756/tid=14822] ppid=14753 vsize=11080032 memory=776536 CPUtime=0.19 cores=0,2,4,6
/proc/14756/task/14822/stat : 14822 (java) S 14753 14756 8396 0 -1 1077944384 248 13008 0 0 5 6 5 3 20 0 15 0 107430126 11345952768 194134 33554432000 4194304 4196468 140724869055376 139713632259248 139714210859650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140724869057128 140724869059937 140724869059937 140724869062607 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 776536 KiB

Child status: 143
Real time (s): 235.154
CPU time (s): 252.062
CPU user time (s): 250.918
CPU system time (s): 1.14417
CPU usage (%): 107.19
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 997300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.918
system time used= 1.14417
maximum resident set size= 1001396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14426
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 14756
#   total CPU time (s): 252.062
#   total CPU user time (s): 250.918
#   total CPU system time (s): 1.14417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38848 second user time and 2.24331 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 23:11:09
IDJOB=4302686
IDBENCH=141623
IDSOLVER=2777
FILE ID=node103/4302686-1532898669
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302686-1532898669/watcher-4302686-1532898669 -o /tmp/evaluation-result-4302686-1532898669/solver-4302686-1532898669 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1887492122 -superng HOME/instance-4302686-1532898669.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=1887492122

node103.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.48
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.48
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.48
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.48
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:        18557564 kB
MemAvailable:   30149508 kB
Buffers:          311848 kB
Cached:         11467844 kB
SwapCached:            0 kB
Active:          5655904 kB
Inactive:        7957364 kB
Active(anon):    1836144 kB
Inactive(anon):    25184 kB
Active(file):    3819760 kB
Inactive(file):  7932180 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26720 kB
Writeback:             0 kB
AnonPages:       1913820 kB
Mapped:            58332 kB
Shmem:             25228 kB
Slab:             296720 kB
SReclaimable:     268464 kB
SUnreclaim:        28256 kB
KernelStack:        3808 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2943692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1642496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 23:15:05