Trace number 4302400

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)38 252.058 237.95

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark252.042
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

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

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302400-1532896291/watcher-4302400-1532896291 -o /tmp/evaluation-result-4302400-1532896291/solver-4302400-1532896291 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13713 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1821596534 HOME/instance-4302400-1532896291.xml 

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

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

solver pid=18440, runsolver pid=18437

[startup+0.100119 s]*
/proc/loadavg: 1.64 1.64 1.79 3/207 18497
/proc/meminfo: memFree=23922520/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=10005480 memory=14912 CPUtime=0.09 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 4397 13218 0 0 1 0 5 3 20 0 6 0 107192287 10245611520 3728 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2501370 3728 1935 1 0 2489808 0
[pid=18440/tid=18493] ppid=18437 vsize=10005480 memory=4279135703946462859 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 2231 13218 0 0 0 0 5 3 20 0 6 0 107192296 10245611520 3794 33554432000 4194304 4196468 140722080407552 139785283408464 139785295652220 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107192297 10245611520 3794 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=10005480 memory=140463629244032 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107192297 10245611520 3794 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107192297 10245611520 3794 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 6 0 107192297 10245611520 3794 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.209834 s]*
/proc/loadavg: 1.64 1.64 1.79 3/216 18506
/proc/meminfo: memFree=23898104/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=10982744 memory=43248 CPUtime=0.26 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 7952 13218 0 0 17 1 5 3 20 0 15 0 107192287 11246329856 10812 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2745686 10812 2986 1 0 2708109 0
[pid=18440/tid=18493] ppid=18437 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 4590 13218 0 0 10 1 5 3 20 0 15 0 107192296 11246329856 10944 33554432000 4194304 4196468 140722080407552 139785283349664 139785291847463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246329856 10944 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=10982744 memory=140463629244032 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246329856 10944 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246329856 10944 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246329856 10944 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=10982744 memory=140463629244032 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246329856 10944 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246329856 10944 33554432000 4194304 4196468 140722080407552 139784139826208 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246329856 11010 33554432000 4194304 4196468 140722080407552 139783938499440 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 431 13218 0 0 1 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 199 13218 0 0 1 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=10982744 memory=140463629244032 CPUtime=0.11 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 662 13218 0 0 3 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=10982744 memory=140463629244032 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246329856 11010 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43248 KiB

[startup+0.310107 s]*
/proc/loadavg: 1.64 1.64 1.79 3/216 18506
/proc/meminfo: memFree=23885204/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=10983192 memory=55540 CPUtime=0.38 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 10923 13218 0 0 28 2 5 3 20 0 15 0 107192287 11246788608 13885 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2745798 13885 3105 1 0 2708109 0
[pid=18440/tid=18493] ppid=18437 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 7367 13218 0 0 19 2 5 3 20 0 15 0 107192296 11246788608 13885 33554432000 4194304 4196468 140722080407552 139785283383712 139785311593629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=10983192 memory=7012755875661107280 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 13885 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784139826208 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 13885 33554432000 4194304 4196468 140722080407552 139783938499440 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 436 13218 0 0 1 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 203 13218 0 0 1 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 697 13218 0 0 4 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 13885 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55540 KiB

[startup+0.70078 s]
/proc/loadavg: 1.64 1.64 1.79 4/216 18506
/proc/meminfo: memFree=23874288/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=10983192 memory=88196 CPUtime=1 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 17187 13218 0 0 88 4 5 3 20 0 15 0 107192287 11246788608 22049 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2745798 22049 3241 1 0 2708109 0
[pid=18440/tid=18493] ppid=18437 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 12472 13218 0 0 56 3 5 3 20 0 15 0 107192296 11246788608 22049 33554432000 4194304 4196468 140722080407552 139785283391992 139785295652190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 22049 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107192297 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 5 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784139826208 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192299 11246788608 22049 33554432000 4194304 4196468 140722080407552 139783938499440 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 1063 13218 0 0 10 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 562 13218 0 0 7 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 868 13218 0 0 13 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192302 11246788608 22049 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88196 KiB

[startup+1.50075 s]
/proc/loadavg: 1.64 1.64 1.79 3/216 18506
/proc/meminfo: memFree=23827772/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=10996044 memory=229560 CPUtime=2.76 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 24977 13218 0 0 260 8 5 3 20 0 15 0 107192287 11259949056 57390 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2749011 57390 3453 1 0 2710669 0
[pid=18440/tid=18493] ppid=18437 vsize=10996044 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) S 18437 18440 12183 0 -1 1077944384 17044 13218 0 0 131 6 5 3 20 0 15 0 107192296 11259949056 57390 33554432000 4194304 4196468 140722080407552 139785283386432 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 10 13218 0 0 0 0 5 3 20 0 15 0 107192297 11259949056 57390 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) R 18437 18440 12183 0 -1 4202560 9 13218 0 0 0 0 5 3 20 0 15 0 107192297 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784851164176 139785296579863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) R 18437 18440 12183 0 -1 1077944384 162 13218 0 0 0 0 5 3 20 0 15 0 107192297 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) R 18437 18440 12183 0 -1 4202560 53 13218 0 0 0 0 5 3 20 0 15 0 107192297 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784849058576 139785296269337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=10996044 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 38 13218 0 0 0 0 5 3 20 0 15 0 107192299 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784603271872 139785311581909 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=10996044 memory=280926965803264 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107192299 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784139826208 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192299 11259949056 57390 33554432000 4194304 4196468 140722080407552 139783938499440 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=10996044 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=10996044 memory=1232 CPUtime=0.54 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 2204 13218 0 0 46 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=10996044 memory=8560 CPUtime=0.47 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 1667 13218 0 0 39 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=10996044 memory=1712 CPUtime=0.45 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 1583 13218 0 0 37 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=10996044 memory=5412 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=10996044 memory=4612 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107192302 11259949056 57390 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10996044 KiB

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

/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 61267 13218 0 0 16157 25 5 3 20 0 15 0 107192296 11345952768 343541 33554432000 4194304 4196468 140722080407552 139785283395312 139784897496027 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=11080032 memory=4612 CPUtime=0.28 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1301 13218 0 0 13 7 5 3 20 0 15 0 107192297 11345952768 343541 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=11080032 memory=1374164 CPUtime=0.28 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 4095 13218 0 0 13 7 5 3 20 0 15 0 107192297 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=11080032 memory=8 CPUtime=0.28 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 1653 13218 0 0 13 7 5 3 20 0 15 0 107192297 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=11080032 memory=1696 CPUtime=0.27 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 2050 13218 0 0 12 7 5 3 20 0 15 0 107192297 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=11080032 memory=1377756 CPUtime=0.18 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 5523 13218 0 0 9 1 5 3 20 0 15 0 107192299 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=11080032 memory=1377756 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 18 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784139826336 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=11080032 memory=1377756 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 15 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 343541 33554432000 4194304 4196468 140722080407552 139783938499456 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=11080032 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=11080032 memory=1584 CPUtime=5.04 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 16252 13218 0 0 494 2 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=11080032 memory=4124 CPUtime=6.35 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 24107 13218 0 0 624 3 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=11080032 memory=8560 CPUtime=1.96 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 11795 13218 0 0 186 2 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=11080032 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=11080032 memory=1374164 CPUtime=0.15 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1052 13218 0 0 4 3 5 3 20 0 15 0 107192302 11345952768 343541 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 176.11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1374164 KiB

[startup+222.301 s]
/proc/loadavg: 1.78 1.76 1.81 3/215 18509
/proc/meminfo: memFree=22205220/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=11080032 memory=1356720 CPUtime=236.36 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 143000 13218 0 0 23556 72 5 3 20 0 15 0 107192287 11345952768 339180 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2770008 339180 3526 1 0 2731661 0
[pid=18440/tid=18493] ppid=18437 vsize=11080032 memory=1356720 CPUtime=221.82 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 63258 13218 0 0 22148 26 5 3 20 0 15 0 107192296 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785283400640 139784883711547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.32 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1395 13218 0 0 16 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.33 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 4124 13218 0 0 17 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.32 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 2301 13218 0 0 16 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.3 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 3124 13218 0 0 15 7 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.21 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 5847 13218 0 0 12 1 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 18 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784139826336 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=11080032 memory=18232 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 15 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783938499456 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=11080032 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=11080032 memory=6791534058613427641 CPUtime=5.08 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 18438 13218 0 0 498 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=11080032 memory=30696 CPUtime=6.43 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 27293 13218 0 0 631 4 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=11080032 memory=1296 CPUtime=1.98 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 13905 13218 0 0 188 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=11080032 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=11080032 memory=1836 CPUtime=0.18 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1084 13218 0 0 5 5 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 236.36 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1356720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.901 s]
/proc/loadavg: 1.84 1.77 1.81 4/215 18637
/proc/meminfo: memFree=20818848/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=11080032 memory=1356720 CPUtime=252 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 148799 13218 0 0 25119 73 5 3 20 0 15 0 107192287 11345952768 339180 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2770008 339180 3526 1 0 2731661 0
[pid=18440/tid=18493] ppid=18437 vsize=11080032 memory=1356720 CPUtime=237.41 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 64176 13218 0 0 23707 26 5 3 20 0 15 0 107192296 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785283404720 139784897495244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.33 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1469 13218 0 0 17 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.33 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 4253 13218 0 0 17 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.32 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 3393 13218 0 0 16 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.31 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 3699 13218 0 0 16 7 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.23 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 6180 13218 0 0 13 2 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 18 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784139826336 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=11080032 memory=280926967551872 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 15 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783938499456 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=11080032 memory=4140 CPUtime=5.09 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 19681 13218 0 0 499 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=11080032 memory=4140 CPUtime=6.44 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 28074 13218 0 0 632 4 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=11080032 memory=30696 CPUtime=1.98 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 14538 13218 0 0 188 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=11080032 memory=66 CPUtime=0.18 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1105 13218 0 0 5 5 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1356720 KiB

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

[startup+237.95 s]
# the end of solver process 18440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.271 s, system=0.78707 s

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

[startup+237.901 s]
/proc/loadavg: 1.84 1.77 1.81 4/215 18637
/proc/meminfo: memFree=20818848/32770624 swapFree=67108860/67108860
[pid=18440] ppid=18437 vsize=11080032 memory=1356720 CPUtime=252 cores=1,3,5,7
/proc/18440/stat : 18440 (java) S 18437 18440 12183 0 -1 1077944320 148799 13218 0 0 25119 73 5 3 20 0 15 0 107192287 11345952768 339180 33554432000 4194304 4196468 140722080407552 140722080390096 139785311571703 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
/proc/18440/statm: 2770008 339180 3526 1 0 2731661 0
[pid=18440/tid=18493] ppid=18437 vsize=11080032 memory=1356720 CPUtime=237.41 cores=1,3,5,7
/proc/18440/task/18493/stat : 18493 (java) R 18437 18440 12183 0 -1 4202560 64176 13218 0 0 23707 26 5 3 20 0 15 0 107192296 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785283404720 139784897495244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18494] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.33 cores=1,3,5,7
/proc/18440/task/18494/stat : 18494 (java) S 18437 18440 12183 0 -1 1077944384 1469 13218 0 0 17 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139785315814544 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18495] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.33 cores=1,3,5,7
/proc/18440/task/18495/stat : 18495 (java) S 18437 18440 12183 0 -1 1077944384 4253 13218 0 0 17 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784851164176 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18496] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.32 cores=1,3,5,7
/proc/18440/task/18496/stat : 18496 (java) S 18437 18440 12183 0 -1 1077944384 3393 13218 0 0 16 8 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784850111376 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18497] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.31 cores=1,3,5,7
/proc/18440/task/18497/stat : 18497 (java) S 18437 18440 12183 0 -1 1077944384 3699 13218 0 0 16 7 5 3 20 0 15 0 107192297 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784849058576 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18498] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.23 cores=1,3,5,7
/proc/18440/task/18498/stat : 18498 (java) S 18437 18440 12183 0 -1 1077944384 6180 13218 0 0 13 2 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784603273584 139785311582850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18499] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18499/stat : 18499 (java) S 18437 18440 12183 0 -1 1077944384 18 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784139826336 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18500] ppid=18437 vsize=11080032 memory=280926967551872 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18500/stat : 18500 (java) S 18437 18440 12183 0 -1 1077944384 15 13218 0 0 0 0 5 3 20 0 15 0 107192299 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783938499456 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18501] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18501/stat : 18501 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783631099728 139785311590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18502] ppid=18437 vsize=11080032 memory=4140 CPUtime=5.09 cores=1,3,5,7
/proc/18440/task/18502/stat : 18502 (java) S 18437 18440 12183 0 -1 1077944384 19681 13218 0 0 499 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784602221424 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18503] ppid=18437 vsize=11080032 memory=4140 CPUtime=6.44 cores=1,3,5,7
/proc/18440/task/18503/stat : 18503 (java) S 18437 18440 12183 0 -1 1077944384 28074 13218 0 0 632 4 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784601168624 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18504] ppid=18437 vsize=11080032 memory=30696 CPUtime=1.98 cores=1,3,5,7
/proc/18440/task/18504/stat : 18504 (java) S 18437 18440 12183 0 -1 1077944384 14538 13218 0 0 188 2 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784600115824 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18505] ppid=18437 vsize=11080032 memory=1356720 CPUtime=0.08 cores=1,3,5,7
/proc/18440/task/18505/stat : 18505 (java) S 18437 18440 12183 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139783200303840 139785311581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
[pid=18440/tid=18506] ppid=18437 vsize=11080032 memory=66 CPUtime=0.18 cores=1,3,5,7
/proc/18440/task/18506/stat : 18506 (java) S 18437 18440 12183 0 -1 1077944384 1105 13218 0 0 5 5 5 3 20 0 15 0 107192302 11345952768 339180 33554432000 4194304 4196468 140722080407552 139784599063216 139785311582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26009600 140722080410225 140722080413025 140722080413025 140722080415695 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1356720 KiB

Child status: 143
Real time (s): 237.95
CPU time (s): 252.058
CPU user time (s): 251.271
CPU system time (s): 0.78707
CPU usage (%): 105.929
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1474720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.271
system time used= 0.78707
maximum resident set size= 1476284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14938
involuntary context switches= 274


# summary of solver processes directly reported to runsolver:
#   pid: 18440
#   total CPU time (s): 252.058
#   total CPU user time (s): 251.271
#   total CPU system time (s): 0.78707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07362 second user time and 2.56509 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:31:31
IDJOB=4302400
IDBENCH=141252
IDSOLVER=2776
FILE ID=node107/4302400-1532896291
RUNJOBID= node107-1532892903-13713
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302400-1532896291/watcher-4302400-1532896291 -o /tmp/evaluation-result-4302400-1532896291/solver-4302400-1532896291 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13713 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1821596534 HOME/instance-4302400-1532896291.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1821596534

node107.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.40
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.40
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.40
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.40
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:        23926232 kB
MemAvailable:   31160908 kB
Buffers:          247140 kB
Cached:          7250528 kB
SwapCached:            0 kB
Active:          4628696 kB
Inactive:        3725940 kB
Active(anon):     808408 kB
Inactive(anon):    76484 kB
Active(file):    3820288 kB
Inactive(file):  3649456 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26760 kB
Writeback:             0 kB
AnonPages:        864236 kB
Mapped:            58208 kB
Shmem:             25228 kB
Slab:             189772 kB
SReclaimable:     161536 kB
SUnreclaim:        28236 kB
KernelStack:        3584 kB
PageTables:         6916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2115616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60652 MiB
End job on node107 at 2018-07-29 22:35:29