Trace number 4293617

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-SuperNG 2018-06-13SAT (TO)16 2520.16 2472.29

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.99/0.74	c Concrete v3.8.1528841891564 running
134.29/116.10	o 34
135.81/117.32	o 32
142.13/122.38	o 30
155.34/135.07	o 28
184.16/163.20	o 26
192.24/170.81	o 24
198.80/177.24	o 22
220.27/198.19	o 20
268.72/245.30	o 18
876.31/839.31	o 16
2520.06/2472.25	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2472.25		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2472.25		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2472.25		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2472.25		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.06/2472.25		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.06/2472.25		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2472.25		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2472.25		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2472.25		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2472.25		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2472.25		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2472.25		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2472.25		at scala.Option.map(Option.scala:146)
2520.06/2472.25		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2472.25		at concrete.MAC.mac(MAC.scala:203)
2520.06/2472.25		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2472.25		at scala.util.Try$.apply(Try.scala:209)
2520.06/2472.25		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2472.25		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2472.25		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2472.25		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2472.25		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2472.25		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2472.25		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2472.25		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2472.25		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2472.25		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2472.25		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2472.25		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2472.25		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2472.25		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2472.25		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2472.25		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2472.25		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2472.25		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2472.25		at scala.util.Success.map(Try.scala:209)
2520.06/2472.25		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2472.25		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2472.25		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2472.25		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2472.25		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2472.25		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2472.25		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2472.25		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2472.25		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2472.25		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2472.25		at scala.App.main(App.scala:76)
2520.06/2472.25		at scala.App.main$(App.scala:74)
2520.06/2472.25		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2472.25		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2472.27	v <instantiation cost="16">
2520.06/2472.27	v       <list>
2520.06/2472.27	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.06/2472.27	v       </list>
2520.06/2472.27	v       <values>
2520.06/2472.27	v         540 778 540 778 366 128 128 366 16 254 310 72 366 128 428 666 254 16 310 72 722 484 366 128 268 30 254 16 72 310 484 722 128 366 254 16 128 366 484 722 310 72 778 540 540 778 428 666 268 30 30 268 16 254 310 72 722 484 254 16 128 366 722 484 310 72 366 128 366 128 778 540 310 72 72 310 254 16 16 254 366 128 428 666 254 16 722 484 778 540 778 540 254 16 268 30 428 666 666 428 16 254 268 30 128 366 478 240 778 540 540 778 428 666 128 366 30 268 268 30 16 254 72 310 72 310 540 778 540 778 428 666 30 268 16 254 268 30 30 268 30 268 128 366 254 16 30 268 268 30 484 722 540 778 30 268 268 30 778 540 428 666 72 310 310 72 254 16 268 30 778 540 540 778 666 428 722 484 428 666 366 128 428 666 128 366 484 722 16 254 778 540 666 428 30 268 30 268 666 428 254 16 310 72 268 30 268 30 30 268 16 254 16 254 30 268 366 128 30 268 540 778 128 366 540 778 778 540 484 722 16 254 16 254 128 366 366 128 310 72 366 128 128 366 366 128 310 72 30 268 484 722 484 722 428 666 540 778 30 268 310 72 540 778 310 72 722 484 666 428 428 666 268 30 778 540 778 540 30 268 540 778 128 366 128 366 540 778 366 128 268 30 16 254 778 540 254 16 268 30 254 16 666 428 428 666 16 254 254 16 666 428 666 428 778 540 484 722 484 722 30 268 30 268 268 30 666 428 128 366 30 268 30 268 30 268 540 778 778 540 254 16 16 254 428 666 16 254 16 254 128 366 268 30 128 366 268 30 540 778 30 268 778 540 366 128 268 30 722 484 268 30 366 128 540 778 778 540 30 268 268 30 540 778 268 30 30 268 72 310 540 778 540 778 128 366 128 366 428 666
2520.06/2472.27	v       </values>
2520.06/2472.27	v     </instantiation>
2520.06/2472.27	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 (2180 MiB free)
  memory of node 1: 16384 MiB (12289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293617-1532320272/watcher-4293617-1532320272 -o /tmp/evaluation-result-4293617-1532320272/solver-4293617-1532320272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=882215788 -superng HOME/instance-4293617-1532320272.xml 

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

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

solver pid=11601, runsolver pid=11598

[startup+0.100088 s]*
/proc/loadavg: 1.58 1.59 1.59 3/207 11658
/proc/meminfo: memFree=14810296/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 4321 12940 0 0 0 1 5 3 20 0 6 0 49590412 10212057088 4648 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2493178 4648 1932 1 0 2481616 0
[pid=11601/tid=11654] ppid=11598 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 2156 12940 0 0 0 0 5 3 20 0 6 0 49590421 10212057088 4714 33554432000 4194304 4196468 140735882459776 140168474399312 140168494799678 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 6 0 49590422 10212057088 4714 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=9972712 memory=140015614391936 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 6 0 49590422 10212057088 4714 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 6 0 49590422 10212057088 4714 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 6 0 49590422 10212057088 4714 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.21008 s]*
/proc/loadavg: 1.58 1.59 1.59 3/216 11667
/proc/meminfo: memFree=14787580/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10819896 memory=45644 CPUtime=0.26 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 8726 12940 0 0 16 2 5 3 20 0 15 0 49590412 11079573504 11411 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2704974 11411 2961 1 0 2667397 0
[pid=11601/tid=11654] ppid=11598 vsize=10818936 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 5744 12940 0 0 10 1 5 3 20 0 15 0 49590421 11078590464 11732 33554432000 4194304 4196468 140735882459776 140168474387360 140168495242269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11078590464 11798 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10818936 memory=140015614391936 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11078590464 11798 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11078590464 11798 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11078590464 11864 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10818936 memory=140015614391936 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590423 11078590464 11864 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 49590423 11078590464 11930 33554432000 4194304 4196468 140735882459776 140167532766368 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590424 11078590464 11930 33554432000 4194304 4196468 140735882459776 140167264330480 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11078590464 11930 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 506 12940 0 0 1 0 5 3 20 0 15 0 49590426 11078590464 11996 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10818936 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 89 12940 0 0 1 0 5 3 20 0 15 0 49590426 11078590464 11996 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10818936 memory=140015614391936 CPUtime=0.11 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 547 12940 0 0 3 0 5 3 20 0 15 0 49590426 11078590464 11996 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11078590464 11996 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10818904 memory=140015614391936 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590427 11078557696 12049 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 45644 KiB

[startup+0.310261 s]*
/proc/loadavg: 1.58 1.59 1.59 3/216 11667
/proc/meminfo: memFree=14774804/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10819352 memory=56072 CPUtime=0.39 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 10584 12940 0 0 28 3 5 3 20 0 15 0 49590412 11079016448 14018 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2704838 14018 3080 1 0 2667149 0
[pid=11601/tid=11654] ppid=11598 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 7218 12940 0 0 19 2 5 3 20 0 15 0 49590421 11079016448 14018 33554432000 4194304 4196468 140735882459776 140168474374560 140168502584477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10819352 memory=6441653129435959377 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 14018 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 14018 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 14018 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 14018 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590423 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 49590423 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167532766368 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590424 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167264330480 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 506 12940 0 0 1 0 5 3 20 0 15 0 49590426 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 90 12940 0 0 1 0 5 3 20 0 15 0 49590426 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) R 11598 11601 6708 0 -1 4202560 554 12940 0 0 5 0 5 3 20 0 15 0 49590426 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167958862320 140168481229312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11079016448 14018 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590427 11079016448 14018 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56072 KiB

[startup+0.700826 s]
/proc/loadavg: 1.58 1.59 1.59 4/216 11667
/proc/meminfo: memFree=14765252/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10819352 memory=88424 CPUtime=0.99 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 16703 12940 0 0 86 5 5 3 20 0 15 0 49590412 11079016448 22106 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2704838 22106 3237 1 0 2667149 0
[pid=11601/tid=11654] ppid=11598 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 12266 12940 0 0 55 4 5 3 20 0 15 0 49590421 11079016448 22106 33554432000 4194304 4196468 140735882459776 140168474383376 140168482837931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 22106 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 22106 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 22106 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 49590422 11079016448 22106 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 5 12940 0 0 0 0 5 3 20 0 15 0 49590423 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 49590423 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167532766368 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590424 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167264330480 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10819352 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 913 12940 0 0 7 0 5 3 20 0 15 0 49590426 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 681 12940 0 0 9 0 5 3 20 0 15 0 49590426 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 619 12940 0 0 12 0 5 3 20 0 15 0 49590426 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11079016448 22106 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590427 11079016448 22106 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88424 KiB

[startup+1.5008 s]
/proc/loadavg: 1.58 1.59 1.59 4/216 11667
/proc/meminfo: memFree=14718688/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10832204 memory=189148 CPUtime=2.92 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 25122 12940 0 0 273 11 5 3 20 0 15 0 49590412 11092176896 47287 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2708051 47287 3451 1 0 2669709 0
[pid=11601/tid=11654] ppid=11598 vsize=10832204 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) S 11598 11601 6708 0 -1 1077944384 17155 12940 0 0 130 6 5 3 20 0 15 0 49590421 11092176896 47287 33554432000 4194304 4196468 140735882459776 140168474375152 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 61 12940 0 0 0 0 5 3 20 0 15 0 49590422 11092176896 47287 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 49590422 11092176896 47287 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10832204 memory=3611949788955226161 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 191 12940 0 0 0 0 5 3 20 0 15 0 49590422 11092176896 47287 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 49590422 11092176896 47287 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10832204 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) R 11598 11601 6708 0 -1 4202560 34 12940 0 0 0 0 5 3 20 0 15 0 49590423 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167962018368 140168486724566 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10832204 memory=280030928251136 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 49590423 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167532766368 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590424 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167264330480 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10832204 memory=5380 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10832204 memory=4616 CPUtime=0.56 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 2351 12940 0 0 48 0 5 3 20 0 15 0 49590426 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10832204 memory=1232 CPUtime=0.56 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 1504 12940 0 0 48 0 5 3 20 0 15 0 49590426 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10832204 memory=11964 CPUtime=0.51 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 1580 12940 0 0 42 1 5 3 20 0 15 0 49590426 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10832204 memory=1708 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11092176896 47287 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10832204 memory=8388 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 49590427 11092176896 47287 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10832204 KiB

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

/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 239115 12940 0 0 230965 87 5 3 20 0 15 0 49590421 11178180608 805762 33554432000 4194304 4196468 140735882459776 140168474395848 140168101427236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.93 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 22390 12940 0 0 859 26 5 3 20 0 15 0 49590422 11178180608 805762 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.95 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 25095 12940 0 0 861 26 5 3 20 0 15 0 49590422 11178180608 805762 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.97 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 23136 12940 0 0 863 26 5 3 20 0 15 0 49590422 11178180608 805762 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.95 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 23404 12940 0 0 859 28 5 3 20 0 15 0 49590422 11178180608 805762 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10916192 memory=3223048 CPUtime=2.24 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 30379 12940 0 0 187 29 5 3 20 0 15 0 49590423 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10916192 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 49590423 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167532766496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10916192 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 24 12940 0 0 0 0 5 3 20 0 15 0 49590424 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167264330496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10916192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10916192 memory=16428 CPUtime=8.45 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 51310 12940 0 0 830 7 5 3 20 0 15 0 49590426 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.49 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 56265 12940 0 0 835 6 5 3 20 0 15 0 49590426 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10916192 memory=4140 CPUtime=3.13 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 52555 12940 0 0 298 7 5 3 20 0 15 0 49590426 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10916192 memory=3223048 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11178180608 805762 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10916192 memory=4104 CPUtime=1.51 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1775 12940 0 0 62 81 5 3 20 0 15 0 49590427 11178180608 805762 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 2369.61 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3223048 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.52 1.51 3/216 11893
/proc/meminfo: memFree=12924708/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10916192 memory=3223140 CPUtime=2429.83 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 531872 12940 0 0 242675 300 5 3 20 0 15 0 49590412 11178180608 805785 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2729048 805785 3537 1 0 2690701 0
[pid=11601/tid=11654] ppid=11598 vsize=10916192 memory=10616 CPUtime=2370.53 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 241974 12940 0 0 236958 87 5 3 20 0 15 0 49590421 11178180608 805785 33554432000 4194304 4196468 140735882459776 140168474395760 140168091775773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10916192 memory=3223048 CPUtime=8.99 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 22810 12940 0 0 865 26 5 3 20 0 15 0 49590422 11178180608 805785 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10916192 memory=3223048 CPUtime=9.01 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 25288 12940 0 0 867 26 5 3 20 0 15 0 49590422 11178180608 805785 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10916192 memory=3223048 CPUtime=9.03 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 23232 12940 0 0 869 26 5 3 20 0 15 0 49590422 11178180608 805785 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10916192 memory=3223072 CPUtime=9.01 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 23647 12940 0 0 865 28 5 3 20 0 15 0 49590422 11178180608 805785 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10916192 memory=280030928876480 CPUtime=2.27 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 30578 12940 0 0 189 30 5 3 20 0 15 0 49590423 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10916192 memory=3223140 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 49590423 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167532766496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10916192 memory=3223072 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 24 12940 0 0 0 0 5 3 20 0 15 0 49590424 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167264330496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10916192 memory=3223048 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10916192 memory=3223140 CPUtime=8.45 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 51312 12940 0 0 830 7 5 3 20 0 15 0 49590426 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10916192 memory=4140 CPUtime=8.49 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 56267 12940 0 0 835 6 5 3 20 0 15 0 49590426 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10916192 memory=3223140 CPUtime=3.13 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 52717 12940 0 0 298 7 5 3 20 0 15 0 49590426 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10916192 memory=1444 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11178180608 805785 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10916192 memory=3223140 CPUtime=1.54 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1805 12940 0 0 63 83 5 3 20 0 15 0 49590427 11178180608 805785 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 2429.83 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3223140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.61 1.54 3/216 11894
/proc/meminfo: memFree=12922960/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10916192 memory=3223472 CPUtime=2490.06 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 536450 12940 0 0 248695 303 5 3 20 0 15 0 49590412 11178180608 805868 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2729048 805868 3537 1 0 2690701 0
[pid=11601/tid=11654] ppid=11598 vsize=10916192 memory=3223472 CPUtime=2430.45 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 244933 12940 0 0 242949 88 5 3 20 0 15 0 49590421 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168474395744 140168092209195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10916192 memory=3223140 CPUtime=9.05 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 22881 12940 0 0 871 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10916192 memory=3223140 CPUtime=9.07 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 25503 12940 0 0 873 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10916192 memory=3223304 CPUtime=9.09 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 23606 12940 0 0 875 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10916192 memory=280030929068272 CPUtime=9.08 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 23696 12940 0 0 872 28 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10916192 memory=1249 CPUtime=2.28 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 30763 12940 0 0 190 30 5 3 20 0 15 0 49590423 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10916192 memory=3223140 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 49590423 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167532766496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10916192 memory=3223388 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 24 12940 0 0 0 0 5 3 20 0 15 0 49590424 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167264330496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10916192 memory=3223472 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10916192 memory=3223472 CPUtime=8.46 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 51716 12940 0 0 831 7 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10916192 memory=3223472 CPUtime=8.49 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 56270 12940 0 0 835 6 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10916192 memory=3223472 CPUtime=3.13 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 53010 12940 0 0 298 7 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10916192 memory=3223388 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11178180608 805868 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10916192 memory=3223388 CPUtime=1.57 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1830 12940 0 0 64 85 5 3 20 0 15 0 49590427 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 2490.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3223472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.2 s]
/proc/loadavg: 1.77 1.62 1.54 3/215 11894
/proc/meminfo: memFree=12921804/32770624 swapFree=67108860/67108860
[pid=11601] ppid=11598 vsize=10916192 memory=3223472 CPUtime=2520.06 cores=1,3,5,7
/proc/11601/stat : 11601 (java) S 11598 11601 6708 0 -1 1077944320 537370 12940 0 0 251694 304 5 3 20 0 15 0 49590412 11178180608 805868 33554432000 4194304 4196468 140735882459776 140735882442320 140168502562551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
/proc/11601/statm: 2729048 805868 3537 1 0 2690701 0
[pid=11601/tid=11654] ppid=11598 vsize=10916192 memory=4048 CPUtime=2460.31 cores=1,3,5,7
/proc/11601/task/11654/stat : 11654 (java) R 11598 11601 6708 0 -1 4202560 245838 12940 0 0 245935 88 5 3 20 0 15 0 49590421 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168474395952 140168091775495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11655] ppid=11598 vsize=10916192 memory=640 CPUtime=9.08 cores=1,3,5,7
/proc/11601/task/11655/stat : 11655 (java) S 11598 11601 6708 0 -1 1077944384 22883 12940 0 0 874 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168506805264 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11656] ppid=11598 vsize=10916192 memory=1792 CPUtime=9.1 cores=1,3,5,7
/proc/11601/task/11656/stat : 11656 (java) S 11598 11601 6708 0 -1 1077944384 25506 12940 0 0 876 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168075799696 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11657] ppid=11598 vsize=10916192 memory=3223472 CPUtime=9.12 cores=1,3,5,7
/proc/11601/task/11657/stat : 11657 (java) S 11598 11601 6708 0 -1 1077944384 23608 12940 0 0 878 26 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168074746640 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11658] ppid=11598 vsize=10916192 memory=93 CPUtime=9.11 cores=1,3,5,7
/proc/11601/task/11658/stat : 11658 (java) S 11598 11601 6708 0 -1 1077944384 23699 12940 0 0 875 28 5 3 20 0 15 0 49590422 11178180608 805868 33554432000 4194304 4196468 140735882459776 140168073694096 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11659] ppid=11598 vsize=10916192 memory=0 CPUtime=2.29 cores=1,3,5,7
/proc/11601/task/11659/stat : 11659 (java) S 11598 11601 6708 0 -1 1077944384 30766 12940 0 0 191 30 5 3 20 0 15 0 49590423 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167962020080 140168502573698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11660] ppid=11598 vsize=10916192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11660/stat : 11660 (java) S 11598 11601 6708 0 -1 1077944384 20 12940 0 0 0 0 5 3 20 0 15 0 49590423 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167532766496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11661] ppid=11598 vsize=10916192 memory=3260 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11661/stat : 11661 (java) S 11598 11601 6708 0 -1 1077944384 24 12940 0 0 0 0 5 3 20 0 15 0 49590424 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167264330496 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11662] ppid=11598 vsize=10916192 memory=5198816 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11662/stat : 11662 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167024039888 140168502581147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11663] ppid=11598 vsize=10916192 memory=6791534058613427641 CPUtime=8.46 cores=1,3,5,7
/proc/11601/task/11663/stat : 11663 (java) S 11598 11601 6708 0 -1 1077944384 51716 12940 0 0 831 7 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167960967920 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11664] ppid=11598 vsize=10916192 memory=4126316290023845779 CPUtime=8.49 cores=1,3,5,7
/proc/11601/task/11664/stat : 11664 (java) S 11598 11601 6708 0 -1 1077944384 56270 12940 0 0 835 6 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167959915376 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11665] ppid=11598 vsize=10916192 memory=3852 CPUtime=3.13 cores=1,3,5,7
/proc/11601/task/11665/stat : 11665 (java) S 11598 11601 6708 0 -1 1077944384 53010 12940 0 0 298 7 5 3 20 0 15 0 49590426 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167958862320 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11666] ppid=11598 vsize=10916192 memory=2712 CPUtime=0.08 cores=1,3,5,7
/proc/11601/task/11666/stat : 11666 (java) S 11598 11601 6708 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 49590427 11178180608 805868 33554432000 4194304 4196468 140735882459776 140166990482272 140168502572757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
[pid=11601/tid=11667] ppid=11598 vsize=10916192 memory=2632 CPUtime=1.59 cores=1,3,5,7
/proc/11601/task/11667/stat : 11667 (java) S 11598 11601 6708 0 -1 1077944384 1832 12940 0 0 65 86 5 3 20 0 15 0 49590427 11178180608 805868 33554432000 4194304 4196468 140735882459776 140167957809712 140168502573698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20635648 140735882463404 140735882466652 140735882466652 140735882469327 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3223472 KiB

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

[startup+2472.29 s]
# the end of solver process 11601 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.07 s, system=3.09781 s

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

Child status: 143
Real time (s): 2472.29
CPU time (s): 2520.16
CPU user time (s): 2517.07
CPU system time (s): 3.09781
CPU usage (%): 101.937
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 3224012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.07
system time used= 3.09781
maximum resident set size= 3227684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100200
involuntary context switches= 3134


# summary of solver processes directly reported to runsolver:
#   pid: 11601
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2517.07
#   total CPU system time (s): 3.09781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.943 second user time and 21.658 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 06:31:12
IDJOB=4293617
IDBENCH=141205
IDSOLVER=2751
FILE ID=node104/4293617-1532320272
RUNJOBID= node104-1532294157-6740
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-03-opt_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293617-1532320272/watcher-4293617-1532320272 -o /tmp/evaluation-result-4293617-1532320272/solver-4293617-1532320272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=882215788 -superng HOME/instance-4293617-1532320272.xml

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

MD5SUM BENCH= 631d96c8d55ed895f005166b86b2772f
RANDOM SEED=882215788

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        14817580 kB
MemAvailable:   25421028 kB
Buffers:          254292 kB
Cached:         10554788 kB
SwapCached:            0 kB
Active:          8447556 kB
Inactive:        8920564 kB
Active(anon):    6561416 kB
Inactive(anon):    17084 kB
Active(file):    1886140 kB
Inactive(file):  8903480 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:       6565684 kB
Mapped:            49912 kB
Shmem:             17036 kB
Slab:             270956 kB
SReclaimable:     242288 kB
SUnreclaim:        28668 kB
KernelStack:        3568 kB
PageTables:        18020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7019296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6295552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-23 07:12:25