Trace number 4293870

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.8-SuperNG 2018-06-13SAT (TO)37 2520.09 2488.95

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"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.8.1528841891564 running
66.38/55.26	o 43
196.35/181.78	o 41
196.61/181.97	o 39
1334.85/1311.90	o 37
2520.04/2488.92	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2488.92		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2488.92		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2488.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.04/2488.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.04/2488.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2488.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2488.92		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.92		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2488.92		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2488.92		at scala.Option.map(Option.scala:146)
2520.04/2488.92		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2488.92		at concrete.MAC.mac(MAC.scala:203)
2520.04/2488.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2488.92		at scala.util.Try$.apply(Try.scala:209)
2520.04/2488.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2488.92		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2488.92		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2488.92		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2488.92		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2488.92		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2488.92		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2488.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2488.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2488.92		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2488.92		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2488.92		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2488.92		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2488.92		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2488.92		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2488.92		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2488.92		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2488.92		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2488.92		at scala.util.Success.map(Try.scala:209)
2520.04/2488.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2488.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2488.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2488.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2488.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2488.92		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2488.92		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2488.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2488.92		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2488.92		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2488.92		at scala.App.main(App.scala:76)
2520.04/2488.92		at scala.App.main$(App.scala:74)
2520.04/2488.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2488.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2488.92	v <instantiation cost="37">
2520.04/2488.92	v       <list>
2520.04/2488.92	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] d[4][27] d[4][86] d[4][112] d[13][15] d[30][32] d[30][34] d[30][35] d[32][34] d[32][35] d[34][35] d[35][42] d[35][79] d[39][41] d[39][42] d[41][42] d[42][79] d[46][47] d[46][52] d[46][86] d[46][87] d[46][93] d[47][50] d[50][52] d[52][86] d[52][87] d[52][93] d[61][63] d[65][68] d[65][70] d[65][72] d[65][74] d[65][76] d[65][78] d[65][79] d[68][70] d[68][72] d[68][74] d[68][76] d[68][78] d[68][79] d[70][72] d[70][74] d[70][76] d[70][78] d[70][79] d[72][74] d[72][76] d[72][78] d[72][79] d[74][76] d[74][78] d[74][79] d[76][78] d[76][79] d[78][79] d[80][86] d[80][93] d[86][87] d[86][93] d[86][112] d[87][93] d[110][112]
2520.04/2488.92	v       </list>
2520.04/2488.92	v       <values>
2520.04/2488.92	v         52 104 72 108 11 36 38 84 29 75 13 50 73 82 64 18 116 123 97 74 99 107 103 45 59 109 115 10 22 80 51 71 19 49 23 55 122 56 30 7 12 5 39 124 69 85 4 68 53 66 76 34 8 126 100 17 86 60 81 40 106 6 32 14 61 47 43 28 127 93 95 24 79 87 111 20 119 91 31 63 3 121 21 92 54 57 1 0 83 58 44 90 35 2 110 46 33 120 77 89 114 102 112 41 48 67 26 105 117 42 25 88 9 94 37 15 98 62 27 96 65 113 16 78 70 118 125 101 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 2 1 0 2 1 0 0 1 0 0 1 0 0 1 1 0 1 0 2 1 2 1 2 1 2 1 0 0 0 0 1 0 0 0
2520.04/2488.92	v       </values>
2520.04/2488.92	v     </instantiation>
2520.04/2488.92	s SATISFIABLE

Verifier Data

OK	37

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293870-1532379811/watcher-4293870-1532379811 -o /tmp/evaluation-result-4293870-1532379811/solver-4293870-1532379811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1906646768 -superng HOME/instance-4293870-1532379811.xml 

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

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


[startup+0.100081 s]*
/proc/loadavg: 1.62 1.68 1.80 3/208 18751
/proc/meminfo: memFree=24893628/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 4371 13237 0 0 1 0 5 3 20 0 6 0 55544299 10212057088 4715 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2493178 4715 1934 1 0 2481616 0
[pid=18694/tid=18747] ppid=18691 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 2185 13237 0 0 0 0 5 3 20 0 6 0 55544308 10212057088 4715 33554432000 4194304 4196468 140728154307136 139772592435792 139772620620957 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 6 0 55544308 10212057088 4715 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=9972712 memory=139950596163200 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 6 0 55544308 10212057088 4715 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 6 0 55544308 10212057088 4715 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 6 0 55544308 10212057088 4715 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210362 s]*
/proc/loadavg: 1.62 1.68 1.80 3/217 18760
/proc/meminfo: memFree=24873432/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10818936 memory=45144 CPUtime=0.26 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 9159 13237 0 0 16 2 5 3 20 0 15 0 55544299 11078590464 11220 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2704734 11286 2934 1 0 2667157 0
[pid=18694/tid=18747] ppid=18691 vsize=10818936 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 5890 13237 0 0 10 1 5 3 20 0 15 0 55544308 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772592423840 139772613278749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10818936 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10818936 memory=288370326747874944 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544308 11078557696 11339 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10818904 memory=139950596163200 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544310 11078557696 11339 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 13 13237 0 0 0 0 5 3 20 0 15 0 55544310 11078557696 11339 33554432000 4194304 4196468 140728154307136 139772060230944 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544310 11078557696 11339 33554432000 4194304 4196468 140728154307136 139771456251504 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11078590464 11339 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 518 13237 0 0 1 0 5 3 20 0 15 0 55544313 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 56 13237 0 0 0 0 5 3 20 0 15 0 55544313 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10818936 memory=139950596163200 CPUtime=0.11 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 555 13237 0 0 3 0 5 3 20 0 15 0 55544313 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11078590464 11339 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10818936 memory=139950596163200 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544314 11078590464 11339 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45144 KiB

[startup+0.310484 s]*
/proc/loadavg: 1.62 1.68 1.80 4/217 18760
/proc/meminfo: memFree=24860144/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10819352 memory=53232 CPUtime=0.39 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 10442 13237 0 0 29 2 5 3 20 0 15 0 55544299 11079016448 13308 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2704838 13308 3053 1 0 2667149 0
[pid=18694/tid=18747] ppid=18691 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 7087 13237 0 0 19 2 5 3 20 0 15 0 55544308 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772592411040 139772612836158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 13 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772060230944 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 13308 33554432000 4194304 4196468 140728154307136 139771456251504 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11079016448 13308 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 518 13237 0 0 1 0 5 3 20 0 15 0 55544313 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 57 13237 0 0 1 0 5 3 20 0 15 0 55544313 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10819352 memory=139950596163200 CPUtime=0.13 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 567 13237 0 0 5 0 5 3 20 0 15 0 55544313 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11079016448 13308 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10819352 memory=139950596163200 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544314 11079016448 13308 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53232 KiB

[startup+0.70072 s]
/proc/loadavg: 1.62 1.68 1.80 3/217 18760
/proc/meminfo: memFree=24850156/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10819352 memory=86592 CPUtime=0.98 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 16743 13237 0 0 87 3 5 3 20 0 15 0 55544299 11079016448 21648 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2704838 21648 3244 1 0 2667149 0
[pid=18694/tid=18747] ppid=18691 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 12318 13237 0 0 56 3 5 3 20 0 15 0 55544308 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772592419856 139772600874834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544308 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10819352 memory=6935649255861544529 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 5 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10819352 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 13 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772060230944 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544310 11079016448 21648 33554432000 4194304 4196468 140728154307136 139771456251504 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11079016448 21648 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 939 13237 0 0 7 0 5 3 20 0 15 0 55544313 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 616 13237 0 0 9 0 5 3 20 0 15 0 55544313 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 651 13237 0 0 13 0 5 3 20 0 15 0 55544313 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11079016448 21648 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544314 11079016448 21648 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86592 KiB

[startup+1.5007 s]
/proc/loadavg: 1.62 1.68 1.80 3/217 18760
/proc/meminfo: memFree=24804476/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10834252 memory=218796 CPUtime=2.74 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 24418 13237 0 0 256 10 5 3 20 0 15 0 55544299 11094274048 54699 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2708563 54699 3477 1 0 2670221 0
[pid=18694/tid=18747] ppid=18691 vsize=10834252 memory=4951091520830867572 CPUtime=1.41 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 16985 13237 0 0 129 4 5 3 20 0 15 0 55544308 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772592416160 139772620620957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10834252 memory=4134606225630022328 CPUtime=0.1 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 55 13237 0 0 2 0 5 3 20 0 15 0 55544308 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10834252 memory=-5153189914156492648 CPUtime=0.1 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 32 13237 0 0 2 0 5 3 20 0 15 0 55544308 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10834252 memory=-7523482799008355997 CPUtime=0.1 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 181 13237 0 0 2 0 5 3 20 0 15 0 55544308 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10834252 memory=126368 CPUtime=0.1 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 39 13237 0 0 1 1 5 3 20 0 15 0 55544308 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 56 13237 0 0 1 0 5 3 20 0 15 0 55544310 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 13 13237 0 0 0 0 5 3 20 0 15 0 55544310 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772060231008 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10834252 memory=279900871262496 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 2 13237 0 0 0 0 5 3 20 0 15 0 55544310 11094274048 54699 33554432000 4194304 4196468 140728154307136 139771456251520 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10834252 memory=279900871677440 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11094274048 54699 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10834252 memory=139950435640960 CPUtime=0.46 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 1957 13237 0 0 38 0 5 3 20 0 15 0 55544313 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10834252 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 1534 13237 0 0 40 0 5 3 20 0 15 0 55544313 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10834252 memory=1200 CPUtime=0.43 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 1370 13237 0 0 35 0 5 3 20 0 15 0 55544313 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10834252 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11094274048 54699 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10834252 memory=11368 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1 13237 0 0 0 0 5 3 20 0 15 0 55544314 11094274048 54699 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10834252 KiB

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

/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 93487 13237 0 0 237021 34 5 3 20 0 15 0 55544308 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772592416368 139772216508145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10916192 memory=926736 CPUtime=5.1 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 13384 13237 0 0 477 25 5 3 20 0 15 0 55544308 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10916192 memory=926796 CPUtime=5.12 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 10875 13237 0 0 478 26 5 3 20 0 15 0 55544308 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10916192 memory=279900873276064 CPUtime=5.08 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 8568 13237 0 0 472 28 5 3 20 0 15 0 55544308 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10916192 memory=928844 CPUtime=5.1 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 12853 13237 0 0 473 29 5 3 20 0 15 0 55544308 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10916192 memory=928844 CPUtime=4.74 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 14517 13237 0 0 444 22 5 3 20 0 15 0 55544310 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10916192 memory=926716 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 20 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772060231008 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10916192 memory=715 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 9 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232211 33554432000 4194304 4196468 140728154307136 139771456251520 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10916192 memory=279900872976704 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232211 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10916192 memory=926736 CPUtime=7.23 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 59201 13237 0 0 710 5 5 3 20 0 15 0 55544313 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10916192 memory=928844 CPUtime=6.85 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 50862 13237 0 0 671 6 5 3 20 0 15 0 55544313 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10916192 memory=928844 CPUtime=2.41 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 40437 13237 0 0 227 6 5 3 20 0 15 0 55544313 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10916192 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232211 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10916192 memory=926796 CPUtime=1.19 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1294 13237 0 0 60 51 5 3 20 0 15 0 55544314 11178180608 232211 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 2412.82 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 928844 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.41 1.41 3/216 18964
/proc/meminfo: memFree=25837172/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10916192 memory=928916 CPUtime=2473.15 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 310184 13237 0 0 247101 206 5 3 20 0 15 0 55544299 11178180608 232229 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2729048 232229 3534 1 0 2690701 0
[pid=18694/tid=18747] ppid=18691 vsize=10916192 memory=928916 CPUtime=2430.4 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 94002 13237 0 0 242998 34 5 3 20 0 15 0 55544308 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772592415680 139772227409879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10916192 memory=928916 CPUtime=5.19 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 13722 13237 0 0 486 25 5 3 20 0 15 0 55544308 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10916192 memory=928916 CPUtime=5.22 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 10959 13237 0 0 488 26 5 3 20 0 15 0 55544308 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10916192 memory=928844 CPUtime=5.19 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 8682 13237 0 0 482 29 5 3 20 0 15 0 55544308 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10916192 memory=928888 CPUtime=5.2 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 12875 13237 0 0 483 29 5 3 20 0 15 0 55544308 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10916192 memory=928916 CPUtime=4.83 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 14710 13237 0 0 453 22 5 3 20 0 15 0 55544310 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10916192 memory=928916 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 20 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772060231008 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10916192 memory=928916 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 9 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232229 33554432000 4194304 4196468 140728154307136 139771456251520 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10916192 memory=928916 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232229 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10916192 memory=928916 CPUtime=7.24 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 59825 13237 0 0 711 5 5 3 20 0 15 0 55544313 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10916192 memory=928844 CPUtime=6.86 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 50975 13237 0 0 672 6 5 3 20 0 15 0 55544313 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10916192 memory=928916 CPUtime=2.41 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 40898 13237 0 0 227 6 5 3 20 0 15 0 55544313 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10916192 memory=928916 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232229 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10916192 memory=6791534058613427641 CPUtime=1.22 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1313 13237 0 0 62 52 5 3 20 0 15 0 55544314 11178180608 232229 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 2473.15 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 928916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.9 s]
/proc/loadavg: 1.22 1.34 1.39 3/216 18965
/proc/meminfo: memFree=25835028/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10916192 memory=928932 CPUtime=2520.04 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 311170 13237 0 0 251787 209 5 3 20 0 15 0 55544299 11178180608 232233 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2729048 232233 3534 1 0 2690701 0
[pid=18694/tid=18747] ppid=18691 vsize=10916192 memory=279900872699264 CPUtime=2476.81 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 94334 13237 0 0 247639 34 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772592409840 139772227408104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.28 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 13745 13237 0 0 494 26 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.31 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 10982 13237 0 0 496 27 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.27 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 9010 13237 0 0 490 29 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.29 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 12914 13237 0 0 491 30 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10916192 memory=928932 CPUtime=4.91 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 14740 13237 0 0 461 22 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 20 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772060231008 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 9 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771456251520 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10916192 memory=928920 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10916192 memory=928932 CPUtime=7.25 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 59844 13237 0 0 712 5 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10916192 memory=1728 CPUtime=6.87 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 51058 13237 0 0 673 6 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10916192 memory=928932 CPUtime=2.42 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 41003 13237 0 0 228 6 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10916192 memory=928932 CPUtime=1.24 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1317 13237 0 0 64 52 5 3 20 0 15 0 55544314 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 928932 KiB

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

[startup+2488.95 s]
# the end of solver process 18694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.95 s, system=2.13126 s

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

[startup+2488.9 s]
/proc/loadavg: 1.22 1.34 1.39 3/216 18965
/proc/meminfo: memFree=25835028/32770624 swapFree=67108860/67108860
[pid=18694] ppid=18691 vsize=10916192 memory=928932 CPUtime=2520.04 cores=0,2,4,6
/proc/18694/stat : 18694 (java) S 18691 18694 17273 0 -1 1077944320 311170 13237 0 0 251787 209 5 3 20 0 15 0 55544299 11178180608 232233 33554432000 4194304 4196468 140728154307136 140728154289680 139772620599031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
/proc/18694/statm: 2729048 232233 3534 1 0 2690701 0
[pid=18694/tid=18747] ppid=18691 vsize=10916192 memory=279900872699264 CPUtime=2476.81 cores=0,2,4,6
/proc/18694/task/18747/stat : 18747 (java) R 18691 18694 17273 0 -1 4202560 94334 13237 0 0 247639 34 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772592409840 139772227408104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18748] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.28 cores=0,2,4,6
/proc/18694/task/18748/stat : 18748 (java) S 18691 18694 17273 0 -1 1077944384 13745 13237 0 0 494 26 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772624841104 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18749] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.31 cores=0,2,4,6
/proc/18694/task/18749/stat : 18749 (java) S 18691 18694 17273 0 -1 1077944384 10982 13237 0 0 496 27 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772539660560 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18750] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.27 cores=0,2,4,6
/proc/18694/task/18750/stat : 18750 (java) S 18691 18694 17273 0 -1 1077944384 9010 13237 0 0 490 29 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772538608272 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18751] ppid=18691 vsize=10916192 memory=928932 CPUtime=5.29 cores=0,2,4,6
/proc/18694/task/18751/stat : 18751 (java) S 18691 18694 17273 0 -1 1077944384 12914 13237 0 0 491 30 5 3 20 0 15 0 55544308 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772537555472 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18752] ppid=18691 vsize=10916192 memory=928932 CPUtime=4.91 cores=0,2,4,6
/proc/18694/task/18752/stat : 18752 (java) S 18691 18694 17273 0 -1 1077944384 14740 13237 0 0 461 22 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772147194480 139772620610178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18753] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18753/stat : 18753 (java) S 18691 18694 17273 0 -1 1077944384 20 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772060231008 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18754] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18754/stat : 18754 (java) S 18691 18694 17273 0 -1 1077944384 9 13237 0 0 0 0 5 3 20 0 15 0 55544310 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771456251520 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18755] ppid=18691 vsize=10916192 memory=928920 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18755/stat : 18755 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771148851792 139772620617627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18756] ppid=18691 vsize=10916192 memory=928932 CPUtime=7.25 cores=0,2,4,6
/proc/18694/task/18756/stat : 18756 (java) S 18691 18694 17273 0 -1 1077944384 59844 13237 0 0 712 5 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772146141296 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18757] ppid=18691 vsize=10916192 memory=1728 CPUtime=6.87 cores=0,2,4,6
/proc/18694/task/18757/stat : 18757 (java) S 18691 18694 17273 0 -1 1077944384 51058 13237 0 0 673 6 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772145088496 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18758] ppid=18691 vsize=10916192 memory=928932 CPUtime=2.42 cores=0,2,4,6
/proc/18694/task/18758/stat : 18758 (java) S 18691 18694 17273 0 -1 1077944384 41003 13237 0 0 228 6 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772144036208 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18759] ppid=18691 vsize=10916192 memory=928932 CPUtime=0.08 cores=0,2,4,6
/proc/18694/task/18759/stat : 18759 (java) S 18691 18694 17273 0 -1 1077944384 3 13237 0 0 0 0 5 3 20 0 15 0 55544313 11178180608 232233 33554432000 4194304 4196468 140728154307136 139771115293152 139772620609237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
[pid=18694/tid=18760] ppid=18691 vsize=10916192 memory=928932 CPUtime=1.24 cores=0,2,4,6
/proc/18694/task/18760/stat : 18760 (java) S 18691 18694 17273 0 -1 1077944384 1317 13237 0 0 64 52 5 3 20 0 15 0 55544314 11178180608 232233 33554432000 4194304 4196468 140728154307136 139772142984112 139772620610178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140728154310827 140728154314076 140728154314076 140728154316751 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 928932 KiB

Child status: 143
Real time (s): 2488.95
CPU time (s): 2520.09
CPU user time (s): 2517.95
CPU system time (s): 2.13126
CPU usage (%): 101.251
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1149928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.95
system time used= 2.13126
maximum resident set size= 1151476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153269
involuntary context switches= 5688


# summary of solver processes directly reported to runsolver:
#   pid: 18694
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.95
#   total CPU system time (s): 2.13126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0039 second user time and 24.4855 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 23:03:31
IDJOB=4293870
IDBENCH=141252
IDSOLVER=2751
FILE ID=node151/4293870-1532379811
RUNJOBID= node151-1532369950-17304
PBS_JOBID= 21021572
Free space on /tmp= 55044 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293870-1532379811/watcher-4293870-1532379811 -o /tmp/evaluation-result-4293870-1532379811/solver-4293870-1532379811 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17304 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1906646768 -superng HOME/instance-4293870-1532379811.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1906646768

node151.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.87
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.87
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.87
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.87
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:        24899688 kB
MemAvailable:   29358376 kB
Buffers:          142316 kB
Cached:          4558584 kB
SwapCached:            0 kB
Active:          3528160 kB
Inactive:        3817772 kB
Active(anon):    2596004 kB
Inactive(anon):    69336 kB
Active(file):     932156 kB
Inactive(file):  3748436 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26544 kB
Writeback:             0 kB
AnonPages:       2653188 kB
Mapped:            50484 kB
Shmem:             17032 kB
Slab:             215516 kB
SReclaimable:     187864 kB
SUnreclaim:        27652 kB
KernelStack:        3600 kB
PageTables:        10800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3375240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2404352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-23 23:45:00