Trace number 4302488

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.2SAT (TO)3308 252.147 236.952

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-1_c18.xml
MD5SUM23e20eff05b11a5b5f7472de7de36ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark853
Best CPU time to get the best result obtained on this benchmark252.09
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3218
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree14
Maximum variable degree39
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":5},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":11},{"degree":22,"count":14},{"degree":23,"count":16},{"degree":24,"count":14},{"degree":25,"count":25},{"degree":26,"count":17},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":25},{"degree":30,"count":21},{"degree":31,"count":11},{"degree":32,"count":9},{"degree":33,"count":9},{"degree":34,"count":4},{"degree":35,"count":6},{"degree":36,"count":9},{"degree":37,"count":3},{"degree":38,"count":2},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3218}]
Number of extensional constraints0
Number of intensional constraints3218
Distribution of constraint types[{"type":"intension","count":3218}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
13.73/5.64	o 4222
14.03/5.75	o 3974
14.03/5.76	o 3973
14.03/5.78	o 3733
14.03/5.78	o 3731
14.03/5.79	o 3486
14.28/5.80	o 3485
14.28/5.81	o 3484
14.28/5.83	o 3481
17.47/7.54	o 3345
17.47/7.55	o 3344
17.47/7.55	o 3343
17.47/7.56	o 3341
17.47/7.56	o 3340
17.47/7.57	o 3339
17.47/7.58	o 3336
17.47/7.58	o 3334
17.47/7.59	o 3330
17.47/7.60	o 3329
17.72/7.61	o 3328
17.72/7.62	o 3324
17.72/7.62	o 3322
17.72/7.64	o 3321
17.72/7.64	o 3314
34.82/23.36	o 3313
34.82/23.39	o 3312
34.82/23.39	o 3310
34.95/23.49	o 3308
252.09/236.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.09/236.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.09/236.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.09/236.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.09/236.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.09/236.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.09/236.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.09/236.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.09/236.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.09/236.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/236.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.09/236.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.09/236.90		at scala.Option.map(Option.scala:146)
252.09/236.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.09/236.90		at concrete.MAC.mac(MAC.scala:203)
252.09/236.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/236.90		at scala.util.Try$.apply(Try.scala:209)
252.09/236.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/236.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/236.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/236.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/236.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/236.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/236.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/236.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/236.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/236.90		at concrete.MAC.oneRun(MAC.scala:253)
252.09/236.90		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/236.90		at concrete.MAC.nextSolution(MAC.scala:355)
252.09/236.90		at concrete.Solver.hasNext(Solver.scala:166)
252.09/236.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/236.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/236.90		at concrete.Solver.foreach(Solver.scala:68)
252.09/236.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/236.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/236.90		at scala.util.Success.map(Try.scala:209)
252.09/236.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/236.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/236.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/236.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/236.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/236.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/236.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/236.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/236.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/236.90		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/236.90		at scala.App.main(App.scala:76)
252.09/236.90		at scala.App.main$(App.scala:74)
252.09/236.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/236.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/236.92	v <instantiation cost="3308">
252.09/236.92	v       <list>
252.09/236.92	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] c[125] c[126] c[127] c[128] c[129] c[130] c[131] c[132] c[133] c[134] c[135] c[136] c[137] c[138] c[139] c[140] c[141] c[142] c[143] c[144] c[145] c[146] c[147] c[148] c[149] c[150] c[151] c[152] c[153] c[154] c[155] c[156] c[157] c[158] c[159] c[160] c[161] c[162] c[163] c[164] c[165] c[166] c[167] c[168] c[169] c[170] c[171] c[172] c[173] c[174] c[175] c[176] c[177] c[178] c[179] c[180] c[181] c[182] c[183] c[184] c[185] c[186] c[187] c[188] c[189] c[190] c[191] c[192] c[193] c[194] c[195] c[196] c[197] c[198] c[199] c[200] c[201] c[202] c[203] c[204] c[205] c[206] c[207] c[208] c[209] c[210] c[211] c[212] c[213] c[214] c[215] c[216] c[217] c[218] c[219] c[220] c[221] c[222] c[223] c[224] c[225] c[226] c[227] c[228] c[229] c[230] c[231] c[232] c[233] c[234] c[235] c[236] c[237] c[238] c[239] c[240] c[241] c[242] c[243] c[244] c[245] c[246] c[247] c[248] c[249]
252.09/236.92	v       </list>
252.09/236.92	v       <values>
252.09/236.92	v         1 0 1 9 8 2 10 3 0 4 6 11 4 6 9 9 1 3 0 9 8 9 5 3 0 1 5 4 2 249 2 0 4 8 3 8 7 4 5 8 7 2 1 2 7 10 0 0 1 3 7 9 1 9 10 6 3 0 5 9 2 5 249 5 3 5 4 2 3 5 0 0 2 7 10 7 5 7 4 4 8 8 1 7 5 7 3 249 0 2 8 247 6 6 5 7 5 8 4 4 10 3 3 4 3 0 7 2 8 3 10 6 0 3 0 0 4 248 1 7 0 2 3 2 6 0 3 6 2 2 6 3 5 0 2 1 0 7 7 6 2 6 5 8 7 6 7 4 1 8 1 6 3 2 6 2 4 5 3 5 3 7 7 5 2 1 6 9 0 1 5 6 5 3 2 0 6 4 3 2 4 2 0 8 3 3 6 10 10 1 10 0 5 7 2 6 1 11 6 1 5 2 6 7 1 4 9 4 7 7 9 4 1 6 8 6 6 4 1 8 8 0 9 0 8 248 9 2 8 7 4 1 4 1 4 4 3 2 1 247 2 2 8 5 4 6 249 7 10 249
252.09/236.92	v       </values>
252.09/236.92	v     </instantiation>
252.09/236.92	s SATISFIABLE

Verifier Data

OK	3308

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302488-1532895970/watcher-4302488-1532895970 -o /tmp/evaluation-result-4302488-1532895970/solver-4302488-1532895970 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2003535944 HOME/instance-4302488-1532895970.xml 

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

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

solver pid=18218, runsolver pid=18215

[startup+0.1012 s]*
/proc/loadavg: 1.45 1.56 1.48 2/206 18275
/proc/meminfo: memFree=22765484/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=10005480 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 4296 13229 0 0 1 0 5 2 20 0 6 0 107160146 10245611520 4138 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2501370 4138 1933 1 0 2489808 0
[pid=18218/tid=18271] ppid=18215 vsize=10005480 memory=4279135703946723981 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 2114 13229 0 0 0 0 5 2 20 0 6 0 107160155 10245611520 4138 33554432000 4194304 4196468 140723286527472 140413052371536 140413066217301 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 6 0 107160156 10245611520 4138 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=10005480 memory=140021371352704 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 6 0 107160156 10245611520 4138 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 6 0 107160156 10245611520 4138 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 6 0 107160156 10245611520 4138 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209889 s]*
/proc/loadavg: 1.45 1.56 1.48 3/215 18284
/proc/meminfo: memFree=22744544/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=10982696 memory=44552 CPUtime=0.25 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 8538 13229 0 0 16 2 5 2 20 0 15 0 107160146 11246280704 11138 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2745674 11138 2932 1 0 2708109 0
[pid=18218/tid=18271] ppid=18215 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 5065 13229 0 0 10 1 5 2 20 0 15 0 107160155 11246280704 11138 33554432000 4194304 4196468 140723286527472 140413052321920 140413064615262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=10982696 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246280704 11138 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=10982696 memory=140021371996245 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=10982696 memory=140021371352704 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160157 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246280704 11138 33554432000 4194304 4196468 140723286527472 140411889771296 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246280704 11138 33554432000 4194304 4196468 140723286527472 140411741922416 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 431 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 187 13229 0 0 1 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=10982696 memory=140021371352704 CPUtime=0.1 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) R 18215 18218 6396 0 -1 4202560 636 13229 0 0 3 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412503239536 140413059466621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=10982696 memory=140021371352704 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246280704 11138 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44552 KiB

[startup+0.310447 s]*
/proc/loadavg: 1.45 1.56 1.48 3/215 18284
/proc/meminfo: memFree=22732348/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=10983192 memory=55716 CPUtime=0.37 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 10539 13229 0 0 27 3 5 2 20 0 15 0 107160146 11246788608 13929 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2745798 13929 3064 1 0 2708109 0
[pid=18218/tid=18271] ppid=18215 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 7059 13229 0 0 19 2 5 2 20 0 15 0 107160155 11246788608 13929 33554432000 4194304 4196468 140723286527472 140413052346784 140413064615262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 13929 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160157 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246788608 13929 33554432000 4194304 4196468 140723286527472 140411889771296 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246788608 13929 33554432000 4194304 4196468 140723286527472 140411741922416 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 431 13229 0 0 1 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 188 13229 0 0 1 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=10983192 memory=140021371352704 CPUtime=0.12 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 642 13229 0 0 5 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=10983192 memory=140021371352704 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 13929 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55716 KiB

[startup+0.700825 s]
/proc/loadavg: 1.45 1.56 1.48 3/215 18284
/proc/meminfo: memFree=22721432/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=10983192 memory=88560 CPUtime=0.98 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 16868 13229 0 0 87 4 5 2 20 0 15 0 107160146 11246788608 22140 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2745798 22140 3243 1 0 2708109 0
[pid=18218/tid=18271] ppid=18215 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 12411 13229 0 0 56 3 5 2 20 0 15 0 107160155 11246788608 22140 33554432000 4194304 4196468 140723286527472 140413052335336 140413064615262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 22140 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2 13229 0 0 0 0 5 2 20 0 15 0 107160156 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 5 13229 0 0 0 0 5 2 20 0 15 0 107160157 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=10983192 memory=140021235593936 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246788608 22140 33554432000 4194304 4196468 140723286527472 140411889771296 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=10983192 memory=140024523784803 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160158 11246788608 22140 33554432000 4194304 4196468 140723286527472 140411741922416 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=10983192 memory=10624 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=10983192 memory=7234564758908855872 CPUtime=0.12 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 673 13229 0 0 5 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=10983192 memory=7597685182856913236 CPUtime=0.18 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 855 13229 0 0 11 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 705 13229 0 0 13 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=10983192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160161 11246788608 22140 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88560 KiB

[startup+1.50071 s]
/proc/loadavg: 1.45 1.56 1.48 4/215 18284
/proc/meminfo: memFree=22663804/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=10996044 memory=187936 CPUtime=2.81 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 24516 13229 0 0 263 11 5 2 20 0 15 0 107160146 11259949056 46984 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2749011 46984 3449 1 0 2710669 0
[pid=18218/tid=18271] ppid=18215 vsize=10996044 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) S 18215 18218 6396 0 -1 1077944384 17053 13229 0 0 130 6 5 2 20 0 15 0 107160155 11259949056 46984 33554432000 4194304 4196468 140723286527472 140413052349280 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 23 13229 0 0 0 0 5 2 20 0 15 0 107160156 11259949056 46984 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 63 13229 0 0 0 0 5 2 20 0 15 0 107160156 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=10996044 memory=60 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 195 13229 0 0 0 0 5 2 20 0 15 0 107160156 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=10996044 memory=88560 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 21 13229 0 0 0 0 5 2 20 0 15 0 107160156 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) R 18215 18218 6396 0 -1 4202560 42 13229 0 0 0 0 5 2 20 0 15 0 107160157 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412506395072 140413062173084 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=10996044 memory=280042471129584 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 13 13229 0 0 0 0 5 2 20 0 15 0 107160158 11259949056 46984 33554432000 4194304 4196468 140723286527472 140411889771296 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=10996044 memory=280042471180384 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160158 11259949056 46984 33554432000 4194304 4196468 140723286527472 140411741922416 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=10996044 memory=4638778398332698720 CPUtime=0.47 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 1891 13229 0 0 39 1 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=10996044 memory=280042471463808 CPUtime=0.53 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 1416 13229 0 0 46 0 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=10996044 memory=-7531822216213012384 CPUtime=0.5 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 1599 13229 0 0 42 1 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=10996044 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=10996044 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 1 13229 0 0 0 0 5 2 20 0 15 0 107160161 11259949056 46984 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10996044 KiB

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

/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 48413 13229 0 0 16094 28 5 2 20 0 15 0 107160155 11345952768 342954 33554432000 4194304 4196468 140723286527472 140413052369184 140412650954823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=11080032 memory=1371816 CPUtime=0.55 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 4013 13229 0 0 39 9 5 2 20 0 15 0 107160156 11345952768 342954 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=11080032 memory=1371816 CPUtime=0.54 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 2474 13229 0 0 40 7 5 2 20 0 15 0 107160156 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=11080032 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 1750 13229 0 0 41 9 5 2 20 0 15 0 107160156 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=11080032 memory=1378996 CPUtime=0.54 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 1027 13229 0 0 39 8 5 2 20 0 15 0 107160156 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=11080032 memory=1374380 CPUtime=0.37 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 4526 13229 0 0 28 2 5 2 20 0 15 0 107160157 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=11080032 memory=1371816 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 18 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 342954 33554432000 4194304 4196468 140723286527472 140411889771424 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=11080032 memory=1371816 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 6 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 342954 33554432000 4194304 4196468 140723286527472 140411741922432 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=11080032 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=11080032 memory=1371816 CPUtime=5 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 18061 13229 0 0 490 3 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=11080032 memory=1371816 CPUtime=5.2 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 23343 13229 0 0 510 3 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=11080032 memory=1371816 CPUtime=2.46 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 21115 13229 0 0 234 5 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=11080032 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=11080032 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 164 13229 0 0 5 4 5 2 20 0 15 0 107160161 11345952768 342954 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 176.16 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1371816 KiB

[startup+222.301 s]
/proc/loadavg: 1.35 1.51 1.49 3/215 18416
/proc/meminfo: memFree=21720452/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=11080032 memory=1366720 CPUtime=237.21 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 139265 13229 0 0 23629 85 5 2 20 0 15 0 107160146 11345952768 341680 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2770008 341680 3532 1 0 2731661 0
[pid=18218/tid=18271] ppid=18215 vsize=11080032 memory=1366720 CPUtime=220.72 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 49824 13229 0 0 22036 29 5 2 20 0 15 0 107160155 11345952768 341680 33554432000 4194304 4196468 140723286527472 140413052369184 140412650357787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=11080032 memory=1366484 CPUtime=0.84 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 5169 13229 0 0 66 11 5 2 20 0 15 0 107160156 11345952768 341680 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=11080032 memory=1366484 CPUtime=0.82 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 3644 13229 0 0 67 8 5 2 20 0 15 0 107160156 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=11080032 memory=1366484 CPUtime=0.84 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2008 13229 0 0 67 10 5 2 20 0 15 0 107160156 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=11080032 memory=280042471306592 CPUtime=0.82 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 1706 13229 0 0 65 10 5 2 20 0 15 0 107160156 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.6 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 4910 13229 0 0 49 4 5 2 20 0 15 0 107160157 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 18 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341680 33554432000 4194304 4196468 140723286527472 140411889771424 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 6 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341680 33554432000 4194304 4196468 140723286527472 140411741922432 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=11080032 memory=1366720 CPUtime=5.1 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 20710 13229 0 0 500 3 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=11080032 memory=1366720 CPUtime=5.3 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 25399 13229 0 0 520 3 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=11080032 memory=1366720 CPUtime=2.51 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 23475 13229 0 0 239 5 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=11080032 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=11080032 memory=30444 CPUtime=0.19 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 198 13229 0 0 7 5 5 2 20 0 15 0 107160161 11345952768 341680 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 237.21 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1366720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.901 s]
/proc/loadavg: 1.34 1.51 1.49 3/216 18424
/proc/meminfo: memFree=21612824/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=11080032 memory=1366760 CPUtime=252.09 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 145915 13229 0 0 25114 88 5 2 20 0 15 0 107160146 11345952768 341690 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2770008 341690 3532 1 0 2731661 0
[pid=18218/tid=18271] ppid=18215 vsize=11080032 memory=1366760 CPUtime=235.17 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 50469 13229 0 0 23481 29 5 2 20 0 15 0 107160155 11345952768 341690 33554432000 4194304 4196468 140723286527472 140413052369776 140412636813215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.9 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 5192 13229 0 0 72 11 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.9 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 3744 13229 0 0 74 9 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=11080032 memory=140021235561409 CPUtime=0.92 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2045 13229 0 0 74 11 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=11080032 memory=2257 CPUtime=0.89 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2253 13229 0 0 72 10 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.66 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 5208 13229 0 0 55 4 5 2 20 0 15 0 107160157 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=11080032 memory=-8990820678809655705 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 18 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411889771424 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 6 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411741922432 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=11080032 memory=11 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=11080032 memory=4128 CPUtime=5.12 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 22925 13229 0 0 502 3 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=11080032 memory=30448 CPUtime=5.32 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 26271 13229 0 0 522 3 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=11080032 memory=30444 CPUtime=2.52 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 25371 13229 0 0 240 5 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=11080032 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.2 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 215 13229 0 0 7 6 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1366760 KiB

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

[startup+236.952 s]
# the end of solver process 18218 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.215 s, system=0.931743 s

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

[startup+236.901 s]
/proc/loadavg: 1.34 1.51 1.49 3/216 18424
/proc/meminfo: memFree=21612824/32770624 swapFree=67108860/67108860
[pid=18218] ppid=18215 vsize=11080032 memory=1366760 CPUtime=252.09 cores=0,2,4,6
/proc/18218/stat : 18218 (java) S 18215 18218 6396 0 -1 1077944320 145915 13229 0 0 25114 88 5 2 20 0 15 0 107160146 11345952768 341690 33554432000 4194304 4196468 140723286527472 140723286510016 140413080534775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
/proc/18218/statm: 2770008 341690 3532 1 0 2731661 0
[pid=18218/tid=18271] ppid=18215 vsize=11080032 memory=1366760 CPUtime=235.17 cores=0,2,4,6
/proc/18218/task/18271/stat : 18271 (java) R 18215 18218 6396 0 -1 4202560 50469 13229 0 0 23481 29 5 2 20 0 15 0 107160155 11345952768 341690 33554432000 4194304 4196468 140723286527472 140413052369776 140412636813215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18272] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.9 cores=0,2,4,6
/proc/18218/task/18272/stat : 18272 (java) S 18215 18218 6396 0 -1 1077944384 5192 13229 0 0 72 11 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140413084777360 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18273] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.9 cores=0,2,4,6
/proc/18218/task/18273/stat : 18273 (java) S 18215 18218 6396 0 -1 1077944384 3744 13229 0 0 74 9 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412620499728 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18274] ppid=18215 vsize=11080032 memory=140021235561409 CPUtime=0.92 cores=0,2,4,6
/proc/18218/task/18274/stat : 18274 (java) S 18215 18218 6396 0 -1 1077944384 2045 13229 0 0 74 11 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412619447440 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18275] ppid=18215 vsize=11080032 memory=2257 CPUtime=0.89 cores=0,2,4,6
/proc/18218/task/18275/stat : 18275 (java) S 18215 18218 6396 0 -1 1077944384 2253 13229 0 0 72 10 5 2 20 0 15 0 107160156 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412618394640 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18276] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.66 cores=0,2,4,6
/proc/18218/task/18276/stat : 18276 (java) S 18215 18218 6396 0 -1 1077944384 5208 13229 0 0 55 4 5 2 20 0 15 0 107160157 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412506396784 140413080545922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18277] ppid=18215 vsize=11080032 memory=-8990820678809655705 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18277/stat : 18277 (java) S 18215 18218 6396 0 -1 1077944384 18 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411889771424 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18278] ppid=18215 vsize=11080032 memory=1366720 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18278/stat : 18278 (java) S 18215 18218 6396 0 -1 1077944384 6 13229 0 0 0 0 5 2 20 0 15 0 107160158 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411741922432 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18279] ppid=18215 vsize=11080032 memory=11 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18279/stat : 18279 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411434522704 140413080553371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18280] ppid=18215 vsize=11080032 memory=4128 CPUtime=5.12 cores=0,2,4,6
/proc/18218/task/18280/stat : 18280 (java) S 18215 18218 6396 0 -1 1077944384 22925 13229 0 0 502 3 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412505344624 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18281] ppid=18215 vsize=11080032 memory=30448 CPUtime=5.32 cores=0,2,4,6
/proc/18218/task/18281/stat : 18281 (java) S 18215 18218 6396 0 -1 1077944384 26271 13229 0 0 522 3 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412504291824 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18282] ppid=18215 vsize=11080032 memory=30444 CPUtime=2.52 cores=0,2,4,6
/proc/18218/task/18282/stat : 18282 (java) S 18215 18218 6396 0 -1 1077944384 25371 13229 0 0 240 5 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412503239536 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18283] ppid=18215 vsize=11080032 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/18218/task/18283/stat : 18283 (java) S 18215 18218 6396 0 -1 1077944384 3 13229 0 0 0 0 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140411003726816 140413080544981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
[pid=18218/tid=18284] ppid=18215 vsize=11080032 memory=1366760 CPUtime=0.2 cores=0,2,4,6
/proc/18218/task/18284/stat : 18284 (java) S 18215 18218 6396 0 -1 1077944384 215 13229 0 0 7 6 5 2 20 0 15 0 107160161 11345952768 341690 33554432000 4194304 4196468 140723286527472 140412502186416 140413080545922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140723286534769 140723286537569 140723286537569 140723286540239 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1366760 KiB

Child status: 143
Real time (s): 236.952
CPU time (s): 252.147
CPU user time (s): 251.215
CPU system time (s): 0.931743
CPU usage (%): 106.413
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1500828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.215
system time used= 0.931743
maximum resident set size= 1502884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24457
involuntary context switches= 687


# summary of solver processes directly reported to runsolver:
#   pid: 18218
#   total CPU time (s): 252.147
#   total CPU user time (s): 251.215
#   total CPU system time (s): 0.931743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27007 second user time and 2.38798 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:26:10
IDJOB=4302488
IDBENCH=141219
IDSOLVER=2776
FILE ID=node139/4302488-1532895970
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302488-1532895970/watcher-4302488-1532895970 -o /tmp/evaluation-result-4302488-1532895970/solver-4302488-1532895970 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2003535944 HOME/instance-4302488-1532895970.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=2003535944

node139.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.80
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.80
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.80
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.80
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:        22773744 kB
MemAvailable:   30832036 kB
Buffers:          253132 kB
Cached:          7918144 kB
SwapCached:            0 kB
Active:          4178284 kB
Inactive:        5145460 kB
Active(anon):    1106232 kB
Inactive(anon):    73544 kB
Active(file):    3072052 kB
Inactive(file):  5071916 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26740 kB
Writeback:             0 kB
AnonPages:       1166940 kB
Mapped:            58248 kB
Shmem:             25228 kB
Slab:             372256 kB
SReclaimable:     342784 kB
SUnreclaim:        29472 kB
KernelStack:        3792 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2310800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    927744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:30:07