Trace number 4302551

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)16 252.146 230.845

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-02-opt_c18.xml
MD5SUMf46e6f53d96372a3a8925b0c81d3424e
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 benchmark251.998
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":56},{"size":22,"count":4},{"size":36,"count":66},{"size":42,"count":116},{"size":44,"count":158}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":2},{"degree":6,"count":12},{"degree":7,"count":21},{"degree":8,"count":38},{"degree":9,"count":42},{"degree":10,"count":44},{"degree":11,"count":45},{"degree":12,"count":27},{"degree":13,"count":16},{"degree":14,"count":27},{"degree":15,"count":21},{"degree":16,"count":44},{"degree":17,"count":30},{"degree":18,"count":17},{"degree":19,"count":7},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":32,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints0
Number of intensional constraints2245
Distribution of constraint types[{"type":"intension","count":2245}]
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.9.2.1532736233296 running
105.32/88.25	o 28
106.51/89.02	o 26
116.08/98.21	o 24
128.39/109.92	o 22
138.28/119.45	o 20
170.69/151.04	o 18
207.32/186.93	o 16
252.08/230.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/230.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/230.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/230.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.08/230.81		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.08/230.81		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.08/230.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/230.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/230.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/230.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/230.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/230.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/230.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/230.81		at scala.Option.map(Option.scala:146)
252.08/230.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/230.81		at concrete.MAC.mac(MAC.scala:203)
252.08/230.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/230.81		at scala.util.Try$.apply(Try.scala:209)
252.08/230.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/230.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/230.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/230.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/230.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/230.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/230.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/230.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/230.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/230.81		at concrete.MAC.oneRun(MAC.scala:253)
252.08/230.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/230.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/230.81		at concrete.Solver.hasNext(Solver.scala:166)
252.08/230.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/230.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/230.81		at concrete.Solver.foreach(Solver.scala:68)
252.08/230.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/230.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/230.81		at scala.util.Success.map(Try.scala:209)
252.08/230.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/230.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/230.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/230.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/230.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/230.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/230.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/230.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/230.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/230.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/230.81		at scala.App.main(App.scala:76)
252.08/230.81		at scala.App.main$(App.scala:74)
252.08/230.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/230.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/230.82	v <instantiation cost="16">
252.08/230.82	v       <list>
252.08/230.82	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]
252.08/230.82	v       </list>
252.08/230.82	v       <values>
252.08/230.82	v         100 338 470 708 554 792 792 554 338 100 100 338 338 100 30 268 708 470 750 512 792 554 512 750 44 282 44 282 750 512 142 380 44 282 282 44 708 470 338 100 792 554 554 792 750 512 470 708 282 44 792 554 240 478 792 554 792 554 750 512 792 554 30 268 380 142 554 792 30 268 478 240 554 792 380 142 100 338 268 30 708 470 792 554 44 282 282 44 708 470 44 282 338 100 512 750 512 750 282 44 338 100 100 338 554 792 380 142 30 268 792 554 338 100 792 554 338 100 478 240 44 282 282 44 100 338 512 750 142 380 750 512 750 512 240 478 100 338 554 792 30 268 268 30 554 792 708 470 708 470 554 792 792 554 478 240 338 100 30 268 338 100 240 478 554 792 338 100 470 708 100 338 512 750 708 470 554 792 142 380 30 268 44 282 268 30 750 512 478 240 792 554 282 44 470 708 750 512 268 30 792 554 268 30 792 554 470 708 338 100 708 470 142 380 512 750 268 30 470 708 750 512 792 554 554 792 240 478 554 792 554 792 750 512 100 338 268 30 792 554 44 282 142 380 30 268 142 380 282 44 554 792 268 30 142 380 338 100 240 478 282 44 142 380 380 142 268 30 44 282 282 44 268 30 792 554 268 30 750 512 470 708 750 512 142 380 554 792 30 268 240 478 380 142 512 750 142 380 380 142 750 512 44 282 792 554 268 30 380 142 380 142 142 380 44 282 380 142 30 268 338 100 750 512 792 554 708 470 282 44 708 470 100 338 554 792 708 470 240 478 268 30 268 30 142 380 30 268 142 380 380 142 268 30 100 338 44 282 512 750 750 512 268 30 708 470 470 708 338 100 708 470 142 380 470 708 44 282 792 554 268 30 470 708 268 30 470 708 470 708 338 100 512 750 750 512 792 554 30 268
252.08/230.82	v       </values>
252.08/230.82	v     </instantiation>
252.08/230.82	s SATISFIABLE

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302551-1532895789/watcher-4302551-1532895789 -o /tmp/evaluation-result-4302551-1532895789/solver-4302551-1532895789 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1803063057 HOME/instance-4302551-1532895789.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=13858, runsolver pid=13855

[startup+0.100106 s]*
/proc/loadavg: 1.48 1.58 1.45 3/208 13915
/proc/meminfo: memFree=24901628/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=10005480 memory=15180 CPUtime=0.08 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 4430 12971 0 0 1 0 5 2 20 0 6 0 107141786 10245611520 3795 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2501370 3795 1935 1 0 2489808 0
[pid=13858/tid=13911] ppid=13855 vsize=10005480 memory=4279135703913365132 CPUtime=0.08 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 2267 12971 0 0 1 0 5 2 20 0 6 0 107141795 10245611520 3795 33554432000 4194304 4196468 140736399108848 140364569727568 140364581971294 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 6 0 107141796 10245611520 3795 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=10005480 memory=139752817960576 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 6 0 107141796 10245611520 3795 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 6 0 107141796 10245611520 3795 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 6 0 107141796 10245611520 3795 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210069 s]*
/proc/loadavg: 1.48 1.58 1.45 3/217 13924
/proc/meminfo: memFree=24857616/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=10982696 memory=42808 CPUtime=0.25 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 8577 12971 0 0 17 1 5 2 20 0 15 0 107141786 11246280704 10702 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2745674 10702 2957 1 0 2708109 0
[pid=13858/tid=13911] ppid=13855 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 5008 12971 0 0 11 0 5 2 20 0 15 0 107141795 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364569688464 140364583056407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=10982696 memory=139752817974559 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=10982696 memory=139752817960576 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 15 0 107141797 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 13 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246280704 10702 33554432000 4194304 4196468 140736399108848 140363370062624 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246280704 10702 33554432000 4194304 4196468 140736399108848 140363222213744 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 598 12971 0 0 1 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 61 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=10982696 memory=139752817960576 CPUtime=0.1 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 692 12971 0 0 3 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=10982696 memory=139752817960576 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246280704 10702 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42808 KiB

[startup+0.310527 s]*
/proc/loadavg: 1.48 1.58 1.45 3/217 13924
/proc/meminfo: memFree=24847444/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=10983192 memory=54424 CPUtime=0.38 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 10626 12971 0 0 29 2 5 2 20 0 15 0 107141786 11246788608 13606 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2745798 13606 3109 1 0 2708109 0
[pid=13858/tid=13911] ppid=13855 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 7026 12971 0 0 20 1 5 2 20 0 15 0 107141795 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364569702592 140364581971294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 15 0 107141797 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 13 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246788608 13606 33554432000 4194304 4196468 140736399108848 140363370062624 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246788608 13606 33554432000 4194304 4196468 140736399108848 140363222213744 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 601 12971 0 0 1 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 68 12971 0 0 1 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=10983192 memory=139752817960576 CPUtime=0.12 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 719 12971 0 0 5 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=10983192 memory=139752817960576 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 13606 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54424 KiB

[startup+0.700719 s]
/proc/loadavg: 1.48 1.58 1.45 4/217 13924
/proc/meminfo: memFree=24835040/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=10983192 memory=87744 CPUtime=0.98 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 17148 12971 0 0 87 4 5 2 20 0 15 0 107141786 11246788608 21936 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2745798 21936 3237 1 0 2708109 0
[pid=13858/tid=13911] ppid=13855 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) S 13855 13858 6529 0 -1 1077944384 12423 12971 0 0 56 3 5 2 20 0 15 0 107141795 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364569711632 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 2 12971 0 0 0 0 5 2 20 0 15 0 107141796 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 5 12971 0 0 0 0 5 2 20 0 15 0 107141797 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 13 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246788608 21936 33554432000 4194304 4196468 140736399108848 140363370062624 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=10983192 memory=139752665920272 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141798 11246788608 21936 33554432000 4194304 4196468 140736399108848 140363222213744 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=10983192 memory=139753940845137 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=10983192 memory=14076 CPUtime=0.16 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 1234 12971 0 0 9 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=10983192 memory=4639098309541127269 CPUtime=0.15 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 361 12971 0 0 8 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=10983192 memory=7885635084775281009 CPUtime=0.2 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 909 12971 0 0 13 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141801 11246788608 21936 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87744 KiB

[startup+1.50072 s]
/proc/loadavg: 1.48 1.58 1.45 3/217 13924
/proc/meminfo: memFree=24579372/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=10996044 memory=185412 CPUtime=2.81 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 25052 12971 0 0 264 10 5 2 20 0 15 0 107141786 11259949056 46353 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2749011 46353 3447 1 0 2710669 0
[pid=13858/tid=13911] ppid=13855 vsize=10996044 memory=12848 CPUtime=1.43 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) S 13855 13858 6529 0 -1 1077944384 17228 12971 0 0 131 5 5 2 20 0 15 0 107141795 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364569703472 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 47 12971 0 0 0 0 5 2 20 0 15 0 107141796 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=10996044 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 25 12971 0 0 0 0 5 2 20 0 15 0 107141796 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=10996044 memory=2536 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 171 12971 0 0 0 0 5 2 20 0 15 0 107141796 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=10996044 memory=87744 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 26 12971 0 0 0 0 5 2 20 0 15 0 107141796 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) R 13855 13858 6529 0 -1 4202560 32 12971 0 0 0 0 5 2 20 0 15 0 107141797 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364023308736 140364583571488 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 13 12971 0 0 0 0 5 2 20 0 15 0 107141798 11259949056 46353 33554432000 4194304 4196468 140736399108848 140363370062624 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141798 11259949056 46353 33554432000 4194304 4196468 140736399108848 140363222213744 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=10996044 memory=6935649255759568960 CPUtime=0.53 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 2480 12971 0 0 46 0 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=10996044 memory=279505332116352 CPUtime=0.47 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 948 12971 0 0 40 0 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=10996044 memory=6944656592452938395 CPUtime=0.51 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 1884 12971 0 0 43 1 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=10996044 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=10996044 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 1 12971 0 0 0 0 5 2 20 0 15 0 107141801 11259949056 46353 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10996044 KiB

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

/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 55818 12971 0 0 10096 46 5 2 20 0 15 0 107141795 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364569725928 140364177851489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=11080032 memory=164 CPUtime=0.62 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1635 12971 0 0 45 10 5 2 20 0 15 0 107141796 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=11080032 memory=6791534058613427641 CPUtime=0.6 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 1817 12971 0 0 44 9 5 2 20 0 15 0 107141796 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=11080032 memory=4104 CPUtime=0.63 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 736 12971 0 0 47 9 5 2 20 0 15 0 107141796 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=11080032 memory=2903652 CPUtime=0.61 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 1439 12971 0 0 46 8 5 2 20 0 15 0 107141796 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=11080032 memory=33 CPUtime=0.19 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 5700 12971 0 0 11 1 5 2 20 0 15 0 107141797 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=11080032 memory=2910820 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 25 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 722578 33554432000 4194304 4196468 140736399108848 140363370062688 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=11080032 memory=2910820 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 17 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 722578 33554432000 4194304 4196468 140736399108848 140363222213760 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=11080032 memory=2408 CPUtime=6.94 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 17785 12971 0 0 683 4 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=11080032 memory=1724 CPUtime=6.86 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 13747 12971 0 0 676 3 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=11080032 memory=47 CPUtime=2.81 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 17258 12971 0 0 270 4 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=11080032 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=11080032 memory=5 CPUtime=0.12 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 149 12971 0 0 2 3 5 2 20 0 15 0 107141801 11345952768 722578 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 120.36 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2890312 KiB

[startup+162.301 s]
/proc/loadavg: 1.23 1.48 1.44 3/215 13927
/proc/meminfo: memFree=20067076/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=11080032 memory=2723732 CPUtime=182.3 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 138476 12971 0 0 18113 110 5 2 20 0 15 0 107141786 11345952768 680933 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2770008 680933 3534 1 0 2731661 0
[pid=13858/tid=13911] ppid=13855 vsize=11080032 memory=2736004 CPUtime=161.06 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 60749 12971 0 0 16053 46 5 2 20 0 15 0 107141795 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364569725152 140364168631348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=11080032 memory=2731896 CPUtime=0.94 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 1907 12971 0 0 76 11 5 2 20 0 15 0 107141796 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=11080032 memory=5668 CPUtime=0.92 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 2031 12971 0 0 74 11 5 2 20 0 15 0 107141796 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=11080032 memory=59803124643463 CPUtime=0.95 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 1920 12971 0 0 78 10 5 2 20 0 15 0 107141796 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=11080032 memory=2726808 CPUtime=0.95 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 3234 12971 0 0 78 10 5 2 20 0 15 0 107141796 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=11080032 memory=2726808 CPUtime=0.26 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 6083 12971 0 0 17 2 5 2 20 0 15 0 107141797 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=11080032 memory=1576 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 33 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 680933 33554432000 4194304 4196468 140736399108848 140363370062688 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 29 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 680933 33554432000 4194304 4196468 140736399108848 140363222213760 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=11080032 memory=2801628 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=11080032 memory=2806756 CPUtime=7.37 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 21344 12971 0 0 726 4 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=11080032 memory=4140 CPUtime=7.32 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 17295 12971 0 0 722 3 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=11080032 memory=30588 CPUtime=2.89 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 21239 12971 0 0 277 5 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=11080032 memory=2726808 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=11080032 memory=2726808 CPUtime=0.16 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 416 12971 0 0 4 5 5 2 20 0 15 0 107141801 11345952768 680933 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 182.3 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2723732 KiB

[startup+222.301 s]
/proc/loadavg: 1.28 1.44 1.42 3/215 13928
/proc/meminfo: memFree=20420952/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=11080032 memory=2572592 CPUtime=243.42 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 159545 12971 0 0 24216 119 5 2 20 0 15 0 107141786 11345952768 643148 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2770008 643148 3534 1 0 2731661 0
[pid=13858/tid=13911] ppid=13855 vsize=11080032 memory=2584552 CPUtime=220.56 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 65234 12971 0 0 22001 48 5 2 20 0 15 0 107141795 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364569724184 140364171897286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=11080032 memory=2573104 CPUtime=1.26 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 2603 12971 0 0 108 11 5 2 20 0 15 0 107141796 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=11080032 memory=2621208 CPUtime=1.25 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 3369 12971 0 0 106 12 5 2 20 0 15 0 107141796 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=11080032 memory=2595148 CPUtime=1.28 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 2800 12971 0 0 110 11 5 2 20 0 15 0 107141796 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=11080032 memory=2582832 CPUtime=1.27 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 3492 12971 0 0 110 10 5 2 20 0 15 0 107141796 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=11080032 memory=2579240 CPUtime=0.38 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 6786 12971 0 0 27 4 5 2 20 0 15 0 107141797 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=11080032 memory=2576184 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 33 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 643148 33554432000 4194304 4196468 140736399108848 140363370062688 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=11080032 memory=2573620 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 29 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 643148 33554432000 4194304 4196468 140736399108848 140363222213760 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=11080032 memory=2572592 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=11080032 memory=1696 CPUtime=7.42 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 25217 12971 0 0 730 5 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=11080032 memory=916 CPUtime=7.43 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 20788 12971 0 0 732 4 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=11080032 memory=2573104 CPUtime=2.91 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 26530 12971 0 0 279 5 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=11080032 memory=2573104 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=11080032 memory=4124 CPUtime=0.19 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 468 12971 0 0 5 7 5 2 20 0 15 0 107141801 11345952768 643148 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 243.42 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2572592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.801 s]
/proc/loadavg: 1.34 1.45 1.43 4/215 14183
/proc/meminfo: memFree=22831564/32770624 swapFree=67108688/67108860
[pid=13858] ppid=13855 vsize=11080032 memory=2569544 CPUtime=252.08 cores=1,3,5,7
/proc/13858/stat : 13858 (java) S 13855 13858 6529 0 -1 1077944320 160961 12971 0 0 25081 120 5 2 20 0 15 0 107141786 11345952768 642386 33554432000 4194304 4196468 140736399108848 140736399091392 140364597890807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
/proc/13858/statm: 2770008 642386 3534 1 0 2731661 0
[pid=13858/tid=13911] ppid=13855 vsize=11080032 memory=6791534058613427641 CPUtime=228.97 cores=1,3,5,7
/proc/13858/task/13911/stat : 13911 (java) R 13855 13858 6529 0 -1 4202560 65879 12971 0 0 22842 48 5 2 20 0 15 0 107141795 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364569725664 140364181732103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13912] ppid=13855 vsize=11080032 memory=2200 CPUtime=1.31 cores=1,3,5,7
/proc/13858/task/13912/stat : 13912 (java) S 13855 13858 6529 0 -1 1077944384 2610 12971 0 0 113 11 5 2 20 0 15 0 107141796 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364602133392 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13913] ppid=13855 vsize=11080032 memory=7284 CPUtime=1.3 cores=1,3,5,7
/proc/13858/task/13913/stat : 13913 (java) S 13855 13858 6529 0 -1 1077944384 3376 12971 0 0 111 12 5 2 20 0 15 0 107141796 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364498336528 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13914] ppid=13855 vsize=11080032 memory=2572592 CPUtime=1.33 cores=1,3,5,7
/proc/13858/task/13914/stat : 13914 (java) S 13855 13858 6529 0 -1 1077944384 2805 12971 0 0 115 11 5 2 20 0 15 0 107141796 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364137032848 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13915] ppid=13855 vsize=11080032 memory=6791534058613427641 CPUtime=1.32 cores=1,3,5,7
/proc/13858/task/13915/stat : 13915 (java) S 13855 13858 6529 0 -1 1077944384 3499 12971 0 0 115 10 5 2 20 0 15 0 107141796 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364135980048 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13916] ppid=13855 vsize=11080032 memory=4008 CPUtime=0.4 cores=1,3,5,7
/proc/13858/task/13916/stat : 13916 (java) S 13855 13858 6529 0 -1 1077944384 6803 12971 0 0 29 4 5 2 20 0 15 0 107141797 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364023310448 140364597901954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13917] ppid=13855 vsize=11080032 memory=18264 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13917/stat : 13917 (java) S 13855 13858 6529 0 -1 1077944384 33 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 642386 33554432000 4194304 4196468 140736399108848 140363370062688 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13918] ppid=13855 vsize=11080032 memory=18428 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13918/stat : 13918 (java) S 13855 13858 6529 0 -1 1077944384 29 12971 0 0 0 0 5 2 20 0 15 0 107141798 11345952768 642386 33554432000 4194304 4196468 140736399108848 140363222213760 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13919] ppid=13855 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13919/stat : 13919 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140362914814032 140364597909403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13920] ppid=13855 vsize=11080032 memory=288230583166042425 CPUtime=7.42 cores=1,3,5,7
/proc/13858/task/13920/stat : 13920 (java) S 13855 13858 6529 0 -1 1077944384 25243 12971 0 0 730 5 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364022258288 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13921] ppid=13855 vsize=11080032 memory=2570028 CPUtime=7.43 cores=1,3,5,7
/proc/13858/task/13921/stat : 13921 (java) S 13855 13858 6529 0 -1 1077944384 20791 12971 0 0 732 4 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364021205488 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13922] ppid=13855 vsize=11080032 memory=14076 CPUtime=2.91 cores=1,3,5,7
/proc/13858/task/13922/stat : 13922 (java) S 13855 13858 6529 0 -1 1077944384 27229 12971 0 0 279 5 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364020153200 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13923] ppid=13855 vsize=11080032 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/13858/task/13923/stat : 13923 (java) S 13855 13858 6529 0 -1 1077944384 3 12971 0 0 0 0 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140362484018144 140364597901013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
[pid=13858/tid=13924] ppid=13855 vsize=11080032 memory=916 CPUtime=0.21 cores=1,3,5,7
/proc/13858/task/13924/stat : 13924 (java) S 13855 13858 6529 0 -1 1077944384 468 12971 0 0 6 8 5 2 20 0 15 0 107141801 11345952768 642386 33554432000 4194304 4196468 140736399108848 140364019100080 140364597901954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11452416 140736399112817 140736399115617 140736399115617 140736399118287 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2569544 KiB

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

[startup+230.845 s]
# the end of solver process 13858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.89 s, system=1.25579 s

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

Child status: 143
Real time (s): 230.845
CPU time (s): 252.146
CPU user time (s): 250.89
CPU system time (s): 1.25579
CPU usage (%): 109.227
Max. virtual memory (cumulated for all children) (KiB): 11080616
Max. memory (cumulated for all children) (KiB): 2934948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.89
system time used= 1.25579
maximum resident set size= 2934948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19520
involuntary context switches= 686


# summary of solver processes directly reported to runsolver:
#   pid: 13858
#   total CPU time (s): 252.146
#   total CPU user time (s): 250.89
#   total CPU system time (s): 1.25579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27097 second user time and 2.39272 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:23:09
IDJOB=4302551
IDBENCH=141207
IDSOLVER=2776
FILE ID=node106/4302551-1532895789
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-02-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302551-1532895789/watcher-4302551-1532895789 -o /tmp/evaluation-result-4302551-1532895789/solver-4302551-1532895789 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1803063057 HOME/instance-4302551-1532895789.xml

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

MD5SUM BENCH= f46e6f53d96372a3a8925b0c81d3424e
RANDOM SEED=1803063057

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24906124 kB
MemAvailable:   31275320 kB
Buffers:          246540 kB
Cached:          6356412 kB
SwapCached:            0 kB
Active:          3091916 kB
Inactive:        4225172 kB
Active(anon):     661752 kB
Inactive(anon):    80476 kB
Active(file):    2430164 kB
Inactive(file):  4144696 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26768 kB
Writeback:             0 kB
AnonPages:        721472 kB
Mapped:            58084 kB
Shmem:             25056 kB
Slab:             247744 kB
SReclaimable:     220344 kB
SUnreclaim:        27400 kB
KernelStack:        3536 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2001012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:27:00