Trace number 4293616

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)14 2520.2 2473.17

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-03-opt_c18.xml
MD5SUM631d96c8d55ed895f005166b86b2772f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":8},{"size":36,"count":182},{"size":44,"count":208}]
Minimum variable degree4
Maximum variable degree62
Distribution of variable degrees[{"degree":4,"count":16},{"degree":5,"count":11},{"degree":6,"count":28},{"degree":7,"count":18},{"degree":8,"count":30},{"degree":9,"count":5},{"degree":10,"count":40},{"degree":11,"count":25},{"degree":12,"count":20},{"degree":13,"count":11},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":20},{"degree":17,"count":7},{"degree":18,"count":26},{"degree":19,"count":7},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":5},{"degree":26,"count":9},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":4},{"degree":30,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":37,"count":1},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2760}]
Number of extensional constraints0
Number of intensional constraints2760
Distribution of constraint types[{"type":"intension","count":2760}]
Optimization problemYES
Type of objectivemin NVALUES

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
131.96/113.06	o 24
133.42/113.90	o 22
186.43/165.69	o 20
216.29/194.65	o 18
266.04/243.34	o 16
290.05/266.70	o 14
2520.12/2473.13	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.12/2473.13		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.12/2473.13		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.12/2473.13		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.12/2473.13		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.12/2473.13		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.12/2473.13		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.12/2473.13		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.12/2473.13		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.12/2473.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.12/2473.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.12/2473.13		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.12/2473.13		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.12/2473.13		at scala.Option.map(Option.scala:146)
2520.12/2473.13		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.12/2473.13		at concrete.MAC.mac(MAC.scala:203)
2520.12/2473.13		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.12/2473.13		at scala.util.Try$.apply(Try.scala:209)
2520.12/2473.13		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.12/2473.13		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.12/2473.13		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.12/2473.13		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.12/2473.13		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.12/2473.13		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.12/2473.13		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.12/2473.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.12/2473.13		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.12/2473.13		at concrete.MAC.oneRun(MAC.scala:253)
2520.12/2473.13		at concrete.MAC.nextSolution(MAC.scala:272)
2520.12/2473.13		at concrete.MAC.nextSolution(MAC.scala:355)
2520.12/2473.13		at concrete.Solver.hasNext(Solver.scala:166)
2520.12/2473.13		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.12/2473.13		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.12/2473.13		at concrete.Solver.foreach(Solver.scala:68)
2520.12/2473.13		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.12/2473.13		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.12/2473.13		at scala.util.Success.map(Try.scala:209)
2520.12/2473.13		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.12/2473.13		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.12/2473.13		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.12/2473.13		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.12/2473.13		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.12/2473.13		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.12/2473.13		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.12/2473.13		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.12/2473.13		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.12/2473.13		at scala.collection.immutable.List.foreach(List.scala:389)
2520.12/2473.13		at scala.App.main(App.scala:76)
2520.12/2473.13		at scala.App.main$(App.scala:74)
2520.12/2473.13		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.12/2473.13		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.12/2473.14	v <instantiation cost="14">
2520.12/2473.14	v       <list>
2520.12/2473.14	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] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] x[200] x[201] x[202] x[203] x[204] x[205] x[206] x[207] x[208] x[209] x[210] x[211] x[212] x[213] x[214] x[215] x[216] x[217] x[218] x[219] x[220] x[221] x[222] x[223] x[224] x[225] x[226] x[227] x[228] x[229] x[230] x[231] x[232] x[233] x[234] x[235] x[236] x[237] x[238] x[239] x[240] x[241] x[242] x[243] x[244] x[245] x[246] x[247] x[248] x[249] x[250] x[251] x[252] x[253] x[254] x[255] x[256] x[257] x[258] x[259] x[260] x[261] x[262] x[263] x[264] x[265] x[266] x[267] x[268] x[269] x[270] x[271] x[272] x[273] x[274] x[275] x[276] x[277] x[278] x[279] x[280] x[281] x[282] x[283] x[284] x[285] x[286] x[287] x[288] x[289] x[290] x[291] x[292] x[293] x[294] x[295] x[296] x[297] x[298] x[299] x[300] x[301] x[302] x[303] x[304] x[305] x[306] x[307] x[308] x[309] x[310] x[311] x[312] x[313] x[314] x[315] x[316] x[317] x[318] x[319] x[320] x[321] x[322] x[323] x[324] x[325] x[326] x[327] x[328] x[329] x[330] x[331] x[332] x[333] x[334] x[335] x[336] x[337] x[338] x[339] x[340] x[341] x[342] x[343] x[344] x[345] x[346] x[347] x[348] x[349] x[350] x[351] x[352] x[353] x[354] x[355] x[356] x[357] x[358] x[359] x[360] x[361] x[362] x[363] x[364] x[365] x[366] x[367] x[368] x[369] x[370] x[371] x[372] x[373] x[374] x[375] x[376] x[377] x[378] x[379] x[380] x[381] x[382] x[383] x[384] x[385] x[386] x[387] x[388] x[389] x[390] x[391] x[392] x[393] x[394] x[395] x[396] x[397] x[398] x[399]
2520.12/2473.14	v       </list>
2520.12/2473.14	v       <values>
2520.12/2473.14	v         778 540 778 540 680 442 16 254 142 380 72 310 16 254 680 442 254 16 128 366 16 254 142 380 254 16 380 142 128 366 540 778 366 128 254 16 128 366 778 540 310 72 736 498 310 72 380 142 380 142 142 380 16 254 380 142 310 72 254 16 778 540 128 366 442 680 498 736 442 680 380 142 310 72 142 380 254 16 254 16 366 128 736 498 736 498 736 498 16 254 16 254 736 498 142 380 72 310 442 680 254 16 380 142 254 16 142 380 736 498 498 736 310 72 540 778 254 16 254 16 128 366 72 310 442 680 680 442 680 442 380 142 540 778 16 254 778 540 254 16 254 16 680 442 128 366 778 540 380 142 442 680 778 540 128 366 128 366 778 540 310 72 142 380 310 72 254 16 540 778 778 540 366 128 310 72 442 680 442 680 366 128 380 142 778 540 310 72 254 16 310 72 680 442 498 736 778 540 310 72 72 310 380 142 778 540 310 72 72 310 16 254 254 16 310 72 366 128 540 778 142 380 72 310 366 128 366 128 72 310 16 254 16 254 16 254 366 128 142 380 254 16 16 254 72 310 310 72 310 72 380 142 380 142 442 680 380 142 778 540 380 142 310 72 778 540 366 128 680 442 128 366 366 128 310 72 72 310 128 366 128 366 72 310 128 366 540 778 366 128 778 540 16 254 142 380 254 16 72 310 254 16 498 736 142 380 142 380 736 498 380 142 680 442 16 254 778 540 778 540 16 254 540 778 142 380 16 254 310 72 310 72 128 366 72 310 540 778 128 366 442 680 16 254 366 128 254 16 72 310 128 366 680 442 498 736 310 72 380 142 72 310 142 380 540 778 310 72 680 442 72 310 366 128 498 736 680 442 680 442 310 72 380 142 72 310 72 310 142 380 380 142 778 540 442 680 16 254 498 736
2520.12/2473.14	v       </values>
2520.12/2473.14	v     </instantiation>
2520.12/2473.14	s SATISFIABLE

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293616-1532324661/watcher-4293616-1532324661 -o /tmp/evaluation-result-4293616-1532324661/solver-4293616-1532324661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5214 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1840921373 HOME/instance-4293616-1532324661.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.22 1.31 1.40 3/206 10938
/proc/meminfo: memFree=21114516/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 4345 13169 0 0 1 0 4 3 20 0 6 0 50029280 10212057088 4715 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2493178 4715 1934 1 0 2481616 0
[pid=10881/tid=10934] ppid=10878 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 2158 13169 0 0 1 0 4 3 20 0 6 0 50029289 10212057088 4715 33554432000 4194304 4196468 140726975235264 140415900119632 140415920519998 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=9972712 memory=5793855293591873977 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 6 0 50029290 10212057088 4715 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=9972712 memory=140042581980800 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 6 0 50029290 10212057088 4715 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 6 0 50029290 10212057088 4715 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 6 0 50029290 10212057088 4715 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.21022 s]*
/proc/loadavg: 1.22 1.31 1.40 2/215 10947
/proc/meminfo: memFree=21087704/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10818856 memory=45836 CPUtime=0.25 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 8346 13169 0 0 17 1 4 3 20 0 15 0 50029280 11078508544 11459 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2704714 11459 2937 1 0 2667149 0
[pid=10881/tid=10934] ppid=10878 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 4876 13169 0 0 11 0 4 3 20 0 15 0 50029289 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415900080528 140415909846457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10818856 memory=4211973768786771338 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10818856 memory=140042581980800 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029290 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029291 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029291 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415365801120 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029292 11078508544 11459 33554432000 4194304 4196468 140726975235264 140414761820912 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11078508544 11459 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 430 13169 0 0 1 0 4 3 20 0 15 0 50029294 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 187 13169 0 0 1 0 4 3 20 0 15 0 50029294 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10818856 memory=140042581980800 CPUtime=0.1 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 634 13169 0 0 3 0 4 3 20 0 15 0 50029294 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11078508544 11459 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10818856 memory=140042581980800 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029295 11078508544 11459 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45836 KiB

[startup+0.310399 s]*
/proc/loadavg: 1.22 1.31 1.40 3/215 10947
/proc/meminfo: memFree=21077820/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10819352 memory=57180 CPUtime=0.38 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 10379 13169 0 0 29 2 4 3 20 0 15 0 50029280 11079016448 14295 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2704838 14295 3068 1 0 2667149 0
[pid=10881/tid=10934] ppid=10878 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 6901 13169 0 0 20 1 4 3 20 0 15 0 50029289 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415900094880 140415928304797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10819352 memory=140042581980799 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029291 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029291 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415365801120 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10819352 memory=140042581980800 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029292 11079016448 14295 33554432000 4194304 4196468 140726975235264 140414761820912 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11079016448 14295 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 433 13169 0 0 1 0 4 3 20 0 15 0 50029294 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 187 13169 0 0 1 0 4 3 20 0 15 0 50029294 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) R 10878 10881 5182 0 -1 4202560 647 13169 0 0 4 0 4 3 20 0 15 0 50029294 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415451707888 140415906830205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11079016448 14295 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029295 11079016448 14295 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57180 KiB

[startup+0.700741 s]
/proc/loadavg: 1.22 1.31 1.40 3/215 10947
/proc/meminfo: memFree=21065540/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10819352 memory=90760 CPUtime=0.98 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 16828 13169 0 0 87 4 4 3 20 0 15 0 50029280 11079016448 22690 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2704838 22690 3237 1 0 2667149 0
[pid=10881/tid=10934] ppid=10878 vsize=10819352 memory=16300 CPUtime=0.66 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 12370 13169 0 0 56 3 4 3 20 0 15 0 50029289 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415900103696 140415909846446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10819352 memory=140042442154483 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10819352 memory=140045998621565 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029290 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10819352 memory=7305218370954356569 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 5 13169 0 0 0 0 4 3 20 0 15 0 50029291 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10819352 memory=7739276948478388840 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029291 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415365801120 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10819352 memory=5787216047948386661 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029292 11079016448 22690 33554432000 4194304 4196468 140726975235264 140414761820912 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11079016448 22690 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10819352 memory=8326441112149131695 CPUtime=0.14 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 722 13169 0 0 7 0 4 3 20 0 15 0 50029294 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10819352 memory=-7025452035940392864 CPUtime=0.16 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 786 13169 0 0 9 0 4 3 20 0 15 0 50029294 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10819352 memory=6944656592452807326 CPUtime=0.19 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 728 13169 0 0 12 0 4 3 20 0 15 0 50029294 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11079016448 22690 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029295 11079016448 22690 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90760 KiB

[startup+1.50176 s]
/proc/loadavg: 1.22 1.31 1.40 3/215 10947
/proc/meminfo: memFree=21018360/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10832204 memory=175868 CPUtime=3.01 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 25340 13169 0 0 285 9 4 3 20 0 15 0 50029280 11092176896 43967 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2708051 43967 3451 1 0 2669709 0
[pid=10881/tid=10934] ppid=10878 vsize=10832204 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) S 10878 10881 5182 0 -1 1077944384 17306 13169 0 0 133 5 4 3 20 0 15 0 50029289 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415900098128 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10832204 memory=105436 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 44 13169 0 0 0 0 4 3 20 0 15 0 50029290 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10832204 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 156 13169 0 0 0 0 4 3 20 0 15 0 50029290 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029290 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 19 13169 0 0 0 0 4 3 20 0 15 0 50029290 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) R 10878 10881 5182 0 -1 4202560 22 13169 0 0 0 0 4 3 20 0 15 0 50029291 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415454864128 140415928304218 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10832204 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029291 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415365801120 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10832204 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029292 11092176896 43967 33554432000 4194304 4196468 140726975235264 140414761820912 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10832204 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11092176896 43967 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10832204 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 2128 13169 0 0 55 1 4 3 20 0 15 0 50029294 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10832204 memory=187025089159386 CPUtime=0.58 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 1768 13169 0 0 51 0 4 3 20 0 15 0 50029294 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415452745936 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10832204 memory=267442 CPUtime=0.5 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 1682 13169 0 0 43 0 4 3 20 0 15 0 50029294 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10832204 memory=4638778398332768848 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11092176896 43967 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10832204 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1 13169 0 0 0 0 4 3 20 0 15 0 50029295 11092176896 43967 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832204 KiB

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

/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 376815 13169 0 0 236927 92 4 3 20 0 15 0 50029289 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415900116192 140415538697696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10916192 memory=-7003737579269690708 CPUtime=8.91 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 28288 13169 0 0 857 27 4 3 20 0 15 0 50029290 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10916192 memory=4096 CPUtime=8.96 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 28717 13169 0 0 862 27 4 3 20 0 15 0 50029290 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10916192 memory=1408 CPUtime=8.95 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 28411 13169 0 0 863 25 4 3 20 0 15 0 50029290 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10916192 memory=3264 CPUtime=8.93 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 20418 13169 0 0 863 23 4 3 20 0 15 0 50029290 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10916192 memory=3211712 CPUtime=2.29 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 33949 13169 0 0 194 28 4 3 20 0 15 0 50029291 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 19 13169 0 0 0 0 4 3 20 0 15 0 50029291 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415365801248 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10916192 memory=3120 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029292 11178180608 802809 33554432000 4194304 4196468 140726975235264 140414761820928 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10916192 memory=3480760 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11178180608 802809 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10916192 memory=6791534058613427641 CPUtime=8.41 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 59059 13169 0 0 827 7 4 3 20 0 15 0 50029294 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10916192 memory=-7003737579269690708 CPUtime=8.15 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 44162 13169 0 0 802 6 4 3 20 0 15 0 50029294 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10916192 memory=9956 CPUtime=2.98 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 47747 13169 0 0 284 7 4 3 20 0 15 0 50029294 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11178180608 802809 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10916192 memory=288230596017402208 CPUtime=1.52 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1950 13169 0 0 67 78 4 3 20 0 15 0 50029295 11178180608 802809 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 2428.82 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3211236 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.62 1.60 1.53 3/215 11170
/proc/meminfo: memFree=16692564/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10916192 memory=3212124 CPUtime=2489.13 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 682472 13169 0 0 248603 303 4 3 20 0 15 0 50029280 11178180608 803031 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2729048 803031 3537 1 0 2690701 0
[pid=10881/tid=10934] ppid=10878 vsize=10916192 memory=6791534058613427641 CPUtime=2430.14 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 384897 13169 0 0 242914 93 4 3 20 0 15 0 50029289 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415900116080 140415529717666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10916192 memory=-7003737579269690708 CPUtime=9 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 28452 13169 0 0 866 27 4 3 20 0 15 0 50029290 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10916192 memory=840 CPUtime=9.05 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 28968 13169 0 0 871 27 4 3 20 0 15 0 50029290 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10916192 memory=1796 CPUtime=9.04 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 30086 13169 0 0 872 25 4 3 20 0 15 0 50029290 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10916192 memory=912 CPUtime=9.02 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 20572 13169 0 0 872 23 4 3 20 0 15 0 50029290 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10916192 memory=3852 CPUtime=2.31 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 34305 13169 0 0 195 29 4 3 20 0 15 0 50029291 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10916192 memory=2608 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 19 13169 0 0 0 0 4 3 20 0 15 0 50029291 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415365801248 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10916192 memory=2756 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029292 11178180608 803031 33554432000 4194304 4196468 140726975235264 140414761820928 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10916192 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11178180608 803031 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10916192 memory=1408 CPUtime=8.41 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 59062 13169 0 0 827 7 4 3 20 0 15 0 50029294 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10916192 memory=3240 CPUtime=8.15 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 44164 13169 0 0 802 6 4 3 20 0 15 0 50029294 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10916192 memory=3212124 CPUtime=2.98 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 47750 13169 0 0 284 7 4 3 20 0 15 0 50029294 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11178180608 803031 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10916192 memory=3116 CPUtime=1.56 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 1987 13169 0 0 68 81 4 3 20 0 15 0 50029295 11178180608 803031 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 2489.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3212124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]
/proc/loadavg: 1.50 1.57 1.52 3/215 11171
/proc/meminfo: memFree=16692456/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=10916192 memory=3212244 CPUtime=2520.01 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 696406 13169 0 0 251688 306 4 3 20 0 15 0 50029280 11178180608 803061 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2729048 803061 3537 1 0 2690701 0
[pid=10881/tid=10934] ppid=10878 vsize=10916192 memory=3212124 CPUtime=2460.78 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 392152 13169 0 0 245977 94 4 3 20 0 15 0 50029289 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415900116352 140415521162678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=10916192 memory=3212112 CPUtime=9.05 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 30076 13169 0 0 871 27 4 3 20 0 15 0 50029290 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=10916192 memory=3212244 CPUtime=9.1 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 29046 13169 0 0 876 27 4 3 20 0 15 0 50029290 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=10916192 memory=3212244 CPUtime=9.09 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 30135 13169 0 0 877 25 4 3 20 0 15 0 50029290 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=10916192 memory=3212244 CPUtime=9.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 20809 13169 0 0 877 23 4 3 20 0 15 0 50029290 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=10916192 memory=3212244 CPUtime=2.32 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 34604 13169 0 0 196 29 4 3 20 0 15 0 50029291 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=10916192 memory=3211168 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 19 13169 0 0 0 0 4 3 20 0 15 0 50029291 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415365801248 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 15 0 50029292 11178180608 803061 33554432000 4194304 4196468 140726975235264 140414761820928 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=10916192 memory=3212244 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 2 13169 0 0 0 0 4 3 20 0 15 0 50029294 11178180608 803061 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=10916192 memory=3212244 CPUtime=8.41 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 60698 13169 0 0 827 7 4 3 20 0 15 0 50029294 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=10916192 memory=3212244 CPUtime=8.15 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 46322 13169 0 0 802 6 4 3 20 0 15 0 50029294 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=10916192 memory=1952 CPUtime=2.98 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 48306 13169 0 0 284 7 4 3 20 0 15 0 50029294 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=10916192 memory=8388 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 15 0 50029295 11178180608 803061 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=10916192 memory=3212244 CPUtime=1.58 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 2029 13169 0 0 69 82 4 3 20 0 15 0 50029295 11178180608 803061 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3212244 KiB

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

[startup+2473.17 s]
# the end of solver process 10881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.08 s, system=3.12432 s

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

[startup+2473.11 s]
/proc/loadavg: 1.50 1.57 1.52 3/215 11171
/proc/meminfo: memFree=16692456/32770624 swapFree=67108860/67108860
[pid=10881] ppid=10878 vsize=11112808 memory=3216364 CPUtime=2520.12 cores=1,3,5,7
/proc/10881/stat : 10881 (java) S 10878 10881 5182 0 -1 1077944320 696891 13169 0 0 251699 306 4 3 20 0 17 0 50029280 11379515392 804091 33554432000 4194304 4196468 140726975235264 140726975217808 140415928282871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
/proc/10881/statm: 2778202 804091 3538 1 0 2739855 0
[pid=10881/tid=10934] ppid=10878 vsize=11112808 memory=1296 CPUtime=2460.88 cores=1,3,5,7
/proc/10881/task/10934/stat : 10934 (java) R 10878 10881 5182 0 -1 4202560 392152 13169 0 0 245987 94 4 3 20 0 17 0 50029289 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415900116352 140415536722988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10935] ppid=10878 vsize=11112808 memory=6791534058613427641 CPUtime=9.05 cores=1,3,5,7
/proc/10881/task/10935/stat : 10935 (java) S 10878 10881 5182 0 -1 1077944384 30076 13169 0 0 871 27 4 3 20 0 17 0 50029290 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415932525584 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10936] ppid=10878 vsize=11112808 memory=3852 CPUtime=9.1 cores=1,3,5,7
/proc/10881/task/10936/stat : 10936 (java) S 10878 10881 5182 0 -1 1077944384 29046 13169 0 0 876 27 4 3 20 0 17 0 50029290 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415836728464 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10937] ppid=10878 vsize=11112808 memory=2608 CPUtime=9.09 cores=1,3,5,7
/proc/10881/task/10937/stat : 10937 (java) S 10878 10881 5182 0 -1 1077944384 30135 13169 0 0 877 25 4 3 20 0 17 0 50029290 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415500868368 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10938] ppid=10878 vsize=11112808 memory=2756 CPUtime=9.07 cores=1,3,5,7
/proc/10881/task/10938/stat : 10938 (java) S 10878 10881 5182 0 -1 1077944384 20809 13169 0 0 877 23 4 3 20 0 17 0 50029290 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415499815824 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10939] ppid=10878 vsize=11112808 memory=4096 CPUtime=2.32 cores=1,3,5,7
/proc/10881/task/10939/stat : 10939 (java) S 10878 10881 5182 0 -1 1077944384 34604 13169 0 0 196 29 4 3 20 0 17 0 50029291 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415454865648 140415928294018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10940] ppid=10878 vsize=11112808 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10940/stat : 10940 (java) S 10878 10881 5182 0 -1 1077944384 19 13169 0 0 0 0 4 3 20 0 17 0 50029291 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415365801248 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10941] ppid=10878 vsize=11112808 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10941/stat : 10941 (java) S 10878 10881 5182 0 -1 1077944384 13 13169 0 0 0 0 4 3 20 0 17 0 50029292 11379515392 804091 33554432000 4194304 4196468 140726975235264 140414761820928 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10942] ppid=10878 vsize=11112808 memory=3212244 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10942/stat : 10942 (java) S 10878 10881 5182 0 -1 1077944384 161 13169 0 0 0 0 4 3 20 0 17 0 50029294 11379515392 804091 33554432000 4194304 4196468 140726975235264 140414426277840 140415928301467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10943] ppid=10878 vsize=11112808 memory=1408 CPUtime=8.41 cores=1,3,5,7
/proc/10881/task/10943/stat : 10943 (java) S 10878 10881 5182 0 -1 1077944384 60698 13169 0 0 827 7 4 3 20 0 17 0 50029294 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415453813488 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10944] ppid=10878 vsize=11112808 memory=3116 CPUtime=8.15 cores=1,3,5,7
/proc/10881/task/10944/stat : 10944 (java) S 10878 10881 5182 0 -1 1077944384 46322 13169 0 0 802 6 4 3 20 0 17 0 50029294 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415452760944 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10945] ppid=10878 vsize=11112808 memory=3476340 CPUtime=2.98 cores=1,3,5,7
/proc/10881/task/10945/stat : 10945 (java) S 10878 10881 5182 0 -1 1077944384 48306 13169 0 0 284 7 4 3 20 0 17 0 50029294 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415451707888 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10946] ppid=10878 vsize=11112808 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/10881/task/10946/stat : 10946 (java) S 10878 10881 5182 0 -1 1077944384 3 13169 0 0 0 0 4 3 20 0 17 0 50029295 11379515392 804091 33554432000 4194304 4196468 140726975235264 140414157843296 140415928293077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
[pid=10881/tid=10947] ppid=10878 vsize=11112808 memory=-7003737579269690708 CPUtime=1.58 cores=1,3,5,7
/proc/10881/task/10947/stat : 10947 (java) S 10878 10881 5182 0 -1 1077944384 2029 13169 0 0 69 82 4 3 20 0 17 0 50029295 11379515392 804091 33554432000 4194304 4196468 140726975235264 140415450655280 140415928294018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7172096 140726975240814 140726975243612 140726975243612 140726975246287 0
Current children cumulated CPU time: 2520.12 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 3216364 KiB

Child status: 143
Real time (s): 2473.17
CPU time (s): 2520.2
CPU user time (s): 2517.08
CPU system time (s): 3.12432
CPU usage (%): 101.902
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 3216364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.08
system time used= 3.12432
maximum resident set size= 3216384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101239
involuntary context switches= 3484


# summary of solver processes directly reported to runsolver:
#   pid: 10881
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2517.08
#   total CPU system time (s): 3.12432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9277 second user time and 23.4612 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 07:44:21
IDJOB=4293616
IDBENCH=141205
IDSOLVER=2750
FILE ID=node103/4293616-1532324661
RUNJOBID= node103-1532293810-5214
PBS_JOBID= 21018979
Free space on /tmp= 56828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-03-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293616-1532324661/watcher-4293616-1532324661 -o /tmp/evaluation-result-4293616-1532324661/solver-4293616-1532324661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5214 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1840921373 HOME/instance-4293616-1532324661.xml

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

MD5SUM BENCH= 631d96c8d55ed895f005166b86b2772f
RANDOM SEED=1840921373

node103.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.48
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.48
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.48
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.48
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:        21120860 kB
MemAvailable:   29688904 kB
Buffers:          253644 kB
Cached:          8514820 kB
SwapCached:            0 kB
Active:          3779492 kB
Inactive:        7286272 kB
Active(anon):    2300200 kB
Inactive(anon):    16976 kB
Active(file):    1479292 kB
Inactive(file):  7269296 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26676 kB
Writeback:             0 kB
AnonPages:       2304632 kB
Mapped:            49856 kB
Shmem:             17036 kB
Slab:             275624 kB
SReclaimable:     247916 kB
SUnreclaim:        27708 kB
KernelStack:        3504 kB
PageTables:        11024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3060692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2070528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56800 MiB
End job on node103 at 2018-07-23 08:25:34