Trace number 4302750

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)48 252.152 236.948

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 benchmark252.042
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.97/0.74	c Concrete v3.9.2.1532736233296 running
33.33/21.04	o 68
33.33/21.10	o 67
34.22/21.57	o 66
34.36/21.64	o 62
35.75/22.70	o 60
36.60/23.53	o 59
37.17/24.08	o 57
37.65/24.42	o 55
44.30/30.76	o 54
44.71/31.18	o 52
44.90/31.33	o 50
61.83/47.86	o 48
252.08/236.92	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/236.92		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/236.92		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/236.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.08/236.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.08/236.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/236.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/236.92		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/236.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/236.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/236.92		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/236.92		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/236.92		at scala.Option.map(Option.scala:146)
252.08/236.92		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/236.92		at concrete.MAC.mac(MAC.scala:203)
252.08/236.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/236.92		at scala.util.Try$.apply(Try.scala:209)
252.08/236.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/236.92		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/236.92		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/236.92		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/236.92		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/236.92		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/236.92		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/236.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/236.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/236.92		at concrete.MAC.oneRun(MAC.scala:253)
252.08/236.92		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/236.92		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/236.92		at concrete.Solver.hasNext(Solver.scala:166)
252.08/236.92		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/236.92		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/236.92		at concrete.Solver.foreach(Solver.scala:68)
252.08/236.92		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/236.92		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/236.92		at scala.util.Success.map(Try.scala:209)
252.08/236.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/236.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/236.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/236.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/236.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/236.92		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/236.92		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/236.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/236.92		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/236.92		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/236.92		at scala.App.main(App.scala:76)
252.08/236.92		at scala.App.main$(App.scala:74)
252.08/236.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/236.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/236.92	v <instantiation cost="48">
252.08/236.92	v       <list>
252.08/236.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]
252.08/236.92	v       </list>
252.08/236.92	v       <values>
252.08/236.92	v         68 31 76 20 48 47 69 115 62 39 53 38 14 28 24 92 98 108 61 49 95 37 83 77 119 7 73 56 58 10 123 118 59 106 91 107 89 5 67 41 90 9 105 11 17 50 0 1 84 34 65 122 64 82 13 63 25 23 66 101 29 110 72 111 42 116 74 26 127 114 113 70 125 75 124 40 121 36 117 104 32 85 88 18 46 79 96 2 57 100 103 102 126 16 99 4 60 43 19 97 15 78 3 30 6 35 33 51 81 80 120 22 112 45 87 21 109 55 8 71 54 27 44 94 93 86 52 12 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 2 1 1 0 2 0 2 2 0 1 1 1 3 1 2 0 0 2 0 0 0 2 1 1 1 1 1 3 0 1 2 2 0 1 0
252.08/236.92	v       </values>
252.08/236.92	v     </instantiation>
252.08/236.92	s SATISFIABLE

Verifier Data

OK	48

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302750-1532896415/watcher-4302750-1532896415 -o /tmp/evaluation-result-4302750-1532896415/solver-4302750-1532896415 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=536631544 -superng HOME/instance-4302750-1532896415.xml 

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

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
solver pid=18432, runsolver pid=18429
Current StackSize limit: 8192 KiB


[startup+0.100145 s]*
/proc/loadavg: 1.82 1.82 1.86 3/206 18489
/proc/meminfo: memFree=22700388/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=10021560 memory=16960 CPUtime=0.08 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 4370 12934 0 0 1 0 5 2 20 0 6 0 107204640 10262077440 4240 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2505390 4240 1978 1 0 2493828 0
[pid=18432/tid=18485] ppid=18429 vsize=10088124 memory=4279135703913236109 CPUtime=0.08 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 2199 12934 0 0 1 0 5 2 20 0 7 0 107204649 10330238976 4240 33554432000 4194304 4196468 140729493379280 140261623769872 140261222596298 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 7 0 107204650 10330238976 4240 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=10088124 memory=139933549278848 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 7 0 107204650 10330238976 4306 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 7 0 107204650 10330238976 4306 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 7 0 107204650 10330238976 4306 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=10088124 memory=139933549278848 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 7 0 107204651 10330238976 4306 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10021560 KiB
Current children cumulated memory: 16960 KiB

[startup+0.209883 s]*
/proc/loadavg: 1.82 1.82 1.86 3/215 18498
/proc/meminfo: memFree=22676844/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=10982696 memory=43892 CPUtime=0.26 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 8325 12934 0 0 17 2 5 2 20 0 15 0 107204640 11246280704 10973 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2745674 10973 2963 1 0 2708109 0
[pid=18432/tid=18485] ppid=18429 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 4769 12934 0 0 10 1 5 2 20 0 15 0 107204649 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261623724432 140261633490331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=10982696 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=10982696 memory=3691179797138060960 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=10982696 memory=139933549278848 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204651 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246280704 10973 33554432000 4194304 4196468 140729493379280 140260425065504 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246280704 10973 33554432000 4194304 4196468 140729493379280 140260277216112 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 569 12934 0 0 1 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 69 12934 0 0 1 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=10982696 memory=139933549278848 CPUtime=0.1 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 692 12934 0 0 3 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=10982696 memory=139933549278848 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246280704 10973 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43892 KiB

[startup+0.310282 s]*
/proc/loadavg: 1.82 1.82 1.86 3/215 18498
/proc/meminfo: memFree=22668316/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=10983192 memory=55260 CPUtime=0.37 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 10377 12934 0 0 28 2 5 2 20 0 15 0 107204640 11246788608 13815 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2745798 13815 3095 1 0 2708109 0
[pid=18432/tid=18485] ppid=18429 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 6791 12934 0 0 19 2 5 2 20 0 15 0 107204649 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261623738784 140261651948701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204651 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246788608 13815 33554432000 4194304 4196468 140729493379280 140260425065504 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246788608 13815 33554432000 4194304 4196468 140729493379280 140260277216112 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 574 12934 0 0 1 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 73 12934 0 0 1 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=10983192 memory=139933549278848 CPUtime=0.11 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 715 12934 0 0 4 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=10983192 memory=139933549278848 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 13815 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55260 KiB

[startup+0.700668 s]
/proc/loadavg: 1.82 1.82 1.86 4/215 18498
/proc/meminfo: memFree=22656408/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=10983192 memory=88364 CPUtime=0.97 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 16736 12934 0 0 86 4 5 2 20 0 15 0 107204640 11246788608 22091 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2745798 22091 3237 1 0 2708109 0
[pid=18432/tid=18485] ppid=18429 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 12065 12934 0 0 55 3 5 2 20 0 15 0 107204649 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261623747600 140261636242012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204650 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 5 12934 0 0 0 0 5 2 20 0 15 0 107204651 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246788608 22091 33554432000 4194304 4196468 140729493379280 140260425065504 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204652 11246788608 22091 33554432000 4194304 4196468 140729493379280 140260277216112 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 825 12934 0 0 6 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 745 12934 0 0 9 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 873 12934 0 0 13 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204655 11246788608 22091 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88364 KiB

[startup+1.50601 s]
/proc/loadavg: 1.82 1.82 1.86 3/215 18498
/proc/meminfo: memFree=22609008/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=10996044 memory=221236 CPUtime=2.77 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 24383 12934 0 0 261 9 5 2 20 0 15 0 107204640 11259949056 55309 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2749011 55309 3452 1 0 2710669 0
[pid=18432/tid=18485] ppid=18429 vsize=10996044 memory=-5153075247759266159 CPUtime=1.45 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) S 18429 18432 12222 0 -1 1077944384 16662 12934 0 0 132 6 5 2 20 0 15 0 107204649 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261623740992 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=10996044 memory=-7593443685088208538 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 48 12934 0 0 0 0 5 2 20 0 15 0 107204650 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=10996044 memory=6720696446780543624 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 168 12934 0 0 0 0 5 2 20 0 15 0 107204650 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=10996044 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 9 12934 0 0 0 0 5 2 20 0 15 0 107204650 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=10996044 memory=136004 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 9 12934 0 0 0 0 5 2 20 0 15 0 107204650 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) R 18429 18432 12222 0 -1 4202560 22 12934 0 0 0 0 5 2 20 0 15 0 107204651 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261077259136 140261651948122 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107204652 11259949056 55309 33554432000 4194304 4196468 140729493379280 140260425065504 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=10996044 memory=279866779961024 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204652 11259949056 55309 33554432000 4194304 4196468 140729493379280 140260277216112 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=10996044 memory=279866780375248 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=10996044 memory=139933389990224 CPUtime=0.48 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 1833 12934 0 0 41 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=10996044 memory=139933549281361 CPUtime=0.54 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 1883 12934 0 0 47 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=10996044 memory=96 CPUtime=0.43 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 1531 12934 0 0 36 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=10996044 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107204655 11259949056 55309 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0

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

/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 64497 12934 0 0 16144 28 5 2 20 0 15 0 107204649 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261623743936 140261224127544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=11080032 memory=1633676 CPUtime=0.42 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 2643 12934 0 0 24 11 5 2 20 0 15 0 107204650 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=11080032 memory=1631108 CPUtime=0.42 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 1988 12934 0 0 23 12 5 2 20 0 15 0 107204650 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=11080032 memory=1631108 CPUtime=0.43 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 894 12934 0 0 23 13 5 2 20 0 15 0 107204650 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=11080032 memory=1633676 CPUtime=0.42 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 3197 12934 0 0 23 12 5 2 20 0 15 0 107204650 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=11080032 memory=1840 CPUtime=0.16 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 5155 12934 0 0 8 1 5 2 20 0 15 0 107204651 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=11080032 memory=1631108 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 17 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 407777 33554432000 4194304 4196468 140729493379280 140260425065632 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=11080032 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 8 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 407777 33554432000 4194304 4196468 140729493379280 140260277216128 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=11080032 memory=1631108 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=11080032 memory=30580 CPUtime=5.6 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 18044 12934 0 0 550 3 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=11080032 memory=1633676 CPUtime=6.14 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 20846 12934 0 0 603 4 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=11080032 memory=1633676 CPUtime=2.09 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 14180 12934 0 0 197 5 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=11080032 memory=1631108 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=11080032 memory=15876 CPUtime=0.14 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 217 12934 0 0 3 4 5 2 20 0 15 0 107204655 11345952768 407777 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 177.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1631108 KiB

[startup+222.301 s]
/proc/loadavg: 1.81 1.81 1.85 3/215 18631
/proc/meminfo: memFree=21815924/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=11080032 memory=1442320 CPUtime=237.42 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 145244 12934 0 0 23637 98 5 2 20 0 15 0 107204640 11345952768 360580 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2770008 360580 3532 1 0 2731661 0
[pid=18432/tid=18485] ppid=18429 vsize=11080032 memory=4012 CPUtime=221.72 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 66815 12934 0 0 22137 28 5 2 20 0 15 0 107204649 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261623739632 140261238838339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=11080032 memory=1452068 CPUtime=0.46 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 3773 12934 0 0 28 11 5 2 20 0 15 0 107204650 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=11080032 memory=1462840 CPUtime=0.46 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2177 12934 0 0 27 12 5 2 20 0 15 0 107204650 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=11080032 memory=1573648 CPUtime=0.46 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1497 12934 0 0 26 13 5 2 20 0 15 0 107204650 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=11080032 memory=1463868 CPUtime=0.46 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 3230 12934 0 0 27 12 5 2 20 0 15 0 107204650 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=11080032 memory=4012 CPUtime=0.18 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 5489 12934 0 0 10 1 5 2 20 0 15 0 107204651 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=11080032 memory=8572 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 17 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 360580 33554432000 4194304 4196468 140729493379280 140260425065632 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=11080032 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 8 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 360580 33554432000 4194304 4196468 140729493379280 140260277216128 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=11080032 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=11080032 memory=30580 CPUtime=5.7 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 20873 12934 0 0 560 3 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=11080032 memory=7013627874685445734 CPUtime=6.24 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 23538 12934 0 0 613 4 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=11080032 memory=6945231663025115748 CPUtime=2.1 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 15381 12934 0 0 198 5 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=11080032 memory=1474640 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=11080032 memory=1300 CPUtime=0.17 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 243 12934 0 0 5 5 5 2 20 0 15 0 107204655 11345952768 360580 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 237.42 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1442320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.901 s]
/proc/loadavg: 2.00 1.85 1.87 3/215 18632
/proc/meminfo: memFree=21850112/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=11080032 memory=1403336 CPUtime=252.08 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 148054 12934 0 0 25102 99 5 2 20 0 15 0 107204640 11345952768 350834 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2770008 350834 3533 1 0 2731661 0
[pid=18432/tid=18485] ppid=18429 vsize=11080032 memory=1413084 CPUtime=236.3 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 66907 12934 0 0 23595 28 5 2 20 0 15 0 107204649 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261623760344 140261238838172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=11080032 memory=1413084 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 3783 12934 0 0 29 11 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=11080032 memory=1403336 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2191 12934 0 0 28 12 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=11080032 memory=11008 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1498 12934 0 0 27 13 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=11080032 memory=1952 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 3241 12934 0 0 28 12 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=11080032 memory=1407956 CPUtime=0.19 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 5496 12934 0 0 11 1 5 2 20 0 15 0 107204651 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=11080032 memory=1413084 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 17 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 350834 33554432000 4194304 4196468 140729493379280 140260425065632 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=11080032 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 8 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 350834 33554432000 4194304 4196468 140729493379280 140260277216128 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=11080032 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=11080032 memory=1840 CPUtime=5.71 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 22405 12934 0 0 561 3 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=11080032 memory=1716 CPUtime=6.24 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 23944 12934 0 0 613 4 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=11080032 memory=1442320 CPUtime=2.11 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 16114 12934 0 0 199 5 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=11080032 memory=30580 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=11080032 memory=1407956 CPUtime=0.17 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 247 12934 0 0 5 5 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1403336 KiB

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

[startup+236.948 s]
# the end of solver process 18432 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.109 s, system=1.04309 s

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

[startup+236.901 s]
/proc/loadavg: 2.00 1.85 1.87 3/215 18632
/proc/meminfo: memFree=21850112/32770624 swapFree=67108404/67108860
[pid=18432] ppid=18429 vsize=11080032 memory=1403336 CPUtime=252.08 cores=1,3,5,7
/proc/18432/stat : 18432 (java) S 18429 18432 12222 0 -1 1077944320 148054 12934 0 0 25102 99 5 2 20 0 15 0 107204640 11345952768 350834 33554432000 4194304 4196468 140729493379280 140729493361824 140261651926775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
/proc/18432/statm: 2770008 350834 3533 1 0 2731661 0
[pid=18432/tid=18485] ppid=18429 vsize=11080032 memory=1413084 CPUtime=236.3 cores=1,3,5,7
/proc/18432/task/18485/stat : 18485 (java) R 18429 18432 12222 0 -1 4202560 66907 12934 0 0 23595 28 5 2 20 0 15 0 107204649 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261623760344 140261238838172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18486] ppid=18429 vsize=11080032 memory=1413084 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18486/stat : 18486 (java) S 18429 18432 12222 0 -1 1077944384 3783 12934 0 0 29 11 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261656169616 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18487] ppid=18429 vsize=11080032 memory=1403336 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18487/stat : 18487 (java) S 18429 18432 12222 0 -1 1077944384 2191 12934 0 0 28 12 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261192035344 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18488] ppid=18429 vsize=11080032 memory=11008 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18488/stat : 18488 (java) S 18429 18432 12222 0 -1 1077944384 1498 12934 0 0 27 13 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261190982544 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18489] ppid=18429 vsize=11080032 memory=1952 CPUtime=0.47 cores=1,3,5,7
/proc/18432/task/18489/stat : 18489 (java) S 18429 18432 12222 0 -1 1077944384 3241 12934 0 0 28 12 5 2 20 0 15 0 107204650 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261189929744 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18490] ppid=18429 vsize=11080032 memory=1407956 CPUtime=0.19 cores=1,3,5,7
/proc/18432/task/18490/stat : 18490 (java) S 18429 18432 12222 0 -1 1077944384 5496 12934 0 0 11 1 5 2 20 0 15 0 107204651 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261077260656 140261651937922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18491] ppid=18429 vsize=11080032 memory=1413084 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18491/stat : 18491 (java) S 18429 18432 12222 0 -1 1077944384 17 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 350834 33554432000 4194304 4196468 140729493379280 140260425065632 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18492] ppid=18429 vsize=11080032 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18492/stat : 18492 (java) S 18429 18432 12222 0 -1 1077944384 8 12934 0 0 0 0 5 2 20 0 15 0 107204652 11345952768 350834 33554432000 4194304 4196468 140729493379280 140260277216128 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18493] ppid=18429 vsize=11080032 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18493/stat : 18493 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140259969816400 140261651945371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18494] ppid=18429 vsize=11080032 memory=1840 CPUtime=5.71 cores=1,3,5,7
/proc/18432/task/18494/stat : 18494 (java) S 18429 18432 12222 0 -1 1077944384 22405 12934 0 0 561 3 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261076208496 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18495] ppid=18429 vsize=11080032 memory=1716 CPUtime=6.24 cores=1,3,5,7
/proc/18432/task/18495/stat : 18495 (java) S 18429 18432 12222 0 -1 1077944384 23944 12934 0 0 613 4 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261075155696 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18496] ppid=18429 vsize=11080032 memory=1442320 CPUtime=2.11 cores=1,3,5,7
/proc/18432/task/18496/stat : 18496 (java) S 18429 18432 12222 0 -1 1077944384 16114 12934 0 0 199 5 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261074102896 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18497] ppid=18429 vsize=11080032 memory=30580 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18497/stat : 18497 (java) S 18429 18432 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140259539020512 140261651936981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
[pid=18432/tid=18498] ppid=18429 vsize=11080032 memory=1407956 CPUtime=0.17 cores=1,3,5,7
/proc/18432/task/18498/stat : 18498 (java) S 18429 18432 12222 0 -1 1077944384 247 12934 0 0 5 5 5 2 20 0 15 0 107204655 11345952768 350834 33554432000 4194304 4196468 140729493379280 140261073050288 140261651937922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21950464 140729493383785 140729493386593 140729493386593 140729493389263 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1403336 KiB

Child status: 143
Real time (s): 236.948
CPU time (s): 252.152
CPU user time (s): 251.109
CPU system time (s): 1.04309
CPU usage (%): 106.417
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 1665008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.109
system time used= 1.04309
maximum resident set size= 1676292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15461
involuntary context switches= 222


# summary of solver processes directly reported to runsolver:
#   pid: 18432
#   total CPU time (s): 252.152
#   total CPU user time (s): 251.109
#   total CPU system time (s): 1.04309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34877 second user time and 2.33051 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:33:35
IDJOB=4302750
IDBENCH=141252
IDSOLVER=2777
FILE ID=node148/4302750-1532896415
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302750-1532896415/watcher-4302750-1532896415 -o /tmp/evaluation-result-4302750-1532896415/solver-4302750-1532896415 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=536631544 -superng HOME/instance-4302750-1532896415.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=536631544

node148.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.50
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.50
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.50
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.50
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:        22709204 kB
MemAvailable:   30756452 kB
Buffers:          247384 kB
Cached:          7950200 kB
SwapCached:          352 kB
Active:          3048304 kB
Inactive:        6374876 kB
Active(anon):    1178952 kB
Inactive(anon):    74228 kB
Active(file):    1869352 kB
Inactive(file):  6300648 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:       1072756 kB
Mapped:            58028 kB
Shmem:             25016 kB
Slab:             334460 kB
SReclaimable:     305708 kB
SUnreclaim:        28752 kB
KernelStack:        3792 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2266140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:37:32