Trace number 4293869

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 2018-06-13SAT (TO)37 2520.07 2492.43

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
50.41/40.14	o 49
51.11/40.68	o 45
840.95/823.88	o 44
841.09/823.92	o 40
841.30/824.02	o 38
2027.47/2002.56	o 37
2520.02/2492.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2492.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2492.41		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:51)
2520.02/2492.41		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.02/2492.41		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:272)
2520.02/2492.41		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.02/2492.41		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.02/2492.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:51)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2492.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2492.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2492.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.02/2492.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2492.41		at scala.Option.map(Option.scala:146)
2520.02/2492.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2492.41		at concrete.MAC.mac(MAC.scala:203)
2520.02/2492.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2492.41		at scala.util.Try$.apply(Try.scala:209)
2520.02/2492.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2492.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2492.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2492.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2492.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2492.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2492.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2492.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2492.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2492.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2492.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2492.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2492.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2492.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2492.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2492.41		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2492.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2492.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2492.41		at scala.util.Success.map(Try.scala:209)
2520.02/2492.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2492.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2492.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2492.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2492.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2492.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2492.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2492.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2492.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2492.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2492.41		at scala.App.main(App.scala:76)
2520.02/2492.41		at scala.App.main$(App.scala:74)
2520.02/2492.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2492.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2492.41	v <instantiation cost="37">
2520.02/2492.41	v       <list>
2520.02/2492.41	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.02/2492.41	v       </list>
2520.02/2492.41	v       <values>
2520.02/2492.41	v         78 15 95 100 14 37 5 38 102 94 62 104 118 93 75 29 72 106 47 21 126 57 35 98 91 109 92 10 55 19 25 97 81 82 17 89 96 67 40 24 123 26 88 34 79 85 4 68 110 48 84 33 16 61 103 124 63 120 27 32 42 22 90 18 83 41 111 86 9 108 13 50 11 101 45 39 8 36 1 73 64 70 43 49 117 76 2 20 66 31 12 65 52 0 53 107 121 113 56 23 127 112 46 115 77 28 51 122 105 58 7 44 6 74 71 119 54 99 114 3 125 60 30 59 116 80 87 69 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 1 1 0 0 0 0 1 1 0 1 1 1 0 0 1 0 0 0 1 0 1 1 1 2 1 1 1 2 2 2 1 1 1 1 0 2 0 0 1 0
2520.02/2492.41	v       </values>
2520.02/2492.41	v     </instantiation>
2520.02/2492.42	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 (9948 MiB free)
  memory of node 1: 16384 MiB (13011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293869-1532381717/watcher-4293869-1532381717 -o /tmp/evaluation-result-4293869-1532381717/solver-4293869-1532381717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=946144028 HOME/instance-4293869-1532381717.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=16815, runsolver pid=16812

[startup+0.100119 s]*
/proc/loadavg: 1.79 1.86 1.81 3/206 16872
/proc/meminfo: memFree=23504396/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 4417 13227 0 0 1 1 5 2 20 0 6 0 55734893 10212057088 4269 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2493178 4269 1934 1 0 2481616 0
[pid=16815/tid=16868] ppid=16812 vsize=9972712 memory=4279135704013962638 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 2250 13227 0 0 0 0 5 2 20 0 6 0 55734902 10212057088 4269 33554432000 4194304 4196468 140726669105456 139835680449104 139835693735280 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 55734902 10212057088 4269 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=9972712 memory=140584169768576 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 55734902 10212057088 4269 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 6 0 55734902 10212057088 4269 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 6 0 55734902 10212057088 4269 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209899 s]*
/proc/loadavg: 1.79 1.86 1.81 3/215 16881
/proc/meminfo: memFree=23484512/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10821524 memory=44712 CPUtime=0.25 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 8386 13227 0 0 16 2 5 2 20 0 15 0 55734893 11081240576 11178 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2705381 11178 2948 1 0 2667804 0
[pid=16815/tid=16868] ppid=16812 vsize=10821524 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 5210 13227 0 0 10 1 5 2 20 0 15 0 55734902 11081240576 11442 33554432000 4194304 4196468 140726669105456 139835680437152 139835701292061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10821524 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11081240576 11442 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10821524 memory=140584169768576 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11081240576 11442 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11081240576 11508 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 55734902 11081240576 11508 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10821524 memory=140584169768576 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 55734904 11081240576 11508 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 55734904 11081240576 11508 33554432000 4194304 4196468 140726669105456 139834605692320 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734905 11081240576 11508 33554432000 4194304 4196468 140726669105456 139834471474672 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11081240576 11508 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 472 13227 0 0 1 0 5 2 20 0 15 0 55734907 11081240576 11157 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 131 13227 0 0 0 0 5 2 20 0 15 0 55734907 11081240576 11157 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10819896 memory=140584169768576 CPUtime=0.1 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 619 13227 0 0 3 0 5 2 20 0 15 0 55734907 11079573504 11144 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11079573504 10917 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10818936 memory=140584169768576 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734908 11078590464 10917 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44712 KiB

[startup+0.310366 s]*
/proc/loadavg: 1.79 1.86 1.81 3/215 16881
/proc/meminfo: memFree=23471860/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10819352 memory=54360 CPUtime=0.38 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 10612 13227 0 0 28 3 5 2 20 0 15 0 55734893 11079016448 13590 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2704838 13590 3093 1 0 2667149 0
[pid=16815/tid=16868] ppid=16812 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 7167 13227 0 0 19 2 5 2 20 0 15 0 55734902 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835680424352 139835708634269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 55734904 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 55734904 11079016448 13590 33554432000 4194304 4196468 140726669105456 139834605692320 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734905 11079016448 13590 33554432000 4194304 4196468 140726669105456 139834471474672 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11079016448 13590 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 472 13227 0 0 1 0 5 2 20 0 15 0 55734907 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 134 13227 0 0 1 0 5 2 20 0 15 0 55734907 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) R 16812 16815 15121 0 -1 4202560 626 13227 0 0 5 0 5 2 20 0 15 0 55734907 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835164473584 139835688583528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11079016448 13590 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734908 11079016448 13590 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54360 KiB

[startup+0.700773 s]
/proc/loadavg: 1.79 1.86 1.81 3/215 16881
/proc/meminfo: memFree=23463608/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10819352 memory=86768 CPUtime=0.98 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 16739 13227 0 0 87 4 5 2 20 0 15 0 55734893 11079016448 21692 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2704838 21692 3244 1 0 2667149 0
[pid=16815/tid=16868] ppid=16812 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 12232 13227 0 0 56 2 5 2 20 0 15 0 55734902 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835680433168 139835690175918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 2 13227 0 0 0 0 5 2 20 0 15 0 55734902 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 5 13227 0 0 0 0 5 2 20 0 15 0 55734904 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 13 13227 0 0 0 0 5 2 20 0 15 0 55734904 11079016448 21692 33554432000 4194304 4196468 140726669105456 139834605692320 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734905 11079016448 21692 33554432000 4194304 4196468 140726669105456 139834471474672 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11079016448 21692 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 871 13227 0 0 7 0 5 2 20 0 15 0 55734907 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10819352 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 727 13227 0 0 9 0 5 2 20 0 15 0 55734907 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10819352 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 691 13227 0 0 12 0 5 2 20 0 15 0 55734907 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11079016448 21692 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734908 11079016448 21692 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86768 KiB

[startup+1.50071 s]
/proc/loadavg: 1.79 1.86 1.81 5/215 16881
/proc/meminfo: memFree=23419568/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10834252 memory=218652 CPUtime=2.71 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 24392 13227 0 0 253 11 5 2 20 0 15 0 55734893 11094274048 54663 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2708563 54663 3474 1 0 2670221 0
[pid=16815/tid=16868] ppid=16812 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 17058 13227 0 0 128 6 5 2 20 0 15 0 55734902 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835680429872 139835701715820 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 61 13227 0 0 2 0 5 2 20 0 15 0 55734902 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 20 13227 0 0 2 0 5 2 20 0 15 0 55734902 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 196 13227 0 0 2 0 5 2 20 0 15 0 55734902 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 36 13227 0 0 2 0 5 2 20 0 15 0 55734902 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 113 13227 0 0 1 0 5 2 20 0 15 0 55734904 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10834252 memory=281168020842752 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 14 13227 0 0 0 0 5 2 20 0 15 0 55734904 11094274048 54663 33554432000 4194304 4196468 140726669105456 139834605692384 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734905 11094274048 54663 33554432000 4194304 4196468 140726669105456 139834471474688 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10834252 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11094274048 54663 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10834252 memory=1704 CPUtime=0.42 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) R 16812 16815 15121 0 -1 4202560 1660 13227 0 0 35 0 5 2 20 0 15 0 55734907 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835166578672 139835693688140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10834252 memory=9924 CPUtime=0.49 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) R 16812 16815 15121 0 -1 4202560 1642 13227 0 0 42 0 5 2 20 0 15 0 55734907 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835165526128 139835690140407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10834252 memory=5788 CPUtime=0.42 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 1419 13227 0 0 35 0 5 2 20 0 15 0 55734907 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10834252 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11094274048 54663 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10834252 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1 13227 0 0 0 0 5 2 20 0 15 0 55734908 11094274048 54663 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10834252 KiB

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

/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 99857 13227 0 0 231181 40 5 2 20 0 15 0 55734902 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835680445600 139835294666831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10916192 memory=33 CPUtime=4.49 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 21991 13227 0 0 412 30 5 2 20 0 15 0 55734902 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10916192 memory=1163520 CPUtime=4.51 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 14012 13227 0 0 416 28 5 2 20 0 15 0 55734902 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10916192 memory=1163520 CPUtime=4.5 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 20176 13227 0 0 416 27 5 2 20 0 15 0 55734902 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10916192 memory=1163520 CPUtime=4.5 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 12635 13227 0 0 414 29 5 2 20 0 15 0 55734902 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10916192 memory=1163520 CPUtime=4.19 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 19067 13227 0 0 389 23 5 2 20 0 15 0 55734904 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10916192 memory=7018666983586622308 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 34 13227 0 0 0 0 5 2 20 0 15 0 55734904 11178180608 290881 33554432000 4194304 4196468 140726669105456 139834605692384 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10916192 memory=1163524 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 21 13227 0 0 0 0 5 2 20 0 15 0 55734905 11178180608 290881 33554432000 4194304 4196468 140726669105456 139834471474688 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10916192 memory=1163524 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 290881 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10916192 memory=1163524 CPUtime=5.88 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 68796 13227 0 0 575 6 5 2 20 0 15 0 55734907 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10916192 memory=1163524 CPUtime=5.33 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 60737 13227 0 0 517 9 5 2 20 0 15 0 55734907 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10916192 memory=0 CPUtime=2.18 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 45492 13227 0 0 206 5 5 2 20 0 15 0 55734907 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10916192 memory=1163492 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 290881 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10916192 memory=1163524 CPUtime=1.1 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1678 13227 0 0 47 56 5 2 20 0 15 0 55734908 11178180608 290881 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 2348.42 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1163524 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.40 1.44 3/215 17126
/proc/meminfo: memFree=22198664/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10916192 memory=1163572 CPUtime=2408.91 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 370617 13227 0 0 240658 226 5 2 20 0 15 0 55734893 11178180608 290893 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2729048 290893 3528 1 0 2690701 0
[pid=16815/tid=16868] ppid=16812 vsize=10916192 memory=7 CPUtime=2371.98 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 100683 13227 0 0 237150 41 5 2 20 0 15 0 55734902 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835680439776 139835309580828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10916192 memory=1163572 CPUtime=4.63 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 22332 13227 0 0 425 31 5 2 20 0 15 0 55734902 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10916192 memory=1163532 CPUtime=4.64 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 14041 13227 0 0 428 29 5 2 20 0 15 0 55734902 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10916192 memory=281168022129600 CPUtime=4.64 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 20306 13227 0 0 429 28 5 2 20 0 15 0 55734902 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10916192 memory=1163532 CPUtime=4.64 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 12710 13227 0 0 427 30 5 2 20 0 15 0 55734902 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10916192 memory=1163568 CPUtime=4.31 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 19438 13227 0 0 401 23 5 2 20 0 15 0 55734904 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10916192 memory=1163568 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 34 13227 0 0 0 0 5 2 20 0 15 0 55734904 11178180608 290893 33554432000 4194304 4196468 140726669105456 139834605692384 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10916192 memory=1163568 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 21 13227 0 0 0 0 5 2 20 0 15 0 55734905 11178180608 290893 33554432000 4194304 4196468 140726669105456 139834471474688 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10916192 memory=1163568 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 290893 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10916192 memory=1704 CPUtime=5.9 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 69339 13227 0 0 577 6 5 2 20 0 15 0 55734907 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10916192 memory=1163572 CPUtime=5.38 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 61432 13227 0 0 522 9 5 2 20 0 15 0 55734907 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10916192 memory=1163568 CPUtime=2.18 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 46381 13227 0 0 206 5 5 2 20 0 15 0 55734907 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 290893 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10916192 memory=7528 CPUtime=1.12 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1707 13227 0 0 48 57 5 2 20 0 15 0 55734908 11178180608 290893 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 2408.91 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1163572 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.36 1.42 3/215 17127
/proc/meminfo: memFree=22194092/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10916192 memory=1165688 CPUtime=2469.53 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 372251 13227 0 0 246714 232 5 2 20 0 15 0 55734893 11178180608 291422 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2729048 291422 3528 1 0 2690701 0
[pid=16815/tid=16868] ppid=16812 vsize=10916192 memory=1163568 CPUtime=2431.51 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 101405 13227 0 0 243103 41 5 2 20 0 15 0 55734902 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835680423984 139835309580512 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10916192 memory=1163568 CPUtime=4.84 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 22437 13227 0 0 445 32 5 2 20 0 15 0 55734902 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10916192 memory=1165664 CPUtime=4.85 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 14392 13227 0 0 448 30 5 2 20 0 15 0 55734902 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10916192 memory=1165688 CPUtime=4.84 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 20371 13227 0 0 449 28 5 2 20 0 15 0 55734902 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10916192 memory=1165688 CPUtime=4.85 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 12733 13227 0 0 447 31 5 2 20 0 15 0 55734902 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10916192 memory=1165688 CPUtime=4.52 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 19642 13227 0 0 420 25 5 2 20 0 15 0 55734904 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10916192 memory=1165688 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 34 13227 0 0 0 0 5 2 20 0 15 0 55734904 11178180608 291422 33554432000 4194304 4196468 140726669105456 139834605692384 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10916192 memory=1165688 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 21 13227 0 0 0 0 5 2 20 0 15 0 55734905 11178180608 291422 33554432000 4194304 4196468 140726669105456 139834471474688 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10916192 memory=1165688 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 291422 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10916192 memory=1165688 CPUtime=5.91 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 69392 13227 0 0 578 6 5 2 20 0 15 0 55734907 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10916192 memory=1165688 CPUtime=5.38 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 61434 13227 0 0 522 9 5 2 20 0 15 0 55734907 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10916192 memory=1165688 CPUtime=2.18 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 46472 13227 0 0 206 5 5 2 20 0 15 0 55734907 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10916192 memory=1163572 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 291422 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10916192 memory=1165688 CPUtime=1.16 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1725 13227 0 0 50 59 5 2 20 0 15 0 55734908 11178180608 291422 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 2469.53 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1165688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.4 s]
/proc/loadavg: 1.70 1.47 1.45 3/215 17128
/proc/meminfo: memFree=22191320/32770624 swapFree=67108860/67108860
[pid=16815] ppid=16812 vsize=10916192 memory=1165764 CPUtime=2520.02 cores=1,3,5,7
/proc/16815/stat : 16815 (java) S 16812 16815 15121 0 -1 1077944320 373999 13227 0 0 251758 237 5 2 20 0 15 0 55734893 11178180608 291441 33554432000 4194304 4196468 140726669105456 140726669088000 139835708612343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
/proc/16815/statm: 2729048 291441 3528 1 0 2690701 0
[pid=16815/tid=16868] ppid=16812 vsize=10916192 memory=2776 CPUtime=2481.31 cores=1,3,5,7
/proc/16815/task/16868/stat : 16868 (java) R 16812 16815 15121 0 -1 4202560 101916 13227 0 0 248082 42 5 2 20 0 15 0 55734902 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835680431168 139835294666809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16869] ppid=16812 vsize=10916192 memory=1408 CPUtime=4.96 cores=1,3,5,7
/proc/16815/task/16869/stat : 16869 (java) S 16812 16815 15121 0 -1 1077944384 22455 13227 0 0 457 32 5 2 20 0 15 0 55734902 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835712854288 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16870] ppid=16812 vsize=10916192 memory=3188 CPUtime=4.99 cores=1,3,5,7
/proc/16815/task/16870/stat : 16870 (java) S 16812 16815 15121 0 -1 1077944384 14511 13227 0 0 461 31 5 2 20 0 15 0 55734902 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835617057168 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16871] ppid=16812 vsize=10916192 memory=1165764 CPUtime=4.98 cores=1,3,5,7
/proc/16815/task/16871/stat : 16871 (java) S 16812 16815 15121 0 -1 1077944384 20388 13227 0 0 462 29 5 2 20 0 15 0 55734902 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835616004624 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16872] ppid=16812 vsize=10916192 memory=4104 CPUtime=4.98 cores=1,3,5,7
/proc/16815/task/16872/stat : 16872 (java) S 16812 16815 15121 0 -1 1077944384 13072 13227 0 0 459 32 5 2 20 0 15 0 55734902 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835614952080 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16873] ppid=16812 vsize=10916192 memory=1408 CPUtime=4.64 cores=1,3,5,7
/proc/16815/task/16873/stat : 16873 (java) S 16812 16815 15121 0 -1 1077944384 19841 13227 0 0 431 26 5 2 20 0 15 0 55734904 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835167631856 139835708623490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16874] ppid=16812 vsize=10916192 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16874/stat : 16874 (java) S 16812 16815 15121 0 -1 1077944384 34 13227 0 0 0 0 5 2 20 0 15 0 55734904 11178180608 291441 33554432000 4194304 4196468 140726669105456 139834605692384 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16875] ppid=16812 vsize=10916192 memory=662252 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16875/stat : 16875 (java) S 16812 16815 15121 0 -1 1077944384 21 13227 0 0 0 0 5 2 20 0 15 0 55734905 11178180608 291441 33554432000 4194304 4196468 140726669105456 139834471474688 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16876] ppid=16812 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16876/stat : 16876 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 291441 33554432000 4194304 4196468 140726669105456 139834231184080 139835708630939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16877] ppid=16812 vsize=10916192 memory=4126316290023845779 CPUtime=5.91 cores=1,3,5,7
/proc/16815/task/16877/stat : 16877 (java) S 16812 16815 15121 0 -1 1077944384 69788 13227 0 0 578 6 5 2 20 0 15 0 55734907 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835166578672 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16878] ppid=16812 vsize=10916192 memory=3848 CPUtime=5.38 cores=1,3,5,7
/proc/16815/task/16878/stat : 16878 (java) S 16812 16815 15121 0 -1 1077944384 61436 13227 0 0 522 9 5 2 20 0 15 0 55734907 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835165526128 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16879] ppid=16812 vsize=10916192 memory=2700 CPUtime=2.19 cores=1,3,5,7
/proc/16815/task/16879/stat : 16879 (java) S 16812 16815 15121 0 -1 1077944384 46601 13227 0 0 207 5 5 2 20 0 15 0 55734907 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835164473584 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16880] ppid=16812 vsize=10916192 memory=2776 CPUtime=0.07 cores=1,3,5,7
/proc/16815/task/16880/stat : 16880 (java) S 16812 16815 15121 0 -1 1077944384 3 13227 0 0 0 0 5 2 20 0 15 0 55734907 11178180608 291441 33554432000 4194304 4196468 140726669105456 139834197625440 139835708622549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
[pid=16815/tid=16881] ppid=16812 vsize=10916192 memory=1165764 CPUtime=1.18 cores=1,3,5,7
/proc/16815/task/16881/stat : 16881 (java) S 16812 16815 15121 0 -1 1077944384 1743 13227 0 0 51 60 5 2 20 0 15 0 55734908 11178180608 291441 33554432000 4194304 4196468 140726669105456 139835163421488 139835708623490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13479936 140726669109871 140726669112668 140726669112668 140726669115343 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1165764 KiB

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

[startup+2492.43 s]
# the end of solver process 16815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.65 s, system=2.41053 s

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

Child status: 143
Real time (s): 2492.43
CPU time (s): 2520.07
CPU user time (s): 2517.65
CPU system time (s): 2.41053
CPU usage (%): 101.109
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1302652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.65
system time used= 2.41053
maximum resident set size= 1309848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154635
involuntary context switches= 4281


# summary of solver processes directly reported to runsolver:
#   pid: 16815
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.65
#   total CPU system time (s): 2.41053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5286 second user time and 20.6627 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 23:35:17
IDJOB=4293869
IDBENCH=141252
IDSOLVER=2750
FILE ID=node105/4293869-1532381717
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293869-1532381717/watcher-4293869-1532381717 -o /tmp/evaluation-result-4293869-1532381717/solver-4293869-1532381717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=946144028 HOME/instance-4293869-1532381717.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=946144028

node105.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.32
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.32
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.32
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.32
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:        23511800 kB
MemAvailable:   31452196 kB
Buffers:          201608 kB
Cached:          7883700 kB
SwapCached:            0 kB
Active:          1951756 kB
Inactive:        6672544 kB
Active(anon):     492928 kB
Inactive(anon):    65656 kB
Active(file):    1458828 kB
Inactive(file):  6606888 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        546144 kB
Mapped:            50496 kB
Shmem:             17036 kB
Slab:             331036 kB
SReclaimable:     303140 kB
SUnreclaim:        27896 kB
KernelStack:        3488 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1331820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44800 MiB
End job on node105 at 2018-07-24 00:16:50